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

@media screen and (max-width: 768px) {
  .commonspaceCard {
    width: 100%;
  }
}

.commonspaceCard__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media print, screen and (min-width: 768px) {
  .commonspaceCard__head {
    gap: 10px;
  }
}

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

.commonspaceCard__head .heading {
  color: #333333;
}

@media screen and (max-width: 768px) {
  .commonspaceCard__head .heading {
    letter-spacing: 0;
  }
}

.commonspaceCard__head .num {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #59121f;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Cinzel", serif;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media print, screen and (min-width: 768px) {
  .commonspaceCard__head .num {
    font-size: 16px;
    height: 26px;
    width: 26px;
  }
}

@media screen and (max-width: 768px) {
  .commonspaceCard__head .num {
    font-size: calc(24 / 750 * 100vw);
    height: calc(40 / 750 * 100vw);
    line-height: 1;
    padding-left: calc(3 / 750 * 100vw);
    width: calc(40 / 750 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .commonspaceCard__head + .commonspaceCard__cont {
    margin-top: 13px;
  }
}

@media screen and (max-width: 768px) {
  .commonspaceCard__head + .commonspaceCard__cont {
    margin-top: calc(35 / 750 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .commonspaceCard__cont .txt {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .commonspaceCard__cont .txt {
    font-size: calc(28 / 750 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .commonspaceCard--hasVisual {
    width: 100%;
  }
}

.commonspaceCard--hasVisual .commonspaceCard__cont {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media print, screen and (min-width: 768px) {
  .commonspaceCard--hasVisual .commonspaceCard__cont {
    gap: 20px;
  }
}

@media screen and (max-width: 768px) {
  .commonspaceCard--hasVisual .commonspaceCard__cont {
    gap: calc(30 / 750 * 100vw);
  }
}

.commonspaceCard--hasVisual .commonspaceCard__cont .photo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media print, screen and (min-width: 768px) {
  .commonspaceCard--hasVisual .commonspaceCard__cont .photo {
    width: 230px;
  }
}

@media screen and (max-width: 768px) {
  .commonspaceCard--hasVisual .commonspaceCard__cont .photo {
    width: calc(300 / 750 * 100vw);
  }
}

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

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

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

@media print, screen and (min-width: 768px) {
  .commonspaceSect__head .heading + .swipeFigure {
    margin-top: 85px;
  }
}

@media screen and (max-width: 768px) {
  .commonspaceSect__head .heading + .swipeFigure {
    margin-top: calc(100 / 750 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .commonspaceSect__head + .commonspaceSect__cont {
    margin-top: 60px;
  }
}

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

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

.commonspaceSect__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media print, screen and (min-width: 768px) {
  .commonspaceSect__cont {
    gap: 50px 0;
  }
}

.conceptArea {
  color: #333333;
  position: relative;
  z-index: 1;
}

@media print, screen and (min-width: 768px) {
  .conceptArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 1440px;
    padding-top: 90px;
  }
}

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

@media print, screen and (min-width: 768px) {
  .conceptArea__bnr {
    padding-bottom: 76px;
  }
}

@media screen and (max-width: 768px) {
  .conceptArea__bnr {
    padding-bottom: calc(120 / 750 * 100vw);
  }
}

.conceptArea__head {
  position: relative;
  text-align: center;
}

.conceptArea__head .enHeading {
  letter-spacing: .15em;
}

@media print, screen and (min-width: 768px) {
  .conceptArea__head .enHeading {
    font-size: 46px;
  }
}

@media screen and (max-width: 768px) {
  .conceptArea__head .enHeading {
    font-size: calc(56 / 750 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .conceptArea__head + .conceptArea__cont {
    margin-top: 80px;
  }
}

@media screen and (max-width: 768px) {
  .conceptArea__head + .conceptArea__cont {
    margin-top: calc(75 / 750 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .conceptArea__cont {
    text-align: center;
  }
}

@media print, screen and (min-width: 768px) {
  .conceptArea__cont .txt {
    font-size: 18px;
    letter-spacing: .1em;
    line-height: 3;
  }
  .conceptArea__cont .txt:before {
    content: '';
    margin-top: calc((1 - 3) * .5em);
  }
  .conceptArea__cont .txt:after {
    margin-bottom: calc((1 - 3) * .5em);
  }
  .conceptArea__cont .txt:before, .conceptArea__cont .txt:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media screen and (max-width: 768px) {
  .conceptArea__cont .txt {
    font-size: calc(28 / 750 * 100vw);
    letter-spacing: .1em;
    line-height: 2.42857;
  }
  .conceptArea__cont .txt:before {
    content: '';
    margin-top: calc((1 - 2.42857) * .5em);
  }
  .conceptArea__cont .txt:after {
    margin-bottom: calc((1 - 2.42857) * .5em);
  }
  .conceptArea__cont .txt:before, .conceptArea__cont .txt:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .conceptArea__cg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 120px;
  }
}

@media screen and (max-width: 768px) {
  .conceptArea__cg {
    margin-left: calc(-60 / 750 * 100vw);
    margin-top: calc(250 / 750 * 100vw);
    width: 100vw;
  }
}

@media print, screen and (min-width: 768px) {
  .conceptArea__cg .photo {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-width: 100vw;
    width: 1440px;
  }
}

.conceptArea__bg {
  height: 100%;
  inset: 0;
  left: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100vw;
  z-index: -1;
}

.conceptArea__bg > .photo {
  height: 100%;
  width: 100%;
}

.conceptArea__bg > .photo .photo__image, .conceptArea__bg > .photo .photo__pic {
  height: 100%;
  width: 100%;
}

.conceptArea__img {
  position: absolute;
}

.conceptArea__img--1 {
  left: 0;
  top: 0;
}

.conceptArea__img--2 {
  right: 0;
}

@media print, screen and (min-width: 768px) {
  .conceptArea__img--2 {
    top: 310px;
  }
}

@media screen and (max-width: 768px) {
  .conceptArea__img--2 {
    bottom: calc(437 / 750 * 100vw);
  }
}

.mainVisual {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.mainVisual__bg {
  width: 100%;
}

.mainVisual__bg .photo {
  width: 100%;
}

.mainVisual__bg .photo__pic {
  -webkit-filter: blur(100px);
          filter: blur(100px);
  opacity: 0;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: opacity .5s ease, -webkit-filter 1.5s ease, -webkit-transform 1.5s ease;
  transition: opacity .5s ease, -webkit-filter 1.5s ease, -webkit-transform 1.5s ease;
  transition: filter 1.5s ease, opacity .5s ease, transform 1.5s ease;
  transition: filter 1.5s ease, opacity .5s ease, transform 1.5s ease, -webkit-filter 1.5s ease, -webkit-transform 1.5s ease;
}

.mainVisual__bg .photo__pic, .mainVisual__bg .photo__image {
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .mainVisual__bg .photo__capIn {
    right: calc(852 / 1440 * 100vw);
  }
}

.mainVisual__heading {
  color: #000000;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  letter-spacing: .22em;
  position: absolute;
  text-align: center;
  z-index: 1;
  -webkit-mask-image: -webkit-gradient(linear, left top, right top, color-stop(25%, rgba(255, 255, 255, 0)), color-stop(33%, white), color-stop(66%, white), color-stop(75%, rgba(255, 255, 255, 0)));
  -webkit-mask-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 25%, white 33%, white 66%, rgba(255, 255, 255, 0) 75%);
          mask-image: -webkit-gradient(linear, left top, right top, color-stop(25%, rgba(255, 255, 255, 0)), color-stop(33%, white), color-stop(66%, white), color-stop(75%, rgba(255, 255, 255, 0)));
          mask-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 25%, white 33%, white 66%, rgba(255, 255, 255, 0) 75%);
  -webkit-mask-position: 100% 50%;
          mask-position: 100% 50%;
  -webkit-mask-size: 400% 100%;
          mask-size: 400% 100%;
}

@media print, screen and (min-width: 768px) {
  .mainVisual__heading {
    font-size: calc(40 / 1440 * 100vw);
    left: calc(140 / 1440 * 100vw);
    top: calc(222 / 1440 * 100vw);
    line-height: 2;
  }
  .mainVisual__heading:before {
    content: '';
    margin-top: calc((1 - 2) * .5em);
  }
  .mainVisual__heading:after {
    margin-bottom: calc((1 - 2) * .5em);
  }
  .mainVisual__heading:before, .mainVisual__heading:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media screen and (max-width: 768px) {
  .mainVisual__heading {
    font-size: calc(55 / 750 * 100vw);
    left: 0;
    top: calc(228 / 750 * 100vw);
    width: 100%;
    line-height: 1.70909;
  }
  .mainVisual__heading:before {
    content: '';
    margin-top: calc((1 - 1.70909) * .5em);
  }
  .mainVisual__heading:after {
    margin-bottom: calc((1 - 1.70909) * .5em);
  }
  .mainVisual__heading:before, .mainVisual__heading:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

.mainVisual.is-start .mainVisual__bg .photo__pic {
  -webkit-filter: blur(0);
          filter: blur(0);
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.mainVisual.is-start .mainVisual__heading {
  -webkit-mask-position: 50% 50%;
          mask-position: 50% 50%;
  -webkit-transition: 2s cubic-bezier(0.43, 0.02, 0.05, 1) 0.5s !important;
  transition: 2s cubic-bezier(0.43, 0.02, 0.05, 1) 0.5s !important;
  -webkit-transition-duration: 2s !important;
          transition-duration: 2s !important;
}

.spaceArea {
  color: #333333;
  position: relative;
  z-index: 1;
}

@media print, screen and (min-width: 768px) {
  .spaceArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 130px;
    max-width: 1440px;
  }
}

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

.spaceArea__head {
  position: relative;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .spaceArea__head {
    padding-bottom: 38px;
  }
}

@media screen and (max-width: 768px) {
  .spaceArea__head {
    padding-bottom: calc(47 / 750 * 100vw);
  }
}

.spaceArea__head:after {
  background-color: #a4985b;
  bottom: 0;
  content: '';
  height: 1px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media print, screen and (min-width: 768px) {
  .spaceArea__head:after {
    width: 200px;
  }
}

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

.spaceArea__head .heading {
  letter-spacing: .15em;
}

@media print, screen and (min-width: 768px) {
  .spaceArea__head .heading {
    font-size: 30px;
  }
}

@media screen and (max-width: 768px) {
  .spaceArea__head .heading {
    font-size: calc(50 / 750 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .spaceArea__head + .spaceArea__cont {
    margin-top: 80px;
  }
}

@media screen and (max-width: 768px) {
  .spaceArea__head + .spaceArea__cont {
    margin-top: calc(75 / 750 * 100vw);
  }
}

.spaceArea__cont {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .spaceArea__cont {
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .spaceArea__cont .photo {
    margin-left: calc(-60 / 750 * 100vw);
    width: 100vw;
  }
}

@media print, screen and (min-width: 768px) {
  .spaceArea__cont .txt {
    font-size: 18px;
    letter-spacing: .1em;
    line-height: 3;
  }
  .spaceArea__cont .txt:before {
    content: '';
    margin-top: calc((1 - 3) * .5em);
  }
  .spaceArea__cont .txt:after {
    margin-bottom: calc((1 - 3) * .5em);
  }
  .spaceArea__cont .txt:before, .spaceArea__cont .txt:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media screen and (max-width: 768px) {
  .spaceArea__cont .txt {
    font-size: calc(28 / 750 * 100vw);
    letter-spacing: .1em;
    line-height: 2.42857;
  }
  .spaceArea__cont .txt:before {
    content: '';
    margin-top: calc((1 - 2.42857) * .5em);
  }
  .spaceArea__cont .txt:after {
    margin-bottom: calc((1 - 2.42857) * .5em);
  }
  .spaceArea__cont .txt:before, .spaceArea__cont .txt:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .spaceArea__cont .txt + .photo {
    margin-top: 75px;
  }
}

@media screen and (max-width: 768px) {
  .spaceArea__cont .txt + .photo {
    margin-top: calc(75 / 750 * 100vw);
  }
}

.supportArea {
  color: #333333;
  position: relative;
  z-index: 1;
}

@media print, screen and (min-width: 768px) {
  .supportArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 1440px;
  }
}

.supportArea__head {
  position: relative;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .supportArea__head {
    padding-bottom: 38px;
  }
}

@media screen and (max-width: 768px) {
  .supportArea__head {
    padding-bottom: calc(47 / 750 * 100vw);
  }
}

.supportArea__head:after {
  background-color: #a4985b;
  bottom: 0;
  content: '';
  height: 1px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media print, screen and (min-width: 768px) {
  .supportArea__head:after {
    width: 200px;
  }
}

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

.supportArea__head .heading {
  letter-spacing: .15em;
}

@media print, screen and (min-width: 768px) {
  .supportArea__head .heading {
    font-size: 30px;
  }
}

@media screen and (max-width: 768px) {
  .supportArea__head .heading {
    font-size: calc(50 / 750 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .supportArea__head + .supportArea__cont {
    margin-top: 80px;
  }
}

@media screen and (max-width: 768px) {
  .supportArea__head + .supportArea__cont {
    margin-top: calc(75 / 750 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .supportArea__cont {
    text-align: center;
  }
}

@media print, screen and (min-width: 768px) {
  .supportArea__cont .txt {
    font-size: 18px;
    letter-spacing: .1em;
    line-height: 3;
  }
  .supportArea__cont .txt:before {
    content: '';
    margin-top: calc((1 - 3) * .5em);
  }
  .supportArea__cont .txt:after {
    margin-bottom: calc((1 - 3) * .5em);
  }
  .supportArea__cont .txt:before, .supportArea__cont .txt:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media screen and (max-width: 768px) {
  .supportArea__cont .txt {
    font-size: calc(28 / 750 * 100vw);
    letter-spacing: .1em;
    line-height: 2.42857;
  }
  .supportArea__cont .txt:before {
    content: '';
    margin-top: calc((1 - 2.42857) * .5em);
  }
  .supportArea__cont .txt:after {
    margin-bottom: calc((1 - 2.42857) * .5em);
  }
  .supportArea__cont .txt:before, .supportArea__cont .txt:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .supportArea__cont .txt + .supportArea__col {
    margin-top: 75px;
  }
}

@media screen and (max-width: 768px) {
  .supportArea__cont .txt + .supportArea__col {
    margin-top: calc(75 / 750 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .supportArea__cont .swipeFigure {
    height: calc(647 / 750 * 100vw);
  }
}

.supportArea__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

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

.supportArea__col .photo--comingSoon:after {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  content: 'Coming soon';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "EB Garamond", serif;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  letter-spacing: .2em;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 1;
}

@media print, screen and (min-width: 768px) {
  .supportArea__col .photo--comingSoon:after {
    font-size: 32px;
  }
}

@media screen and (max-width: 768px) {
  .supportArea__col .photo--comingSoon:after {
    font-size: calc(24 / 750 * 100vw);
  }
}

.supportArea__col .photo--comingSoon:before {
  background-color: rgba(255, 255, 255, 0.4);
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.supportArea__col .photo--comingSoon .capIn {
  z-index: 2;
}

@media print, screen and (min-width: 768px) {
  .supportArea__col + .swipeFigure {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .supportArea__col + .swipeFigure {
    margin-top: calc(68 / 750 * 100vw);
  }
}

.supportArea__bg {
  height: 100%;
  inset: 0;
  left: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100vw;
  z-index: -1;
}

.supportArea__bg .photo {
  height: 100%;
  width: 100%;
}

.supportArea__bg .photo__image, .supportArea__bg .photo__pic {
  height: 100%;
  width: 100%;
}

.uspArea {
  width: 100vw;
  position: relative;
  z-index: 2;
}

@media print, screen and (min-width: 768px) {
  .uspArea {
    margin-left: calc((100vw - 1000px) / -2);
  }
}

@media only screen and (min-width: 768px) and (max-width: 1000px) {
  .uspArea {
    margin-left: -20px;
    width: calc(100% + 40px);
  }
}

@media screen and (max-width: 768px) {
  .uspArea {
    margin-left: calc(-60 / 750 * 100vw);
  }
}

.uspArea__top {
  background-color: #243453;
  text-align: center;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .uspArea__top {
    padding: 22px;
  }
}

@media screen and (max-width: 768px) {
  .uspArea__top {
    padding: calc(22 / 750 * 100vw) 0;
  }
}

.uspArea__top .photo {
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media print, screen and (min-width: 768px) {
  .uspArea__top .photo {
    margin-top: 30px;
    max-width: 320px;
  }
}

@media screen and (max-width: 768px) {
  .uspArea__top .photo {
    margin-top: calc(30 / 750 * 100vw);
    max-width: calc(528 / 750 * 100vw);
  }
}

.uspArea__txt {
  color: #ffffff;
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media print, screen and (min-width: 768px) {
  .uspArea__txt {
    font-size: 26px;
    letter-spacing: .2em;
  }
}

@media screen and (max-width: 768px) {
  .uspArea__txt {
    font-size: calc(30 / 750 * 100vw);
    letter-spacing: .2em;
    line-height: 1.3;
  }
  .uspArea__txt:before {
    content: '';
    margin-top: calc((1 - 1.3) * .5em);
  }
  .uspArea__txt:after {
    margin-bottom: calc((1 - 1.3) * .5em);
  }
  .uspArea__txt:before, .uspArea__txt:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .uspArea__txt .size-xl {
    font-size: 36px;
  }
}

@media screen and (max-width: 768px) {
  .uspArea__txt .size-xl {
    font-size: calc(40 / 750 * 100vw);
  }
}

.uspArea__txt .size-xl sup {
  display: inline-block;
  letter-spacing: .01em;
}

@media print, screen and (min-width: 768px) {
  .uspArea__txt .size-xl sup {
    font-size: 15px;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}

@media screen and (max-width: 768px) {
  .uspArea__txt .size-xl sup {
    font-size: calc(20 / 750 * 100vw);
    -webkit-transform: translateY(calc(-10 / 750 * 100vw));
            transform: translateY(calc(-10 / 750 * 100vw));
  }
}

.uspArea__bottom {
  position: relative;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .uspArea__bottom {
    background: -webkit-gradient(linear, left top, right top, from(#574133), color-stop(50%, #88786e), to(#574133));
    background: linear-gradient(90deg, #574133 0%, #88786e 50%, #574133 100%);
    padding: 40px;
  }
}

@media screen and (max-width: 768px) {
  .uspArea__bottom {
    background: linear-gradient(135deg, #574133 0%, #88786e 50%, #574133 100%);
    padding: calc(80 / 750 * 100vw) calc(60 / 750 * 100vw);
  }
}

.uspArea__bottom .photo {
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media print, screen and (min-width: 768px) {
  .uspArea__bottom .photo + .photo {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .uspArea__bottom .photo + .photo {
    margin-top: calc(60 / 750 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .uspArea__bottom .photo:first-child {
    max-width: 320px;
  }
}

@media screen and (max-width: 768px) {
  .uspArea__bottom .photo:first-child {
    max-width: calc(528 / 750 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .uspArea__bottom .photo:last-child {
    max-width: 1000px;
  }
}

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

@media screen and (max-width: 768px) {
  .uspArea__logo {
    padding: calc(20 / 390 * 100vw) 0;
  }
}

.uspArea__logo .photo {
  margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
  .uspArea__logo .photo {
    width: calc(380 / 1440 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .uspArea__logo .photo {
    width: calc(280 / 390 * 100vw);
  }
}

.uspArea__logo .photo__image {
  max-width: unset;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .top-support {
    padding: 120px 0 140px;
  }
}

@media screen and (max-width: 768px) {
  .top-support {
    padding: calc(140 / 750 * 100vw) 0 calc(112 / 750 * 100vw);
  }
}
