@charset "UTF-8";
/* =============================================

デザイン

============================================= */
.mainvisual {
  position: relative;
}
.mainvisual img {
  width: 100%;
  max-width: none;
}
.mainvisual__caption {
  font-size: 11px;
  color: #fff;
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.copy {
  text-align: center;
}
.copy--align-left {
  text-align: left;
}
.copy__heading {
  font-size: 22px;
  line-height: 1.7272727273;
  font-weight: 500;
  color: #593e7f;
  margin-bottom: 25px;
}
.copy__heading--sizeLarge {
  font-size: 33px;
  line-height: 1.5151515152;
}
.copy__heading--colorBlack {
  color: #000;
}
.copy__heading small {
  font-size: 13px;
  color: #000;
}
.copy__txt {
  font-size: 14px;
  line-height: 2.1428571429;
}
.copy__notice {
  font-size: 11px;
  display: block;
  margin-top: 5px;
}

.sectiontitle {
  text-align: center;
  margin-bottom: 50px;
}
.sectiontitle__heading {
  font-family: "Cinzel", serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.2em;
  margin-bottom: 5px;
}
.sectiontitle__txt {
  font-size: 10px;
  letter-spacing: 0.5em;
  margin-right: -0.5em;
}

.contents {
  background: url("../../common/imgs/pc/bg-contents.jpg") repeat top center/cover;
  padding-top: 120px;
}
.contents__inner {
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.facade {
  min-height: 1290px;
  padding-top: 80px;
  position: relative;
}
.facade::after {
  content: "";
  background: rgba(89, 62, 127, 0.5);
  width: 1px;
  height: 80px;
  position: absolute;
  top: 100%;
  left: 50%;
}
.facade__body {
  width: 440px;
}
.facade__img {
  position: absolute;
  top: 0;
  right: -100px;
}
.facade .copy__txt {
  text-align: left;
}
.facade-list__item {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}
.facade-list__item:last-of-type {
  margin-bottom: 0;
}
.facade-list__item figure {
  width: 204px;
}
.facade-list__item figure figcaption {
  font-size: 11px;
  text-align: right;
  margin-top: 5px;
}
.facade-list__item dl {
  width: 204px;
}
.facade-list__item dl dt {
  font-size: 16px;
  font-weight: 500;
  color: #593e7f;
  margin-bottom: 20px;
}
.facade-list__item dl dd {
  font-size: 13px;
  line-height: 1.7692307692;
}

.material {
  padding: 140px 0 70px;
  position: relative;
}
.material::before {
  content: "";
  background: linear-gradient(90deg, rgb(190, 194, 184) 0.01%, rgb(245, 246, 238) 31.6%, rgb(238, 239, 231) 48.6%, rgb(218, 221, 212) 73.55%, rgb(190, 194, 184) 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.3;
  mix-blend-mode: multiply;
}
.material::after {
  content: "";
  background: rgba(89, 62, 127, 0.5);
  width: 1px;
  height: 80px;
  position: absolute;
  top: 100%;
  left: 50%;
}
.material__body .copy__heading {
  letter-spacing: -0.05em;
}
.material__body .copy__txt {
  text-align: left;
}
.material__img {
  width: 475px;
  margin-right: auto;
  margin-left: auto;
}
.material__img figcaption {
  font-size: 11px;
  text-align: right;
  margin-top: 5px;
}

.concept {
  padding: 130px 0 90px;
  position: relative;
}
.concept::before {
  content: "";
  background: linear-gradient(90deg, rgb(190, 194, 184) 0.01%, rgb(245, 246, 238) 31.6%, rgb(238, 239, 231) 48.6%, rgb(218, 221, 212) 73.55%, rgb(190, 194, 184) 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.3;
  mix-blend-mode: multiply;
}
.concept__catch {
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap;
}
.concept__whitehouse {
  width: 656px;
  margin-bottom: 70px;
}
.concept-01 {
  width: 100%;
  margin-right: auto;
  margin-bottom: 70px;
  display: flex;
  align-items: center;
}
.concept-01__left {
  width: 520px;
  margin-right: 100px;
  order: 1;
}
.concept-01__img {
  margin-bottom: 20px;
}
.concept-01__img img {
  mix-blend-mode: multiply;
}
.concept-01__img figcaption {
  font-size: 11px;
  margin-top: 5px;
}
.concept-01__right {
  width: 290px;
  order: 2;
}
.concept-02 {
  width: 100%;
  margin-right: auto;
  margin-bottom: 70px;
  display: flex;
}
.concept-02__left {
  width: 450px;
  margin-right: 100px;
  order: 1;
}
.concept-02__left .copy {
  text-align: left;
}
.concept-02__left .copy__heading {
  font-size: 21px;
  color: #000;
}
.concept-02__img {
  margin-bottom: 20px;
}
.concept-02__img img {
  mix-blend-mode: multiply;
}
.concept-02__img figcaption {
  font-size: 11px;
  text-align: right;
  margin-top: 5px;
}
.concept-02__right {
  width: 475px;
  order: 2;
}

.perspective {
  margin-bottom: 100px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.perspective__item {
  width: 475px;
  position: relative;
}
.perspective__img img {
  mix-blend-mode: multiply;
}
.perspective__img figcaption {
  font-size: 11px;
  text-align: right;
  margin-top: 5px;
}
.perspective__comment {
  font-size: 16px;
  line-height: 1.5625;
  width: 100%;
  position: absolute;
  top: calc(100% + 20px);
  left: 0;
}

.designer {
  padding: 20px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.4);
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  position: relative;
  display: flex;
  align-items: center;
}
.designer::after {
  content: "";
  background: rgba(0, 0, 0, 0.4);
  width: 1px;
  height: calc(100% - 40px);
  position: absolute;
  left: 190px;
  top: 50%;
  transform: translateY(-50%);
}
.designer__heading {
  font-family: "Cinzel", serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-align: center;
  width: 190px;
  margin-right: 35px;
  flex-shrink: 0;
}
.designer__img {
  width: 120px;
  margin-right: 20px;
  flex-shrink: 0;
}
.designer-profile {
  margin: 20px 0;
}
.designer-profile__heading {
  margin-bottom: 15px;
}
.designer-profile__txt {
  font-size: 13px;
  line-height: 1.7692307692;
  text-align: justify;
}

.entrancehall-intro {
  position: relative;
}
.entrancehall-intro__img {
  position: relative;
}
.entrancehall-intro__img img {
  width: 100%;
  max-width: none;
}
.entrancehall-intro__img figcaption {
  font-size: 11px;
  color: #fff;
  position: absolute;
  right: 5px;
  bottom: 5px;
}
.entrancehall-intro .sectiontitle {
  color: #fff;
  width: 100%;
  position: absolute;
  bottom: 170px;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
  white-space: nowrap;
}
.entrancehall-intro .copy {
  width: 100%;
  position: absolute;
  bottom: 40px;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
  white-space: nowrap;
}
.entrancehall-intro .copy__heading {
  color: #fff;
}

.entrancehall {
  color: #fff;
  padding: 110px 0;
  margin-bottom: 100px;
  position: relative;
}
.entrancehall::before {
  content: "";
  background: rgba(41, 65, 83, 0.8);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: multiply;
}
.entrancehall .copy__heading {
  color: #fff;
}
.entrancehall-list {
  width: 670px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  justify-content: space-between;
}
.entrancehall-list__item {
  width: 310px;
}
.entrancehall-list__item figure {
  margin-bottom: 25px;
  position: relative;
}
.entrancehall-list__item figure figcaption {
  font-size: 11px;
  color: #fff;
  position: absolute;
  right: 5px;
  bottom: 5px;
}
.entrancehall-list__item dl dt {
  font-size: 16px;
  line-height: 1.5625;
  font-weight: 500;
  margin-bottom: 20px;
}
.entrancehall-list__item dl dd {
  font-size: 13px;
  line-height: 1.7692307692;
  text-align: justify;
}

.landplan-img {
  max-width: 1200px;
  margin-right: auto;
  margin-bottom: 25px;
  margin-left: auto;
}
.landplan-img img {
  mix-blend-mode: multiply;
}

.equipment {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.equipment__item {
  margin-bottom: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.equipment figure figcaption {
  font-size: 11px;
  text-align: right;
  margin-top: 5px;
}
.equipment dl dt {
  font-size: 16px;
  line-height: 1.5625;
  font-weight: 500;
  margin-bottom: 15px;
}
.equipment dl dd {
  font-size: 13px;
  line-height: 1.7692307692;
}
.equipment dl dd small {
  font-size: 11px;
  line-height: 1.6363636364;
  display: block;
}
.equipment--01 .equipment__item {
  width: 470px;
}
.equipment--01 figure {
  width: 204px;
}
.equipment--01 dl {
  width: 240px;
}
.equipment--02 .equipment__item {
  width: 470px;
  align-items: flex-start;
}
.equipment--02 figure {
  width: 100px;
}
.equipment--02 dl {
  width: 350px;
}
.equipment--03 .equipment__item {
  flex-direction: column-reverse;
}
.equipment--03 figure {
  width: 100%;
}
.equipment--03 dl {
  width: 100%;
}
.equipment--04 .equipment__item {
  width: 100%;
  align-items: flex-start;
}
.equipment--04 .equipment__left {
  width: 364px;
}
.equipment--04 .equipment__right {
  width: 584px;
}

.parking-notice {
  font-size: 11px;
  line-height: 1.6363636364;
  margin-top: 5px;
}
.parking-notice__item {
  text-indent: -1em;
  padding-left: 1em;
}

.pagelink {
  padding: 120px 0;
  position: relative;
}
.pagelink::before {
  content: "";
  background: linear-gradient(90deg, rgb(190, 194, 184) 0.01%, rgb(245, 246, 238) 31.6%, rgb(238, 239, 231) 48.6%, rgb(218, 221, 212) 73.55%, rgb(190, 194, 184) 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.3;
  mix-blend-mode: multiply;
}
.pagelink-list {
  text-align: center;
  display: flex;
  justify-content: space-between;
}
.pagelink-list__item {
  width: 470px;
}
.pagelink-list dl {
  margin-bottom: 30px;
}
.pagelink-list dl dt {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 10px;
}
.pagelink-list dl dd {
  font-size: 21px;
  font-weight: 500;
}
.pagelink-list__link {
  font-size: 16px;
}
.pagelink-list__link a {
  color: #fff;
  width: 100%;
  height: 50px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagelink-list__link a::after {
  content: "";
  background: url("../../common/imgs/icon-arrow@2x.png") no-repeat center center/cover;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
.pagelink-list__link--zeh a {
  background: #61a46e;
}
.pagelink-list__link--sustainable a {
  background: #55a8b8;
}

@media only screen and (max-width: 768px) {
  /* =============================================

  デザイン

  ============================================= */
  .mainvisual__caption {
    font-size: 8px;
    right: 5px;
    bottom: 5px;
  }
  .copy__heading {
    font-size: 18px;
    line-height: 1.875;
    margin-bottom: 25px;
  }
  .copy__heading--sizeLarge {
    font-size: 26px;
    line-height: 1.8333333333;
  }
  .copy__heading small {
    font-size: 13px;
    color: #000;
  }
  .copy__txt {
    font-size: 11px;
    line-height: 2.1818181818;
  }
  .copy__notice {
    font-size: 10px;
  }
  .sectiontitle {
    margin-bottom: 30px;
  }
  .sectiontitle__heading--sizeSmall {
    font-size: 14px;
  }
  .sectiontitle__txt {
    font-size: 10px;
  }
  .contents {
    background: url("../../common/imgs/sp/bg-contents.jpg") repeat-y top center/100% auto;
    padding-top: 50px;
  }
  .contents__inner {
    width: 100%;
  }
  .facade {
    min-height: 0;
    padding-top: 0;
    display: flex;
    flex-direction: column-reverse;
  }
  .facade::after {
    height: 65px;
  }
  .facade__body {
    width: 100%;
  }
  .facade__img {
    margin-bottom: 40px;
    position: static;
  }
  .facade__img img {
    width: 100%;
  }
  .facade .copy__txt {
    text-align: center;
  }
  .facade-list {
    width: 314px;
    margin-right: auto;
    margin-bottom: 60px;
    margin-left: auto;
  }
  .facade-list__item {
    margin-bottom: 20px;
  }
  .facade-list__item:last-of-type {
    margin-bottom: 0;
  }
  .facade-list__item figure {
    width: 150px;
  }
  .facade-list__item figure img {
    width: 100%;
    max-width: none;
  }
  .facade-list__item figure figcaption {
    font-size: 8px;
  }
  .facade-list__item dl {
    width: 150px;
  }
  .facade-list__item dl dt {
    font-size: 13px;
  }
  .facade-list__item dl dd {
    font-size: 10px;
    line-height: 1.8;
  }
  .material {
    padding: 100px 0 60px;
    display: block;
  }
  .material::after {
    height: 65px;
  }
  .material__body {
    width: 100%;
  }
  .material__body .copy {
    margin-bottom: 25px;
  }
  .material__body .copy__txt {
    text-align: center;
  }
  .material__img {
    width: 100%;
  }
  .material__img figcaption {
    font-size: 8px;
  }
  .concept {
    padding: 100px 0 70px;
  }
  .concept__catch {
    font-size: 18px;
    line-height: 1.5;
    text-align: center;
  }
  .concept__whitehouse {
    width: 288px;
    margin-right: auto;
    margin-bottom: 60px;
    margin-left: auto;
  }
  .concept-01 {
    width: 100%;
    margin-right: auto;
    margin-bottom: 70px;
    display: block;
  }
  .concept-01__left {
    width: 100%;
    margin-right: 0;
  }
  .concept-01__img {
    margin-bottom: 20px;
  }
  .concept-01__img figcaption {
    font-size: 10px;
    text-align: right;
    margin-right: 5px;
  }
  .concept-01__right {
    width: 100%;
  }
  .concept-02 {
    width: 100%;
    margin-right: auto;
    margin-bottom: 0;
    display: block;
  }
  .concept-02__left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
  .concept-02__left .copy {
    text-align: center;
  }
  .concept-02__left .copy__heading {
    font-size: 24px;
  }
  .concept-02__img {
    margin-bottom: 20px;
  }
  .concept-02__img figcaption {
    font-size: 10px;
    margin-right: 5px;
  }
  .concept-02__right {
    width: 100%;
  }
  .perspective {
    width: 296px;
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
    display: block;
  }
  .perspective__item {
    width: 100%;
    margin-bottom: 70px;
  }
  .perspective__item:last-child {
    margin-bottom: 0;
  }
  .perspective__item .sectiontitle {
    margin-top: 0;
  }
  .perspective__img {
    margin-bottom: 10px;
  }
  .perspective__img figcaption {
    font-size: 8px;
  }
  .perspective__comment {
    font-size: 13px;
    line-height: 1.5384615385;
    position: static;
  }
  .designer {
    width: 314px;
    margin-right: auto;
    margin-left: auto;
    padding: 25px 0;
    display: block;
    position: relative;
  }
  .designer::after {
    height: 94px;
    top: 25px;
    left: 116px;
    transform: none;
  }
  .designer__heading {
    font-size: 13px;
    width: 116px;
    height: 94px;
    margin-right: 35px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .designer__img {
    width: 90px;
    margin-right: 15px;
  }
  .designer-profile {
    width: calc(100% - 105px);
    margin: -105px 0 0 auto;
  }
  .designer-profile__heading {
    margin-bottom: 0;
    position: absolute;
    top: 35px;
    left: 130px;
  }
  .designer-profile__txt {
    font-size: 10px;
    line-height: 1.8;
  }
  .entrancehall-intro__img figcaption {
    font-size: 8px;
  }
  .entrancehall-intro .sectiontitle {
    bottom: 160px;
  }
  .entrancehall-intro .copy {
    bottom: 5px;
  }
  .entrancehall {
    padding: 75px 0 60px;
    margin-bottom: 60px;
  }
  .entrancehall__inner {
    display: block;
  }
  .entrancehall-list {
    width: 190px;
    display: block;
  }
  .entrancehall-list__item {
    width: 100%;
    margin-bottom: 30px;
    display: block;
  }
  .entrancehall-list__item:last-of-type {
    margin-bottom: 0;
  }
  .entrancehall-list__item figure {
    width: 100%;
    margin-bottom: 15px;
  }
  .entrancehall-list__item figure img {
    width: 100%;
  }
  .entrancehall-list__item figure figcaption {
    font-size: 8px;
  }
  .entrancehall-list__item dl {
    width: 100%;
  }
  .entrancehall-list__item dl dt {
    font-size: 13px;
    line-height: 1.5384615385;
    text-align: left;
    margin-bottom: 10px;
  }
  .entrancehall-list__item dl dd {
    font-size: 10px;
    line-height: 1.8;
    width: 100%;
  }
  .landplan-img {
    margin-bottom: 40px;
  }
  .equipment {
    width: 314px;
    margin-right: auto;
    margin-left: auto;
  }
  .equipment__item {
    width: 100% !important;
    margin-bottom: 35px;
    align-items: flex-start;
    position: relative;
  }
  .equipment figure {
    width: 150px;
    margin-bottom: 0;
    position: relative;
  }
  .equipment figure img {
    width: 100%;
  }
  .equipment figure figcaption {
    font-size: 8px;
    margin-top: 0;
    position: absolute;
    top: calc(100% + 5px);
    right: 0;
  }
  .equipment dl {
    width: 150px;
  }
  .equipment dl dt {
    font-size: 13px;
    margin-bottom: 10px;
    white-space: nowrap;
  }
  .equipment dl dd {
    font-size: 10px;
    line-height: 1.8;
  }
  .equipment dl dd small {
    font-size: 8px;
  }
  .equipment--01 figure {
    width: 150px;
  }
  .equipment--02 {
    margin-bottom: 35px;
  }
  .equipment--02 .equipment__item {
    width: 100%;
    margin-bottom: 15px;
    display: block;
  }
  .equipment--02 .equipment__item:last-of-type {
    margin-bottom: 0;
  }
  .equipment--02 figure {
    width: 62px;
    margin-bottom: 10px;
  }
  .equipment--02 dl {
    width: 100%;
  }
  .equipment--02 dl dt {
    height: 62px;
    position: absolute;
    top: 0;
    left: 75px;
    display: flex;
    align-items: center;
  }
  .equipment--03 figure {
    width: 100%;
    position: relative;
  }
  .equipment--03 figure figcaption {
    text-align: left;
    position: absolute;
    top: auto;
    left: 215px;
    bottom: 0;
  }
  .equipment--04 .equipment__item {
    display: block;
  }
  .equipment--04 .equipment__left {
    width: 100%;
    margin-bottom: 30px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
  }
  .equipment--04 .equipment__left dl {
    width: 180px;
  }
  .equipment--04 .equipment__left figure {
    width: 120px;
  }
  .equipment--04 .equipment__right {
    width: 100%;
  }
  .equipment--04 .equipment__right figure {
    width: 100%;
  }
  .parking-notice {
    font-size: 8px;
  }
  .pagelink {
    padding: 60px 0;
  }
  .pagelink-list {
    display: block;
  }
  .pagelink-list__item {
    width: 314px;
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
  }
  .pagelink-list__item:last-of-type {
    margin-bottom: 0;
  }
  .pagelink-list dl {
    margin-bottom: 20px;
  }
  .pagelink-list dl dt {
    font-size: 26px;
    margin-bottom: 10px;
  }
  .pagelink-list dl dd {
    font-size: 17px;
  }
  .pagelink-list__link {
    font-size: 11px;
    line-height: 2.1818181818;
  }
  .pagelink-list__link a {
    height: 40px;
  }
}
@media only screen and (min-width: 751px) {
  .mb0pc {
    margin-bottom: 0px;
  }
  .mb5pc {
    margin-bottom: 5px;
  }
  .mb10pc {
    margin-bottom: 10px;
  }
  .mb15pc {
    margin-bottom: 15px;
  }
  .mb20pc {
    margin-bottom: 20px;
  }
  .mb25pc {
    margin-bottom: 25px;
  }
  .mb30pc {
    margin-bottom: 30px;
  }
  .mb35pc {
    margin-bottom: 35px;
  }
  .mb40pc {
    margin-bottom: 40px;
  }
  .mb45pc {
    margin-bottom: 45px;
  }
  .mb50pc {
    margin-bottom: 50px;
  }
  .mb55pc {
    margin-bottom: 55px;
  }
  .mb60pc {
    margin-bottom: 60px;
  }
  .mb65pc {
    margin-bottom: 65px;
  }
  .mb70pc {
    margin-bottom: 70px;
  }
  .mb75pc {
    margin-bottom: 75px;
  }
  .mb80pc {
    margin-bottom: 80px;
  }
  .mb85pc {
    margin-bottom: 85px;
  }
  .mb90pc {
    margin-bottom: 90px;
  }
  .mb95pc {
    margin-bottom: 95px;
  }
  .mb100pc {
    margin-bottom: 100px;
  }
  .mb105pc {
    margin-bottom: 105px;
  }
  .mb110pc {
    margin-bottom: 110px;
  }
  .mb115pc {
    margin-bottom: 115px;
  }
  .mb120pc {
    margin-bottom: 120px;
  }
  .mb125pc {
    margin-bottom: 125px;
  }
  .mb130pc {
    margin-bottom: 130px;
  }
  .mb135pc {
    margin-bottom: 135px;
  }
  .mb140pc {
    margin-bottom: 140px;
  }
  .mb145pc {
    margin-bottom: 145px;
  }
  .mb150pc {
    margin-bottom: 150px;
  }
  .mb155pc {
    margin-bottom: 155px;
  }
  .mb160pc {
    margin-bottom: 160px;
  }
  .mb165pc {
    margin-bottom: 165px;
  }
  .mb170pc {
    margin-bottom: 170px;
  }
  .mb175pc {
    margin-bottom: 175px;
  }
  .mb180pc {
    margin-bottom: 180px;
  }
  .mb185pc {
    margin-bottom: 185px;
  }
  .mb190pc {
    margin-bottom: 190px;
  }
  .mb195pc {
    margin-bottom: 195px;
  }
  .mb200pc {
    margin-bottom: 200px;
  }
}
@media only screen and (max-width: 750px) {
  .mb0sp {
    margin-bottom: 0px;
  }
  .mb5sp {
    margin-bottom: 5px;
  }
  .mb10sp {
    margin-bottom: 10px;
  }
  .mb15sp {
    margin-bottom: 15px;
  }
  .mb20sp {
    margin-bottom: 20px;
  }
  .mb25sp {
    margin-bottom: 25px;
  }
  .mb30sp {
    margin-bottom: 30px;
  }
  .mb35sp {
    margin-bottom: 35px;
  }
  .mb40sp {
    margin-bottom: 40px;
  }
  .mb45sp {
    margin-bottom: 45px;
  }
  .mb50sp {
    margin-bottom: 50px;
  }
  .mb55sp {
    margin-bottom: 55px;
  }
  .mb60sp {
    margin-bottom: 60px;
  }
  .mb65sp {
    margin-bottom: 65px;
  }
  .mb70sp {
    margin-bottom: 70px;
  }
  .mb75sp {
    margin-bottom: 75px;
  }
  .mb80sp {
    margin-bottom: 80px;
  }
  .mb85sp {
    margin-bottom: 85px;
  }
  .mb90sp {
    margin-bottom: 90px;
  }
  .mb95sp {
    margin-bottom: 95px;
  }
  .mb100sp {
    margin-bottom: 100px;
  }
  .mb105sp {
    margin-bottom: 105px;
  }
  .mb110sp {
    margin-bottom: 110px;
  }
  .mb115sp {
    margin-bottom: 115px;
  }
  .mb120sp {
    margin-bottom: 120px;
  }
  .mb125sp {
    margin-bottom: 125px;
  }
  .mb130sp {
    margin-bottom: 130px;
  }
  .mb135sp {
    margin-bottom: 135px;
  }
  .mb140sp {
    margin-bottom: 140px;
  }
  .mb145sp {
    margin-bottom: 145px;
  }
  .mb150sp {
    margin-bottom: 150px;
  }
  .mb155sp {
    margin-bottom: 155px;
  }
  .mb160sp {
    margin-bottom: 160px;
  }
  .mb165sp {
    margin-bottom: 165px;
  }
  .mb170sp {
    margin-bottom: 170px;
  }
  .mb175sp {
    margin-bottom: 175px;
  }
  .mb180sp {
    margin-bottom: 180px;
  }
  .mb185sp {
    margin-bottom: 185px;
  }
  .mb190sp {
    margin-bottom: 190px;
  }
  .mb195sp {
    margin-bottom: 195px;
  }
  .mb200sp {
    margin-bottom: 200px;
  }
}/*# sourceMappingURL=style.css.map */