.bnrArea {
  margin: auto;
}

@media print, screen and (min-width: 768px) {
  .bnrArea {
    width: 1000px;
  }
}

@media screen and (max-width: 768px) {
  .bnrArea {
    width: calc(650 / 750 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .bnrArea__item .modalFigure__inner {
    opacity: 1;
    -webkit-transition: opacity .2s ease-in;
    transition: opacity .2s ease-in;
  }
}

@media print, screen and (min-width: 768px) {
  .bnrArea__item .modalFigure__inner:hover {
    cursor: pointer;
    opacity: .7;
  }
}

.mainVisual__copy {
  background-color: #d3c7dd;
  font-family: "Noto Serif JP", serif;
  font-size: 28px;
  font-weight: bold;
  padding: 16px 0 20px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .mainVisual__copy {
    font-size: 18px;
    padding: 12px 0;
  }
}

.mainCard {
  position: relative;
}

.mainCard__cap .caption {
  position: absolute;
  right: 5px;
  text-align: right;
}

.mainCard__cap .caption--left {
  left: 5px;
  right: none;
  text-align: left;
}

@media print, screen and (min-width: 768px) {
  .mainCard--01 .mainCard__cap .caption {
    bottom: 42px;
    left: 10px;
  }
}

@media screen and (max-width: 768px) {
  .mainCard--01 .mainCard__cap .caption {
    bottom: 32px;
    font-size: 8px;
    font-weight: bold;
    left: 4px;
  }
}

.navArea__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 80px 0;
}

.navArea .uspMain + * {
  margin-top: 16px;
}

@media print, screen and (min-width: 768px) {
  .uspArea {
    margin: 0 auto;
    width: 1200px;
  }
}

@media screen and (max-width: 768px) {
  .uspArea {
    padding: 0 25px;
  }
}

.uspArea__features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px 20px;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .uspArea__features {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  .uspArea__features {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.uspArea__feature {
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .uspArea__feature {
    width: calc(50% - 20px);
  }
}

* + .uspArea__features {
  margin-top: 32px;
}

.uspArea sup {
  color: #000000;
  font-size: 10px;
  vertical-align: text-top;
}

.uspFeature {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #153155;
  color: #2e5e9c;
  color: #ffffff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 23px;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: .08em;
  line-height: 1.4;
  position: relative;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .uspFeature {
    padding: 16px 0;
  }
}

@media screen and (max-width: 768px) {
  .uspFeature {
    font-size: 16px;
    letter-spacing: .06em;
    padding: 20px 0;
  }
}

.uspFeature:before, .uspFeature:after {
  background-color: rgba(255, 255, 255, 0.5);
  content: '';
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}

.uspFeature:before {
  top: 5px;
}

.uspFeature:after {
  bottom: 5px;
}

.uspFeature * {
  font-weight: bold;
}

.uspFeature .adjust--strong {
  background: -webkit-gradient(linear, left top, right top, from(#cdb13b), color-stop(50%, #efe5a2), to(#cdb13b));
  background: linear-gradient(90deg, #cdb13b 0%, #efe5a2 50%, #cdb13b 100%);
  -webkit-background-clip: text;
          background-clip: text;
  font-size: 25px;
  -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 768px) {
  .uspFeature .adjust--strong {
    font-size: 18px;
  }
}

.uspFeature .adjust--num {
  font-family: "Cormorant Infant", serif;
  font-size: 38px;
}

@media screen and (max-width: 768px) {
  .uspFeature .adjust--num {
    font-size: 26px;
  }
}

.uspFeature .adjust--small {
  font-size: 18px;
  letter-spacing: 0;
}

@media screen and (max-width: 768px) {
  .uspFeature .adjust--small {
    font-size: 12px;
  }
}

.uspFeature .adjust--large {
  font-size: 40px;
  letter-spacing: 0;
}

@media screen and (max-width: 768px) {
  .uspFeature .adjust--large {
    font-size: 24px;
  }
}

.uspFeature .adjust--slash {
  display: inline-block;
  font-size: 32px;
  margin: 0 12px;
}

@media screen and (max-width: 768px) {
  .uspFeature .adjust--slash {
    font-size: 18px;
    margin: 0 3px;
  }
}

.uspFeature .sup {
  color: #ffffff;
  font-size: 10px;
  letter-spacing: 0;
  vertical-align: super;
}

.uspMain {
  font-size: 24px;
  letter-spacing: .06em;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .uspMain {
    font-size: 16px;
  }
}

.uspMain .adjust--num {
  font-family: "Cormorant Infant", serif;
  font-size: 54px;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .uspMain .adjust--num {
    font-size: 32px;
  }
}

.uspMain .adjust--small {
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .uspMain .adjust--small {
    font-size: 14px;
  }
}

.uspMain .adjust--slash {
  background-color: #000000;
  display: inline-block;
  height: 1px;
}

@media print, screen and (min-width: 768px) {
  .uspMain .adjust--slash {
    margin-bottom: 9px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transform-origin: center;
            transform-origin: center;
    width: 40px;
  }
}

@media screen and (max-width: 768px) {
  .uspMain .adjust--slash {
    margin: 20px 0 10px;
    width: 160px;
  }
}

.uspMain .adjust--strong {
  color: #a12a33;
}

@media print, screen and (min-width: 768px) {
  .top-bnr {
    margin-top: 96px;
  }
}

@media screen and (max-width: 768px) {
  .top-bnr {
    margin-top: 64px;
  }
}

.top-bnr .figurePlot {
  display: none;
}

.generalModal__inner {
  max-height: 100vh;
}

.generalModal__inner .photo {
  overflow-y: scroll;
}

@media print, screen and (min-width: 768px) {
  * + .top-usp {
    margin-top: 96px;
  }
}

@media screen and (max-width: 768px) {
  * + .top-usp {
    margin-top: 64px;
  }
}

@media print, screen and (min-width: 768px) {
  * + .top-nav {
    margin-top: 96px;
  }
}

@media screen and (max-width: 768px) {
  * + .top-nav {
    margin-top: 64px;
  }
}
