/*****
 * Width
*****/
/*****
 * Color
*****/
/*****
 * Color
*****/
/*****
 * Font
*****/
/*****
 * Line
*****/
.lowVisual .photo {
  background: url(../../imgs/img-mv.jpg) no-repeat center center;
  background-size: cover;
}

.bgBeige {
  margin-top: 100px;
}
@media only screen and (max-width: 768px) {
  .bgBeige {
    margin-top: calc(120/750*100vw);
  }
}

.catch {
  margin-top: 40px;
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .catch {
    margin-top: calc(60/750*100vw);
    font-size: 40px;
    font-size: 5.3333333333vw;
  }
}
.catch [data-color=red] {
  font-size: 64px;
  line-height: 0.8;
}
@media only screen and (max-width: 768px) {
  .catch [data-color=red] {
    font-size: 72px;
    font-size: 9.6vw;
  }
}

.point__body {
  margin-top: 60px;
}
.point__item {
  width: calc(480/1000*100%);
  padding-bottom: 30px;
  border-bottom: solid 2px #b4a16f;
}
@media only screen and (max-width: 768px) {
  .point__item {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .point__item:nth-child(n+2) {
    margin-top: calc(80/750*100vw);
  }
}
.point__item:nth-child(n+3) {
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  .point__item:nth-child(n+3) {
    margin-top: calc(80/750*100vw);
  }
}
.point__number {
  width: 70px;
  font-family: "Cinzel", serif;
  font-style: italic;
  font-size: 72px;
  line-height: 0.8;
  color: #b4a16f;
}
@media only screen and (max-width: 768px) {
  .point__number {
    width: calc(80/750*100vw);
    font-size: 96px;
    font-size: 12.8vw;
  }
}
.point__text {
  width: calc(100% - 80px);
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  .point__text {
    width: calc(540/750*100vw);
    font-size: 32px;
    font-size: 4.2666666667vw;
  }
}
.point__text [data-color=red] {
  font-size: 140%;
  letter-spacing: 0;
  line-height: 1.2;
}
@media only screen and (max-width: 768px) {
  .point__text [data-color=red] {
    font-size: 120%;
  }
}

.subscSection {
  padding-top: 100px;
}
@media only screen and (max-width: 768px) {
  .subscSection {
    padding-top: calc(120/750*100vw);
  }
}
.subscSection__block {
  margin-top: 100px;
}
@media only screen and (max-width: 768px) {
  .subscSection__block {
    margin-top: calc(120/750*100vw);
  }
}
.subscSection .tblBlock__group {
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  .subscSection .tblBlock__group {
    margin-top: calc(100/750*100vw);
  }
}
.subscSection .btn--small {
  max-width: 320px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 768px) {
  .subscSection .btn--small {
    margin-top: calc(80/750*100vw);
  }
}
.subscSection .btn--big {
  max-width: 480px;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 768px) {
  .subscSection .btn--big {
    margin-top: calc(120/750*100vw);
  }
}

.calculation {
  max-width: 520px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  background: #fff;
  border: solid 2px #333;
}
.calculation__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 440px;
  margin-left: auto;
  margin-right: auto;
}
.calculation__row > div:nth-child(n+4) {
  margin-top: 15px;
}
.calculation__row + .txt {
  margin-top: 20px;
  font-weight: bold;
  color: #c21a1a;
}
.calculation__txt {
  width: calc(33.33% - 20px);
}
.calculation__txt--large {
  width: 33.33%;
}
.calculation__symbol {
  width: 20px;
}
.calculation .txt {
  white-space: nowrap;
}