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

  reset.css

===============================================================*/
@import url("https://fonts.googleapis.com/css?family=Lato|Montserrat:400,500,600&display=swap");
* {
  -webkit-appearance: none; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input, textarea {
  border: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  text-decoration: none;
  vertical-align: baseline; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

main {
  display: block; }

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

input, textarea {
  margin: 0;
  padding: 0; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th {
  text-align: left; }

:focus {
  outline: none; }

/*===============================================================
clearfix
===============================================================*/
.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden; }

/*=============================================

window-size

===============================================*/
/* ========================================
    base
========================================= */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  font-size: 62.5%;
  -webkit-font-smoothing: subpixel-antialiased; }
  @media (max-width: 768px) {
    html, body, div, span, applet, object, iframe,
    h1, h2, h3, h4, h5, h6, p, blockquote, pre,
    a, abbr, acronym, address, big, cite, code,
    del, dfn, em, img, ins, kbd, q, s, samp,
    small, strike, strong, sub, sup, tt, var,
    b, u, i, center,
    dl, dt, dd, ol, ul, li,
    fieldset, form, label, legend,
    table, caption, tbody, tfoot, thead, tr, th, td,
    article, aside, canvas, details, embed,
    figure, figcaption, footer, header, hgroup,
    menu, nav, output, ruby, section, summary,
    time, mark, audio, video {
      font-size: 50%; } }

html {
  color: #fff;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  font-style: normal; }

body {
  width: 100%; }
  @media (min-width: 769px) {
    body {
      min-width: 1000px; } }

@media (min-width: 769px) {
  .pc {
    display: inherit; } }

@media (max-width: 768px) {
  .pc {
    display: none; } }

@media (min-width: 769px) {
  .sp {
    display: none; } }

@media (max-width: 768px) {
  .sp {
    display: inherit; } }

.l-container {
  margin: 0 auto;
  width: 100%; }
  @media (min-width: 769px) {
    .l-container {
      width: 1000px; } }
  @media (max-width: 768px) {
    .l-container {
      padding: 0 15px; } }

/* Tsukizi Residence*/
.p-tsukizi-header {
  color: #ffffff;
  top: 0;
  left: 0;
  z-index: 100; }
  @media (min-width: 769px) {
    .p-tsukizi-header {
      min-width: 1000px;
      position: absolute; } }
  @media (max-width: 768px) {
    .p-tsukizi-header {
      position: fixed; } }
  .p-tsukizi-header-upper {
    padding: 2.5rem 0 2.6rem; }
    .p-tsukizi-header-upper .l-container {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      width: auto;
      margin: 0 0 0 auto; }
      @media (min-width: 769px) {
        .p-tsukizi-header-upper .l-container {
          min-width: 1000px;
          width: calc(1000px + ((100vw - 1000px) / 2)); } }
      @media (max-width: 768px) {
        .p-tsukizi-header-upper .l-container {
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between; } }
  .p-tsukizi-header-logo {
    display: block;
    width: 47.6rem; }
    @media (min-width: 769px) {
      .p-tsukizi-header-logo {
        margin-right: 5.1rem; } }
    @media (max-width: 768px) {
      .p-tsukizi-header-logo {
        width: 80%; } }
    .p-tsukizi-header-logo a {
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s; }
      @media (min-width: 769px) {
        .p-tsukizi-header-logo a:hover {
          opacity: .6; } }
    .p-tsukizi-header-logo img {
      width: 100%; }
  .p-tsukizi-header-list {
    width: calc(100% - 52.7rem);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media (max-width: 768px) {
      .p-tsukizi-header-list.pc {
        display: none; } }
  .p-tsukizi-header-item {
    font-size: 1.25rem;
    letter-spacing: 0.03em;
    line-height: 1.6;
    width: 45%; }
    .p-tsukizi-header-item:nth-of-type(2n+1) {
      width: 52.5%; }
  .p-tsukizi-header-nav-wrapper {
    background: rgba(0, 0, 0, 0.4); }
    .p-tsukizi-header-nav-wrapper.pc {
      padding: 1.3rem 0; }
      .p-tsukizi-header-nav-wrapper.pc .l-container {
        padding-left: 1.3rem;
        width: 940px; }
      .p-tsukizi-header-nav-wrapper.pc .p-tsukizi-header-nav-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
      .p-tsukizi-header-nav-wrapper.pc .p-tsukizi-header-nav-item:first-child {
        margin-right: 7.7rem; }
      .p-tsukizi-header-nav-wrapper.pc .p-tsukizi-header-nav-item:nth-child(2) {
        margin-right: 6.5rem; }
      .p-tsukizi-header-nav-wrapper.pc .p-tsukizi-header-nav-item:nth-child(3) {
        margin-right: 8.4rem; }
      .p-tsukizi-header-nav-wrapper.pc .p-tsukizi-header-nav-item:nth-child(4) {
        margin-right: 6.3rem; }
      .p-tsukizi-header-nav-wrapper.pc .p-tsukizi-header-nav-item:nth-child(5) {
        margin-right: 6.6rem; }
        .p-tsukizi-header-nav-wrapper.pc .p-tsukizi-header-nav-item:nth-child(5) .p-tsukizi-header-nav-link {
          letter-spacing: 0.08em; }
      .p-tsukizi-header-nav-wrapper.pc .p-tsukizi-header-nav-item:nth-child(6) {
        margin-right: 6.7rem; }
  .p-tsukizi-header-nav-item {
    font-size: 16px; }
    @media (max-width: 768px) {
      .p-tsukizi-header-nav-item:not(:last-child) {
        margin-bottom: 30px; } }
  .p-tsukizi-header-nav-link {
    color: inherit;
    font-size: inherit;
    letter-spacing: 0.18em;
    line-height: 1.46;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }
    @media (min-width: 769px) {
      .p-tsukizi-header-nav-link:hover {
        opacity: .6; } }

/*humburger menu*/
.p-tsukizi-header-nav-toggle {
  position: relative;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 3; }
  .p-tsukizi-header-nav-toggle span {
    display: block;
    position: absolute;
    width: 24px;
    border-bottom: solid 1px #fff;
    -webkit-transition: .35s ease-in-out;
    -o-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 6px; }
    .p-tsukizi-header-nav-toggle span:nth-child(1) {
      top: 9px; }
    .p-tsukizi-header-nav-toggle span:nth-child(2) {
      top: 18px; }
    .p-tsukizi-header-nav-toggle span:nth-child(3) {
      top: 27px; }
  .p-tsukizi-header-nav-toggle.js-active span:nth-child(1) {
    top: 18px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .p-tsukizi-header-nav-toggle.js-active span:nth-child(2), .p-tsukizi-header-nav-toggle.js-active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  @media (max-width: 768px) {
    .p-tsukizi-header-nav-toggle-list {
      background: #a8862d;
      -webkit-box-shadow: 0px 0px 10px 0px rgba(43, 41, 51, 0.5);
      box-shadow: 0px 0px 10px 0px rgba(43, 41, 51, 0.5);
      display: block;
      margin-left: auto;
      padding: 80px 15px;
      text-align: center;
      width: 100%; } }
  .p-tsukizi-header-nav-toggle-menu {
    opacity: 0;
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    height: auto;
    width: 100vw;
    -webkit-transform: translateY(-100vh);
    -ms-transform: translateY(-100vh);
    transform: translateY(-100vh);
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s; }
    .p-tsukizi-header-nav-toggle-menu.js-active {
      opacity: 1;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0); }

.p-tsukizi-footer {
  padding: 7.8rem 0 1.8rem; }
  @media (max-width: 768px) {
    .p-tsukizi-footer {
      padding: 24px 0; } }
  .p-tsukizi-footer-upper {
    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;
    margin-bottom: 3.9rem; }
    @media (max-width: 768px) {
      .p-tsukizi-footer-upper {
        margin-bottom: 16px; } }
  .p-tsukizi-footer-logonav.pc {
    display: block; }
    @media (max-width: 768px) {
      .p-tsukizi-footer-logonav.pc {
        display: none; } }
  @media (min-width: 769px) {
    .p-tsukizi-footer-logo {
      margin: 0 0 4.7rem;
      width: 53rem; } }
  @media (max-width: 768px) {
    .p-tsukizi-footer-logo {
      margin: 0 0 3rem; } }
  .p-tsukizi-footer-logo img {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }
    @media (min-width: 769px) {
      .p-tsukizi-footer-logo img {
        display: block; } }
    @media (min-width: 769px) {
      .p-tsukizi-footer-logo img:hover {
        opacity: .6; } }
  @media (max-width: 768px) {
    .p-tsukizi-footer-nav {
      margin: 0 0 3rem; } }
  .p-tsukizi-footer-nav-item {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.12em;
    line-height: 22.8px; }
  .p-tsukizi-footer-nav-link {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }
    @media (min-width: 769px) {
      .p-tsukizi-footer-nav-link:hover {
        opacity: .6; } }
  @media (max-width: 768px) {
    .p-tsukizi-footer-address {
      margin: 0 auto;
      text-align: center; } }
  .p-tsukizi-footer-address-img {
    margin: 0 0 1.6rem;
    max-width: 33.7rem;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }
    @media (min-width: 769px) {
      .p-tsukizi-footer-address-img {
        width: 100%; } }
    @media (max-width: 768px) {
      .p-tsukizi-footer-address-img {
        margin: 0 auto 1.6rem;
        width: 70%; } }
    @media (min-width: 769px) {
      .p-tsukizi-footer-address-img:hover {
        opacity: .6; } }
  .p-tsukizi-footer-address-txt {
    display: inline-block;
    font-size: 2.1rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1.14; }
    @media (min-width: 769px) {
      .p-tsukizi-footer-address-txt {
        margin: 0 0 1.6rem; } }
    @media (max-width: 768px) {
      .p-tsukizi-footer-address-txt {
        font-size: 14px; } }
    .p-tsukizi-footer-address-txt span {
      font-size: 17px;
      font-weight: inherit;
      letter-spacing: inherit; }
      @media (max-width: 768px) {
        .p-tsukizi-footer-address-txt span {
          font-size: inherit; } }
  .p-tsukizi-footer-address-item {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1.675; }
    @media (max-width: 768px) {
      .p-tsukizi-footer-address-item {
        font-size: 12px; } }
  .p-tsukizi-footer-copyright {
    font-size: 10px;
    line-height: 22.8px;
    font-family: 'Lato', sans-serif; }

.p-tsukizi-ttl {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.4em;
  line-height: 1.46;
  text-transform: uppercase; }

.p-tsukizi-btn {
  -webkit-transition: inherit;
  -o-transition: inherit;
  transition: inherit; }
  .p-tsukizi-btn-wrapper {
    display: block;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }
    @media (min-width: 769px) {
      .p-tsukizi-btn-wrapper:hover .p-tsukizi-btn {
        opacity: .6; } }

.p-tsukizi-access {
  background: url(../img/access/access-bg.png) no-repeat;
  background-size: cover;
  position: relative; }
  .p-tsukizi-access:before {
    background: url(../img/access/access-shadow.png) no-repeat;
    background-size: contain;
    content: '';
    position: absolute;
    top: 0;
    z-index: 2; }
    @media (min-width: 769px) {
      .p-tsukizi-access:before {
        right: 8px;
        height: 914px;
        width: 954px; } }
  @media (min-width: 769px) {
    .p-tsukizi-access {
      margin-top: 11.8rem;
      padding: 14.1rem 0 0; } }
  @media (max-width: 768px) {
    .p-tsukizi-access {
      margin-top: 84px;
      padding: 8rem 0 0; } }
  @media (min-width: 769px) {
    .p-tsukizi-access .p-tsukizi-ttl {
      display: inline;
      left: 7px;
      position: relative; } }
  .p-tsukizi-access-content {
    background: url(../img/access/access-content-bg.png) no-repeat;
    background-position-y: bottom;
    margin-top: 7.1rem; }
    @media (min-width: 769px) {
      .p-tsukizi-access-content {
        padding: 0 4.3rem 8.5rem 3.6rem;
        position: relative;
        right: -4px; } }
    @media (max-width: 768px) {
      .p-tsukizi-access-content {
        margin-top: 6rem;
        padding-bottom: 4.3rem; } }
  .p-tsukizi-access-places-wrapper {
    margin-bottom: 13.7rem;
    max-width: 922px; }
    @media (max-width: 768px) {
      .p-tsukizi-access-places-wrapper {
        margin-bottom: 6.5rem; } }
  .p-tsukizi-access-cc-wrapper {
    margin: 0 auto 6.2rem;
    max-width: 844px; }
    @media (min-width: 769px) {
      .p-tsukizi-access-cc-wrapper {
        position: relative;
        left: 5px; } }
    @media (max-width: 768px) {
      .p-tsukizi-access-cc-wrapper {
        margin-bottom: 3.1rem; } }
  .p-tsukizi-access-stations {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 5.4rem; }
    @media (max-width: 768px) {
      .p-tsukizi-access-stations {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 2.7rem; } }
  @media (min-width: 769px) {
    .p-tsukizi-access-station-wrapper {
      width: calc( ( 100% - 52px ) / 3); } }
  @media (max-width: 768px) {
    .p-tsukizi-access-station-wrapper {
      max-width: 290px; } }
  @media (min-width: 769px) {
    .p-tsukizi-access-station-wrapper:nth-child(2) {
      margin: 0 26px; } }
  @media (max-width: 768px) {
    .p-tsukizi-access-station-wrapper:not(:last-child) {
      margin-bottom: 26px; } }
  @media (min-width: 769px) {
    .p-tsukizi-access-root {
      margin: 0 auto 3.6rem;
      max-width: 626px;
      position: relative;
      right: 2px; } }
  @media (max-width: 768px) {
    .p-tsukizi-access-root {
      margin: 0 auto 1.8rem; } }
  @media (min-width: 769px) {
    .p-tsukizi-access-root-cautions {
      text-align: center; } }
  .p-tsukizi-access-root-caution {
    color: #614c3f;
    font-size: 14.5px;
    font-weight: bold;
    letter-spacing: 0.015em;
    line-height: 22px; }
  .p-tsukizi-access-btn-wrapper {
    margin: 8.7rem auto 0;
    max-width: 325px; }
    @media (max-width: 768px) {
      .p-tsukizi-access-btn-wrapper {
        margin-top: 4.4rem; } }

@media (max-width: 768px) {
  .p-tsukizi-index-mv {
    background: url(../img/index/index-mv-bg.png);
    background-size: cover;
    height: 100vh;
    overflow: hidden;
    padding-top: 40vh; } }

.p-tsukizi-index-mv .l-container {
  width: 100%; }
  @media (max-width: 768px) {
    .p-tsukizi-index-mv .l-container {
      text-align: center; } }

@media (max-width: 768px) {
  .p-tsukizi-index-mv-heading {
    margin-bottom: 50px;
    z-index: 50; } }

.p-tsukizi-index-mv-heading img {
  max-width: 622px; }

@media (max-width: 768px) {
  .p-tsukizi-index-mv-link {
    z-index: 50; } }

.p-tsukizi-index-mv-link img {
  max-width: 324px; }

.p-tsukizi-index-mv-img {
  height: auto; }

.p-tsukizi-index-mv-residence {
  bottom: 0;
  height: auto;
  right: -5%;
  width: 280px; }

.p-tsukizi-index-gallery {
  background: url(../img/index/index-gallery-bg.png);
  background-size: cover;
  padding: 9.3rem 0 14rem; }
  @media (max-width: 768px) {
    .p-tsukizi-index-gallery {
      padding-top: 6rem;
      padding-bottom: 10rem; } }

.p-tsukizi-index-footer {
  padding: 0 0 8.3rem; }
  @media (max-width: 768px) {
    .p-tsukizi-index-footer {
      padding-bottom: 5rem; } }
  .p-tsukizi-index-footer-nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  @media (min-width: 769px) {
    .p-tsukizi-index-footer-nav-item {
      width: 23.6%; } }
  @media (max-width: 768px) {
    .p-tsukizi-index-footer-nav-item {
      width: 49%; } }
  @media (min-width: 769px) {
    .p-tsukizi-index-footer-nav-item:not(:last-child) {
      margin: 0 calc((100% - 94.4%) / 3) 0 0; } }
  @media (max-width: 768px) {
    .p-tsukizi-index-footer-nav-item:nth-of-type(2n+1) {
      margin: 0 2% 2% 0; } }
  .p-tsukizi-index-footer-nav-img {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }
    @media (min-width: 769px) {
      .p-tsukizi-index-footer-nav-img:hover {
        opacity: .6; } }

.p-tsukizi-location {
  background: url(../img/location/location-bg.png) no-repeat;
  background-size: cover; }
  @media (min-width: 769px) {
    .p-tsukizi-location {
      margin-top: 11.8rem;
      padding: 12.3rem 0; } }
  @media (max-width: 768px) {
    .p-tsukizi-location {
      margin-top: 84px;
      padding: 8rem 0 2.2rem; } }
  .p-tsukizi-location-content {
    margin-top: 5.8rem; }
    @media (min-width: 769px) {
      .p-tsukizi-location-content {
        width: 933px; } }
    @media (max-width: 768px) {
      .p-tsukizi-location-content {
        margin-top: 6rem; } }
  .p-tsukizi-location-pic {
    height: auto;
    margin-bottom: 1rem;
    width: 100%; }
    .p-tsukizi-location-pic-wrapper:first-child {
      margin-bottom: 2.5rem; }
    .p-tsukizi-location-pic-wrapper:nth-child(2) {
      margin-bottom: 7.7rem; }
      .p-tsukizi-location-pic-wrapper:nth-child(2) .p-tsukizi-location-pic {
        margin-bottom: 1.3rem; }
      .p-tsukizi-location-pic-wrapper:nth-child(2) .p-tsukizi-location-pic-cap-name {
        margin-right: 15px; }
    .p-tsukizi-location-pic:nth-child(2) {
      margin-bottom: 2.2rem; }
    .p-tsukizi-location-pic-cap-mark, .p-tsukizi-location-pic-cap-name, .p-tsukizi-location-pic-cap-access {
      display: inline;
      font-size: 14px;
      font-weight: 500;
      letter-spacing: 0;
      line-height: 2; }
    .p-tsukizi-location-pic-cap-name {
      margin-right: 10px; }
    .p-tsukizi-location-pic-cap-access {
      margin-right: 17px; }
  .p-tsukizi-location-map-ttl {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    letter-spacing: 0.4em;
    line-height: 1.5;
    margin-bottom: 5.1rem;
    position: relative; }
    .p-tsukizi-location-map-ttl:before, .p-tsukizi-location-map-ttl:after {
      background-size: cover;
      content: '';
      height: 2px;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
      @media (min-width: 769px) {
        .p-tsukizi-location-map-ttl:before, .p-tsukizi-location-map-ttl:after {
          width: 369px; } }
      @media (max-width: 768px) {
        .p-tsukizi-location-map-ttl:before, .p-tsukizi-location-map-ttl:after {
          background-size: contain;
          width: calc( ( 100% - 100px ) /2); } }
    .p-tsukizi-location-map-ttl:before {
      background-image: url(../img/location/location-map-ttl-line_left.png);
      left: 0; }
    .p-tsukizi-location-map-ttl:after {
      background-image: url(../img/location/location-map-ttl-line_right.png);
      right: 0; }
  .p-tsukizi-location-map-cc {
    font-size: 3.3rem;
    display: block;
    text-align: center;
    letter-spacing: 0.08em;
    margin: 0 auto 6.3rem; }
  .p-tsukizi-location-map-map {
    margin: 0 auto 2.9rem; }
    @media (min-width: 769px) {
      .p-tsukizi-location-map-map {
        max-width: 924px; } }
  .p-tsukizi-location-map-lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media (min-width: 769px) {
      .p-tsukizi-location-map-lists {
        max-width: 931px;
        position: relative;
        left: -1px; } }
    @media (max-width: 768px) {
      .p-tsukizi-location-map-lists {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
    @media (min-width: 769px) {
      .p-tsukizi-location-map-lists-left, .p-tsukizi-location-map-lists-right {
        width: 46.72%; } }
  .p-tsukizi-location-map-list-ttl, .p-tsukizi-location-map-list-name, .p-tsukizi-location-map-list-access {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 16px;
    line-height: 1.75; }
  @media (min-width: 769px) {
    .p-tsukizi-location-map-list-name {
      width: 65%; } }
  @media (min-width: 769px) {
    .p-tsukizi-location-map-list-access {
      margin-left: auto;
      text-align: right;
      width: 35%; } }
  @media (max-width: 768px) {
    .p-tsukizi-location-map-list-access {
      margin-bottom: 20px; } }
  .p-tsukizi-location-map-list-ttl {
    background: #725a2e;
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    line-height: 1.425;
    padding: 6px 12px 7px;
    width: 100%;
    margin-bottom: 9px; }
  .p-tsukizi-location-map-list-content {
    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;
    margin-bottom: 2.7rem; }
    @media (max-width: 768px) {
      .p-tsukizi-location-map-list-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
  .p-tsukizi-location-btn-wrapper {
    margin: 9.4rem auto 0;
    max-width: 325px; }
    @media (max-width: 768px) {
      .p-tsukizi-location-btn-wrapper {
        margin-top: 12rem; } }

.p-tsukizi-outline {
  background: url(../img/outline/outline-bg.png) no-repeat;
  background-size: cover; }
  @media (min-width: 769px) {
    .p-tsukizi-outline {
      margin-top: 11.8rem;
      padding: 9.6rem 0 8.8rem; } }
  @media (max-width: 768px) {
    .p-tsukizi-outline {
      margin-top: 84px;
      padding: 7rem 0 3.2rem; } }
  .p-tsukizi-outline-ttl {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.8rem;
    letter-spacing: 0.3em;
    line-height: 1.46;
    text-transform: uppercase; }
    .p-tsukizi-outline-ttl-wrapper {
      background: rgba(52, 52, 52, 0.4);
      width: auto; }
      @media (min-width: 769px) {
        .p-tsukizi-outline-ttl-wrapper {
          margin: 0 0 8.4rem;
          padding: 3.4rem 0; } }
      @media (max-width: 768px) {
        .p-tsukizi-outline-ttl-wrapper {
          margin: 0 0 24px;
          padding: 16px 0; } }
  .p-tsukizi-outline-heading {
    border-bottom: 1px solid #fff;
    font-size: 2.4rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    line-height: 2;
    margin-bottom: 2rem;
    padding-bottom: .8rem; }
    @media (max-width: 768px) {
      .p-tsukizi-outline-heading {
        font-size: 16px;
        margin-bottom: 1rem;
        padding-bottom: .4rem; } }
  @media (min-width: 769px) {
    .p-tsukizi-outline-content {
      width: 840px; } }
  .p-tsukizi-outline-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media (max-width: 768px) {
      .p-tsukizi-outline-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
    .p-tsukizi-outline-info:not(:last-child) {
      margin-bottom: 6.8rem; }
      @media (max-width: 768px) {
        .p-tsukizi-outline-info:not(:last-child) {
          margin-bottom: 32px; } }
    .p-tsukizi-outline-info-ttl, .p-tsukizi-outline-info-txt, .p-tsukizi-outline-info-item {
      font-size: 14px;
      letter-spacing: 0;
      line-height: 2.7; }
      @media (max-width: 768px) {
        .p-tsukizi-outline-info-ttl, .p-tsukizi-outline-info-txt, .p-tsukizi-outline-info-item {
          font-size: 12px;
          line-height: 1.8; } }
    @media (min-width: 769px) {
      .p-tsukizi-outline-info-ttl {
        width: 16.2%; } }
    @media (max-width: 768px) {
      .p-tsukizi-outline-info-ttl {
        width: 100%; } }
    @media (min-width: 769px) {
      .p-tsukizi-outline-info-txt {
        width: 83.8%; } }
    @media (max-width: 768px) {
      .p-tsukizi-outline-info-txt {
        margin-bottom: 1rem;
        width: 100%; } }

.p-tsukizi-plan {
  background: url(../img/plan/plan-bg.png) no-repeat;
  background-size: cover;
  /*間取り下層ページ*/ }
  @media (min-width: 769px) {
    .p-tsukizi-plan {
      margin-top: 11.8rem;
      padding: 14.1rem 0 6.5rem; } }
  @media (max-width: 768px) {
    .p-tsukizi-plan {
      margin-top: 84px;
      padding: 8rem 0 2.2rem; } }
  .p-tsukizi-plan-content {
    margin-top: 9.1rem; }
    @media (max-width: 768px) {
      .p-tsukizi-plan-content {
        margin-top: 6rem; } }
  .p-tsukizi-plan-pic, .p-tsukizi-plan-table {
    min-width: 600px; }
    .p-tsukizi-plan-pic-wrapper, .p-tsukizi-plan-table-wrapper {
      overflow-x: scroll; }
  .p-tsukizi-plan-pic {
    height: auto;
    width: 100%; }
    .p-tsukizi-plan-pic-wrapper {
      margin: 0 auto;
      max-width: 851px; }
  .p-tsukizi-plan-table {
    height: auto;
    width: 100%; }
    .p-tsukizi-plan-table-wrapper {
      margin: 18rem auto 0;
      max-width: 899px; }
      @media (max-width: 768px) {
        .p-tsukizi-plan-table-wrapper {
          margin-top: 12rem; } }
  .p-tsukizi-plan-btn-wrapper {
    margin: 17.7rem auto 0;
    max-width: 325px; }
    @media (max-width: 768px) {
      .p-tsukizi-plan-btn-wrapper {
        margin-top: 12rem; } }
  .p-tsukizi-plan-detail {
    background: url(../img/plan/plan-bg.png) no-repeat;
    background-size: cover; }
    @media (min-width: 769px) {
      .p-tsukizi-plan-detail {
        margin-top: 11.8rem;
        padding: 14.1rem 0 6.5rem; } }
    @media (max-width: 768px) {
      .p-tsukizi-plan-detail {
        margin-top: 84px;
        padding: 8rem 0 2.2rem; } }
    .p-tsukizi-plan-detail-content {
      margin-top: 9.1rem; }
      @media (max-width: 768px) {
        .p-tsukizi-plan-detail-content {
          margin-top: 6rem; } }
      .p-tsukizi-plan-detail-content .l-container {
        background: rgba(201, 201, 201, 0.8);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        @media (min-width: 769px) {
          .p-tsukizi-plan-detail-content .l-container {
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            padding: 4.6rem 3.5rem 4.6rem 4.6rem;
            width: 999px; } }
        @media (max-width: 768px) {
          .p-tsukizi-plan-detail-content .l-container {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            padding: 15px; } }
      .p-tsukizi-plan-detail-content-ttl {
        background: #8a6a1b;
        font-size: 1.8rem;
        letter-spacing: 0.13em;
        line-height: 1.3;
        padding: 1rem 1.6rem 0.5rem;
        margin-bottom: 3.9rem; }
        @media (max-width: 768px) {
          .p-tsukizi-plan-detail-content-ttl {
            margin-bottom: 2rem; } }
    .p-tsukizi-plan-detail-pic {
      height: auto;
      width: 100%; }
      @media (min-width: 769px) {
        .p-tsukizi-plan-detail-pic-wrapper {
          margin-right: 3rem;
          max-width: 555px; } }
      @media (max-width: 768px) {
        .p-tsukizi-plan-detail-pic-wrapper {
          margin-bottom: 3rem;
          overflow-x: scroll; } }
      @media (max-width: 768px) {
        .p-tsukizi-plan-detail-pic {
          min-width: 600px; } }
    .p-tsukizi-plan-detail-table {
      height: auto;
      margin: 0 auto;
      width: 328px; }
      @media (min-width: 769px) {
        .p-tsukizi-plan-detail-table-wrapper {
          max-width: 328px; } }
      @media (max-width: 768px) {
        .p-tsukizi-plan-detail-table-wrapper {
          overflow-x: scroll; } }
      @media (min-width: 769px) {
        .p-tsukizi-plan-detail-table {
          width: 100%; } }
    .p-tsukizi-plan-detail-btn-wrapper {
      margin: 17.7rem auto 0;
      max-width: 325px; }
      @media (min-width: 769px) {
        .p-tsukizi-plan-detail-btn-wrapper {
          margin-top: 140.7rem; } }
      @media (max-width: 768px) {
        .p-tsukizi-plan-detail-btn-wrapper {
          margin-top: 12rem; } }

.p-tsukizi-facility {
  background: url(../img/facility/facility-bg.png) no-repeat;
  background-size: cover; }
  @media (min-width: 769px) {
    .p-tsukizi-facility {
      margin-top: 11.8rem;
      padding: 11.7rem 0 9.9rem; } }
  @media (max-width: 768px) {
    .p-tsukizi-facility {
      margin-top: 84px;
      padding: 8rem 0 6.6rem; } }
  @media (min-width: 769px) {
    .p-tsukizi-facility-content {
      margin-top: 10rem;
      width: 1024px; } }
  @media (max-width: 768px) {
    .p-tsukizi-facility-content {
      margin-top: 6rem; } }
  .p-tsukizi-facility-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  @media (min-width: 769px) {
    .p-tsukizi-facility-item {
      width: 23.48%;
      margin-bottom: 57px; } }
  @media (max-width: 768px) {
    .p-tsukizi-facility-item {
      width: 48%;
      margin-bottom: 40px; } }
  @media (min-width: 769px) {
    .p-tsukizi-facility-item:not(:nth-of-type(4n)) {
      margin-right: calc(( 100% - 23.48% * 4 ) / 3); } }
  .p-tsukizi-facility-item:not(:nth-of-type(2n)) {
    margin-right: 2%; }
  @media (min-width: 769px) {
    .p-tsukizi-facility-item:last-child, .p-tsukizi-facility-item:nth-last-child(2), .p-tsukizi-facility-item:nth-last-child(3), .p-tsukizi-facility-item:nth-last-child(4) {
      margin-bottom: 53px; } }
  .p-tsukizi-facility-item-img {
    display: block;
    margin-bottom: 8px;
    width: 100%; }
  .p-tsukizi-facility-item-txt {
    border-bottom: 1px solid #fff;
    display: inline-block;
    font-size: 14px;
    line-height: 1.375;
    padding: 9px 0 10px 16px;
    position: relative;
    width: 100%; }
    @media (max-width: 768px) {
      .p-tsukizi-facility-item-txt {
        min-height: 58px; } }
    .p-tsukizi-facility-item-txt:before {
      background: #ffffff;
      content: '';
      left: 0;
      height: 100%;
      top: 0;
      width: 5px;
      position: absolute; }
  .p-tsukizi-facility-caution {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 14px;
    line-height: 1.628; }
  .p-tsukizi-facility-security-ttl {
    font-family: 'Montserrat', sans-serif; }
    .p-tsukizi-facility-security-ttl-wrapper {
      background: url(../img/facility/facility-security-deco.png) no-repeat;
      background-size: contain;
      margin: 8.7rem auto 0;
      padding-top: 6.4rem; }
      @media (min-width: 769px) {
        .p-tsukizi-facility-security-ttl-wrapper {
          width: 1026px; } }
      @media (max-width: 768px) {
        .p-tsukizi-facility-security-ttl-wrapper {
          margin-top: 60px;
          padding-top: 40px;
          width: 100%; } }
  .p-tsukizi-facility-security-content {
    margin-top: 5rem; }
    @media (max-width: 768px) {
      .p-tsukizi-facility-security-content {
        margin-top: 30px; } }
  .p-tsukizi-facility-security-txt {
    font-size: 2.8rem;
    letter-spacing: 0.1em;
    line-height: 1.798; }
    @media (max-width: 768px) {
      .p-tsukizi-facility-security-txt {
        font-size: 18px; } }
  .p-tsukizi-facility-security-img {
    min-width: 600px; }
    .p-tsukizi-facility-security-img-wrapper {
      margin: 7.5rem auto 0;
      max-width: 988px; }
      @media (max-width: 768px) {
        .p-tsukizi-facility-security-img-wrapper {
          overflow-x: scroll;
          margin-top: 5rem; } }

.p-tsukizi-modelroom {
  background: url(../img/modelroom/modelroom-bg.png) no-repeat;
  background-size: cover; }
  @media (min-width: 769px) {
    .p-tsukizi-modelroom {
      margin-top: 11.8rem;
      min-height: 1459px;
      padding: 12.7rem 0 9.9rem; } }
  @media (max-width: 768px) {
    .p-tsukizi-modelroom {
      margin-top: 84px;
      padding: 8rem 0 6.6rem; } }
  @media (min-width: 769px) {
    .p-tsukizi-modelroom-content {
      margin-top: 9.6rem; } }
  @media (max-width: 768px) {
    .p-tsukizi-modelroom-content {
      margin-top: 6rem; } }
  .p-tsukizi-modelroom-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .p-tsukizi-modelroom-item {
    background: #998b47;
    width: 100%;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }
    @media (min-width: 769px) {
      .p-tsukizi-modelroom-item:hover {
        opacity: .6; } }
    .p-tsukizi-modelroom-item:not(:last-child) {
      margin-bottom: 5.4rem; }
    .p-tsukizi-modelroom-item-type, .p-tsukizi-modelroom-item-floorplan {
      font-weight: 500; }
    .p-tsukizi-modelroom-item-type {
      font-size: 2.2rem;
      letter-spacing: 0.16em;
      line-height: 22.8px;
      padding-right: 1.5rem; }
      @media (min-width: 769px) {
        .p-tsukizi-modelroom-item-type {
          border-right: 1px solid #fff;
          min-width: 134px; } }
      .p-tsukizi-modelroom-item-type-name {
        font-size: 4.4rem;
        line-height: 1;
        font-weight: inherit;
        letter-spacing: 0.08em;
        margin-right: 0.6rem; }
    .p-tsukizi-modelroom-item-floorplan {
      font-size: 3.2rem;
      text-align: right;
      letter-spacing: 0.08em; }
      @media (min-width: 769px) {
        .p-tsukizi-modelroom-item-floorplan {
          margin-right: 0.6rem; } }
  .p-tsukizi-modelroom-link {
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: -moz-linear-gradient(top, transparent, rgba(0, 0, 0, 0.47));
    background: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.47));
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.47)));
    background: -o-linear-gradient(top, transparent, rgba(0, 0, 0, 0.47));
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.47));
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 3.1rem .5rem 3.5rem; }
    @media (max-width: 768px) {
      .p-tsukizi-modelroom-link {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 1rem; } }

/*! Emma.css 0.15.0 | MIT License | https://git.io/emma */
.pos-s {
  position: static !important; }

.pos-r {
  position: relative !important; }

.pos-a {
  position: absolute !important; }

.pos-sk {
  position: -webkit-sticky !important;
  position: sticky !important; }

.pos-f {
  position: fixed !important; }

.t-a {
  top: auto !important; }

.t0 {
  top: 0 !important; }

.t100p {
  top: 100% !important; }

.r-a {
  right: auto !important; }

.r0 {
  right: 0 !important; }

.r100p {
  right: 100% !important; }

.b-a {
  bottom: auto !important; }

.b0 {
  bottom: 0 !important; }

.b100p {
  bottom: 100% !important; }

.l-a {
  left: auto !important; }

.l0 {
  left: 0 !important; }

.l100p {
  left: 100% !important; }

.z-a {
  z-index: auto !important; }

.z0 {
  z-index: 0 !important; }

.z1 {
  z-index: 1 !important; }

.z2 {
  z-index: 2 !important; }

.z3 {
  z-index: 3 !important; }

.z4 {
  z-index: 4 !important; }

.z5 {
  z-index: 5 !important; }

.z6 {
  z-index: 6 !important; }

.z9999 {
  z-index: 9999 !important; }

.bxz-cb {
  -webkit-box-sizing: content-box !important;
  box-sizing: content-box !important; }

.bxz-bb {
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important; }

.d-i {
  display: inline !important; }

.d-n {
  display: none !important; }

.d-b {
  display: block !important; }

.d-ib {
  display: inline-block !important; }

.d-fx {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.d-ifx {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

.d-tb {
  display: table !important; }

.d-itb {
  display: inline-table !important; }

.d-tbhg {
  display: table-header-group !important; }

.d-tbfg {
  display: table-footer-group !important; }

.d-tbrg {
  display: table-row-group !important; }

.d-tbr {
  display: table-row !important; }

.d-tbc {
  display: table-cell !important; }

.d-li {
  display: list-item !important; }

.d-ih {
  display: inherit !important; }

.fx-a {
  -webkit-box-flex: 1 !important;
  -ms-flex: auto !important;
  flex: auto !important; }

.fx-n {
  -webkit-box-flex: 0 !important;
  -ms-flex: none !important;
  flex: none !important; }

.fx0 {
  -webkit-box-flex: 0 !important;
  -ms-flex: 0 !important;
  flex: 0 !important; }

.fx1 {
  -webkit-box-flex: 1 !important;
  -ms-flex: 1 !important;
  flex: 1 !important; }

.fx2 {
  -webkit-box-flex: 2 !important;
  -ms-flex: 2 !important;
  flex: 2 !important; }

.fx3 {
  -webkit-box-flex: 3 !important;
  -ms-flex: 3 !important;
  flex: 3 !important; }

.fx0-1-a {
  -webkit-box-flex: 0 !important;
  -ms-flex: 0 1 auto !important;
  flex: 0 1 auto !important; }

.fx1-0-a {
  -webkit-box-flex: 1 !important;
  -ms-flex: 1 0 auto !important;
  flex: 1 0 auto !important; }

.fx1-1-a {
  -webkit-box-flex: 1 !important;
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important; }

.fx0-0-a {
  -webkit-box-flex: 0 !important;
  -ms-flex: 0 0 auto !important;
  flex: 0 0 auto !important; }

.fx1-0-0 {
  -webkit-box-flex: 1 !important;
  -ms-flex: 1 0 0% !important;
  flex: 1 0 0% !important; }

.fx0-0-100p {
  -webkit-box-flex: 0 !important;
  -ms-flex: 0 0 100% !important;
  flex: 0 0 100% !important; }

.fxb-a {
  -ms-flex-preferred-size: auto !important;
  flex-basis: auto !important; }

.fxb0 {
  -ms-flex-preferred-size: 0 !important;
  flex-basis: 0 !important; }

.fxb1 {
  -ms-flex-preferred-size: 1px !important;
  flex-basis: 1px !important; }

.fxb1p {
  -ms-flex-preferred-size: 1% !important;
  flex-basis: 1% !important; }

.fxb5p {
  -ms-flex-preferred-size: 5% !important;
  flex-basis: 5% !important; }

.fxb10p {
  -ms-flex-preferred-size: 10% !important;
  flex-basis: 10% !important; }

.fxb15p {
  -ms-flex-preferred-size: 15% !important;
  flex-basis: 15% !important; }

.fxb20p {
  -ms-flex-preferred-size: 20% !important;
  flex-basis: 20% !important; }

.fxb25p {
  -ms-flex-preferred-size: 25% !important;
  flex-basis: 25% !important; }

.fxb30p {
  -ms-flex-preferred-size: 30% !important;
  flex-basis: 30% !important; }

.fxb33p {
  -ms-flex-preferred-size: 33% !important;
  flex-basis: 33% !important; }

.fxb34p {
  -ms-flex-preferred-size: 34% !important;
  flex-basis: 34% !important; }

.fxb35p {
  -ms-flex-preferred-size: 35% !important;
  flex-basis: 35% !important; }

.fxb40p {
  -ms-flex-preferred-size: 40% !important;
  flex-basis: 40% !important; }

.fxb45p {
  -ms-flex-preferred-size: 45% !important;
  flex-basis: 45% !important; }

.fxb50p {
  -ms-flex-preferred-size: 50% !important;
  flex-basis: 50% !important; }

.fxb55p {
  -ms-flex-preferred-size: 55% !important;
  flex-basis: 55% !important; }

.fxb60p {
  -ms-flex-preferred-size: 60% !important;
  flex-basis: 60% !important; }

.fxb65p {
  -ms-flex-preferred-size: 65% !important;
  flex-basis: 65% !important; }

.fxb66p {
  -ms-flex-preferred-size: 66% !important;
  flex-basis: 66% !important; }

.fxb67p {
  -ms-flex-preferred-size: 67% !important;
  flex-basis: 67% !important; }

.fxb70p {
  -ms-flex-preferred-size: 70% !important;
  flex-basis: 70% !important; }

.fxb75p {
  -ms-flex-preferred-size: 75% !important;
  flex-basis: 75% !important; }

.fxb80p {
  -ms-flex-preferred-size: 80% !important;
  flex-basis: 80% !important; }

.fxb85p {
  -ms-flex-preferred-size: 85% !important;
  flex-basis: 85% !important; }

.fxb90p {
  -ms-flex-preferred-size: 90% !important;
  flex-basis: 90% !important; }

.fxb95p {
  -ms-flex-preferred-size: 95% !important;
  flex-basis: 95% !important; }

.fxb100p {
  -ms-flex-preferred-size: 100% !important;
  flex-basis: 100% !important; }

.fxb25vw {
  -ms-flex-preferred-size: 25vw !important;
  flex-basis: 25vw !important; }

.fxb50vw {
  -ms-flex-preferred-size: 50vw !important;
  flex-basis: 50vw !important; }

.fxb75vw {
  -ms-flex-preferred-size: 75vw !important;
  flex-basis: 75vw !important; }

.fxb90vw {
  -ms-flex-preferred-size: 90vw !important;
  flex-basis: 90vw !important; }

.fxb100vw {
  -ms-flex-preferred-size: 100vw !important;
  flex-basis: 100vw !important; }

.fxb25vh {
  -ms-flex-preferred-size: 25vh !important;
  flex-basis: 25vh !important; }

.fxb50vh {
  -ms-flex-preferred-size: 50vh !important;
  flex-basis: 50vh !important; }

.fxb75vh {
  -ms-flex-preferred-size: 75vh !important;
  flex-basis: 75vh !important; }

.fxb90vh {
  -ms-flex-preferred-size: 90vh !important;
  flex-basis: 90vh !important; }

.fxb100vh {
  -ms-flex-preferred-size: 100vh !important;
  flex-basis: 100vh !important; }

.fxb100vmax {
  -ms-flex-preferred-size: 100vmax !important;
  flex-basis: 100vmax !important; }

.fxb100vmin {
  -ms-flex-preferred-size: 100vmin !important;
  flex-basis: 100vmin !important; }

.fxb-c {
  -ms-flex-preferred-size: content !important;
  flex-basis: content !important; }

.fxd-r {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important; }

.fxd-rr {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important; }

.fxd-c {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important; }

.fxd-cr {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important; }

.fxw-nw {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important; }

.fxw-w {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important; }

.fxw-wr {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important; }

.fxs0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important; }

.fxs1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important; }

.fxs2 {
  -ms-flex-negative: 2 !important;
  flex-shrink: 2 !important; }

.fxs3 {
  -ms-flex-negative: 3 !important;
  flex-shrink: 3 !important; }

.fxg0 {
  -webkit-box-flex: 0 !important;
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important; }

.fxg1 {
  -webkit-box-flex: 1 !important;
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important; }

.fxg2 {
  -webkit-box-flex: 2 !important;
  -ms-flex-positive: 2 !important;
  flex-grow: 2 !important; }

.fxg3 {
  -webkit-box-flex: 3 !important;
  -ms-flex-positive: 3 !important;
  flex-grow: 3 !important; }

.ac-fs {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important; }

.ac-fe {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important; }

.ac-c {
  -ms-flex-line-pack: center !important;
  align-content: center !important; }

.ac-sb {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important; }

.ac-sa {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important; }

.ac-s {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important; }

.ai-fs {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important; }

.ai-fe {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important; }

.ai-c {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important; }

.ai-b {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important; }

.ai-s {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important; }

.as-a {
  -ms-flex-item-align: auto !important;
  -ms-grid-row-align: auto !important;
  align-self: auto !important; }

.as-fs {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important; }

.as-fe {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important; }

.as-c {
  -ms-flex-item-align: center !important;
  -ms-grid-row-align: center !important;
  align-self: center !important; }

.as-b {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important; }

.as-s {
  -ms-flex-item-align: stretch !important;
  -ms-grid-row-align: stretch !important;
  align-self: stretch !important; }

.jc-fs {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important; }

.jc-fe {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important; }

.jc-c {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important; }

.jc-sb {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important; }

.jc-sa {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important; }

.ord0 {
  -webkit-box-ordinal-group: 1 !important;
  -ms-flex-order: 0 !important;
  order: 0 !important; }

.ord1 {
  -webkit-box-ordinal-group: 2 !important;
  -ms-flex-order: 1 !important;
  order: 1 !important; }

.ord2 {
  -webkit-box-ordinal-group: 3 !important;
  -ms-flex-order: 2 !important;
  order: 2 !important; }

.ord3 {
  -webkit-box-ordinal-group: 4 !important;
  -ms-flex-order: 3 !important;
  order: 3 !important; }

.ord4 {
  -webkit-box-ordinal-group: 5 !important;
  -ms-flex-order: 4 !important;
  order: 4 !important; }

.ord5 {
  -webkit-box-ordinal-group: 6 !important;
  -ms-flex-order: 5 !important;
  order: 5 !important; }

.ord6 {
  -webkit-box-ordinal-group: 7 !important;
  -ms-flex-order: 6 !important;
  order: 6 !important; }

.ord9999 {
  -webkit-box-ordinal-group: 10000 !important;
  -ms-flex-order: 9999 !important;
  order: 9999 !important; }

.ord-1 {
  -webkit-box-ordinal-group: 0 !important;
  -ms-flex-order: -1 !important;
  order: -1 !important; }

.ov-v {
  overflow: visible !important; }

.ov-h {
  overflow: hidden !important; }

.ov-s {
  overflow: scroll !important; }

.ov-a {
  overflow: auto !important; }

.ovx-v {
  overflow-x: visible !important; }

.ovx-h {
  overflow-x: hidden !important; }

.ovx-s {
  overflow-x: scroll !important; }

.ovx-a {
  overflow-x: auto !important; }

.ovy-v {
  overflow-y: visible !important; }

.ovy-h {
  overflow-y: hidden !important; }

.ovy-s {
  overflow-y: scroll !important; }

.ovy-a {
  overflow-y: auto !important; }

.v-v {
  visibility: visible !important; }

.v-h {
  visibility: hidden !important; }

.v-c {
  visibility: collapse !important; }

.tbl-a {
  table-layout: auto !important; }

.tbl-f {
  table-layout: fixed !important; }

.cxcy {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important; }

.fl-n {
  float: none !important; }

.fl-l {
  float: left !important; }

.fl-r {
  float: right !important; }

.cl-n {
  clear: none !important; }

.cl-l {
  clear: left !important; }

.cl-r {
  clear: right !important; }

.cl-b {
  clear: both !important; }

.cf::after {
  content: "";
  display: table;
  clear: both; }

.w-a {
  width: auto !important; }

.w0 {
  width: 0 !important; }

.w1 {
  width: 1px !important; }

.w1p {
  width: 1% !important; }

.w5p {
  width: 5% !important; }

.w10p {
  width: 10% !important; }

.w15p {
  width: 15% !important; }

.w20p {
  width: 20% !important; }

.w25p {
  width: 25% !important; }

.w30p {
  width: 30% !important; }

.w33p {
  width: 33% !important; }

.w34p {
  width: 34% !important; }

.w35p {
  width: 35% !important; }

.w40p {
  width: 40% !important; }

.w45p {
  width: 45% !important; }

.w50p {
  width: 50% !important; }

.w55p {
  width: 55% !important; }

.w60p {
  width: 60% !important; }

.w65p {
  width: 65% !important; }

.w66p {
  width: 66% !important; }

.w67p {
  width: 67% !important; }

.w70p {
  width: 70% !important; }

.w75p {
  width: 75% !important; }

.w80p {
  width: 80% !important; }

.w85p {
  width: 85% !important; }

.w90p {
  width: 90% !important; }

.w95p {
  width: 95% !important; }

.w100p {
  width: 100% !important; }

.w25vw {
  width: 25vw !important; }

.w50vw {
  width: 50vw !important; }

.w75vw {
  width: 75vw !important; }

.w90vw {
  width: 90vw !important; }

.w100vw {
  width: 100vw !important; }

.w100vh {
  width: 100vh !important; }

.w100vmax {
  width: 100vmax !important; }

.w100vmin {
  width: 100vmin !important; }

.miw0 {
  min-width: 0 !important; }

.miw1 {
  min-width: 1px !important; }

.miw1p {
  min-width: 1% !important; }

.miw5p {
  min-width: 5% !important; }

.miw10p {
  min-width: 10% !important; }

.miw15p {
  min-width: 15% !important; }

.miw20p {
  min-width: 20% !important; }

.miw25p {
  min-width: 25% !important; }

.miw30p {
  min-width: 30% !important; }

.miw33p {
  min-width: 33% !important; }

.miw34p {
  min-width: 34% !important; }

.miw35p {
  min-width: 35% !important; }

.miw40p {
  min-width: 40% !important; }

.miw45p {
  min-width: 45% !important; }

.miw50p {
  min-width: 50% !important; }

.miw55p {
  min-width: 55% !important; }

.miw60p {
  min-width: 60% !important; }

.miw65p {
  min-width: 65% !important; }

.miw66p {
  min-width: 66% !important; }

.miw67p {
  min-width: 67% !important; }

.miw70p {
  min-width: 70% !important; }

.miw75p {
  min-width: 75% !important; }

.miw80p {
  min-width: 80% !important; }

.miw85p {
  min-width: 85% !important; }

.miw90p {
  min-width: 90% !important; }

.miw95p {
  min-width: 95% !important; }

.miw100p {
  min-width: 100% !important; }

.miw25vw {
  min-width: 25vw !important; }

.miw50vw {
  min-width: 50vw !important; }

.miw75vw {
  min-width: 75vw !important; }

.miw90vw {
  min-width: 90vw !important; }

.miw100vw {
  min-width: 100vw !important; }

.miw100vh {
  min-width: 100vh !important; }

.miw100vmax {
  min-width: 100vmax !important; }

.miw100vmin {
  min-width: 100vmin !important; }

.maw-n {
  max-width: none !important; }

.maw0 {
  max-width: 0 !important; }

.maw1 {
  max-width: 1px !important; }

.maw1p {
  max-width: 1% !important; }

.maw5p {
  max-width: 5% !important; }

.maw10p {
  max-width: 10% !important; }

.maw15p {
  max-width: 15% !important; }

.maw20p {
  max-width: 20% !important; }

.maw25p {
  max-width: 25% !important; }

.maw30p {
  max-width: 30% !important; }

.maw33p {
  max-width: 33% !important; }

.maw34p {
  max-width: 34% !important; }

.maw35p {
  max-width: 35% !important; }

.maw40p {
  max-width: 40% !important; }

.maw45p {
  max-width: 45% !important; }

.maw50p {
  max-width: 50% !important; }

.maw55p {
  max-width: 55% !important; }

.maw60p {
  max-width: 60% !important; }

.maw65p {
  max-width: 65% !important; }

.maw66p {
  max-width: 66% !important; }

.maw67p {
  max-width: 67% !important; }

.maw70p {
  max-width: 70% !important; }

.maw75p {
  max-width: 75% !important; }

.maw80p {
  max-width: 80% !important; }

.maw85p {
  max-width: 85% !important; }

.maw90p {
  max-width: 90% !important; }

.maw95p {
  max-width: 95% !important; }

.maw100p {
  max-width: 100% !important; }

.maw25vw {
  max-width: 25vw !important; }

.maw50vw {
  max-width: 50vw !important; }

.maw75vw {
  max-width: 75vw !important; }

.maw90vw {
  max-width: 90vw !important; }

.maw100vw {
  max-width: 100vw !important; }

.maw100vh {
  max-width: 100vh !important; }

.maw100vmax {
  max-width: 100vmax !important; }

.maw100vmin {
  max-width: 100vmin !important; }

.h-a {
  height: auto !important; }

.h0 {
  height: 0 !important; }

.h100p {
  height: 100% !important; }

.h100vw {
  height: 100vw !important; }

.h25vh {
  height: 25vh !important; }

.h50vh {
  height: 50vh !important; }

.h75vh {
  height: 75vh !important; }

.h90vh {
  height: 90vh !important; }

.h100vh {
  height: 100vh !important; }

.h100vmax {
  height: 100vmax !important; }

.h100vmin {
  height: 100vmin !important; }

.mih0 {
  min-height: 0 !important; }

.mih1 {
  min-height: 1px !important; }

.mih100vw {
  min-height: 100vw !important; }

.mih25vh {
  min-height: 25vh !important; }

.mih50vh {
  min-height: 50vh !important; }

.mih75vh {
  min-height: 75vh !important; }

.mih90vh {
  min-height: 90vh !important; }

.mih100vh {
  min-height: 100vh !important; }

.mih100vmax {
  min-height: 100vmax !important; }

.mih100vmin {
  min-height: 100vmin !important; }

.mah-n {
  max-height: none !important; }

.mah100p {
  max-height: 100% !important; }

.mah100vw {
  max-height: 100vw !important; }

.mah25vh {
  max-height: 25vh !important; }

.mah50vh {
  max-height: 50vh !important; }

.mah75vh {
  max-height: 75vh !important; }

.mah90vh {
  max-height: 90vh !important; }

.mah100vh {
  max-height: 100vh !important; }

.mah100vmax {
  max-height: 100vmax !important; }

.mah100vmin {
  max-height: 100vmin !important; }

.p0 {
  padding: 0 !important; }

.p-xs {
  padding: 0.2rem !important; }

.p-sm {
  padding: 0.5rem !important; }

.p-md {
  padding: 1rem !important; }

.p-lg {
  padding: 1.5rem !important; }

.p-xl {
  padding: 3rem !important; }

.pt0 {
  padding-top: 0 !important; }

.pt-xs {
  padding-top: 0.2rem !important; }

.pt-sm {
  padding-top: 0.5rem !important; }

.pt-md {
  padding-top: 1rem !important; }

.pt-lg {
  padding-top: 1.5rem !important; }

.pt-xl {
  padding-top: 3rem !important; }

.pr0 {
  padding-right: 0 !important; }

.pr-xs {
  padding-right: 0.2rem !important; }

.pr-sm {
  padding-right: 0.5rem !important; }

.pr-md {
  padding-right: 1rem !important; }

.pr-lg {
  padding-right: 1.5rem !important; }

.pr-xl {
  padding-right: 3rem !important; }

.pb0 {
  padding-bottom: 0 !important; }

.pb-xs {
  padding-bottom: 0.2rem !important; }

.pb-sm {
  padding-bottom: 0.5rem !important; }

.pb-md {
  padding-bottom: 1rem !important; }

.pb-lg {
  padding-bottom: 1.5rem !important; }

.pb-xl {
  padding-bottom: 3rem !important; }

.pl0 {
  padding-left: 0 !important; }

.pl-xs {
  padding-left: 0.2rem !important; }

.pl-sm {
  padding-left: 0.5rem !important; }

.pl-md {
  padding-left: 1rem !important; }

.pl-lg {
  padding-left: 1.5rem !important; }

.pl-xl {
  padding-left: 3rem !important; }

.px0 {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.py0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.px-xs {
  padding-left: 0.2rem !important;
  padding-right: 0.2rem !important; }

.py-xs {
  padding-top: 0.2rem !important;
  padding-bottom: 0.2rem !important; }

.px-sm {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important; }

.py-sm {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important; }

.px-md {
  padding-left: 1rem !important;
  padding-right: 1rem !important; }

.py-md {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important; }

.px-lg {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important; }

.py-lg {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important; }

.px-xl {
  padding-left: 3rem !important;
  padding-right: 3rem !important; }

.py-xl {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important; }

.m0 {
  margin: 0 !important; }

.m-a {
  margin: auto !important; }

.m0-a {
  margin: 0 auto !important; }

.m-a-0 {
  margin: auto 0 !important; }

.m-xs {
  margin: 0.2rem !important; }

.m-sm {
  margin: 0.5rem !important; }

.m-md {
  margin: 1rem !important; }

.m-lg {
  margin: 1.5rem !important; }

.m-xl {
  margin: 3rem !important; }

.mt0 {
  margin-top: 0 !important; }

.mt-a {
  margin-top: auto !important; }

.mt-xs {
  margin-top: 0.2rem !important; }

.mt-sm {
  margin-top: 0.5rem !important; }

.mt-md {
  margin-top: 1rem !important; }

.mt-lg {
  margin-top: 1.5rem !important; }

.mt-xl {
  margin-top: 3rem !important; }

.mr0 {
  margin-right: 0 !important; }

.mr-a {
  margin-right: auto !important; }

.mr-xs {
  margin-right: 0.2rem !important; }

.mr-sm {
  margin-right: 0.5rem !important; }

.mr-md {
  margin-right: 1rem !important; }

.mr-lg {
  margin-right: 1.5rem !important; }

.mr-xl {
  margin-right: 3rem !important; }

.mb0 {
  margin-bottom: 0 !important; }

.mb-a {
  margin-bottom: auto !important; }

.mb-xs {
  margin-bottom: 0.2rem !important; }

.mb-sm {
  margin-bottom: 0.5rem !important; }

.mb-md {
  margin-bottom: 1rem !important; }

.mb-lg {
  margin-bottom: 1.5rem !important; }

.mb-xl {
  margin-bottom: 3rem !important; }

.ml0 {
  margin-left: 0 !important; }

.ml-a {
  margin-left: auto !important; }

.ml-xs {
  margin-left: 0.2rem !important; }

.ml-sm {
  margin-left: 0.5rem !important; }

.ml-md {
  margin-left: 1rem !important; }

.ml-lg {
  margin-left: 1.5rem !important; }

.ml-xl {
  margin-left: 3rem !important; }

.mx0 {
  margin-left: 0 !important;
  margin-right: 0 !important; }

.my0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.mx-a {
  margin-left: auto !important;
  margin-right: auto !important; }

.my-a {
  margin-top: auto !important;
  margin-bottom: auto !important; }

.mx-xs {
  margin-left: 0.2rem !important;
  margin-right: 0.2rem !important; }

.my-xs {
  margin-top: 0.2rem !important;
  margin-bottom: 0.2rem !important; }

.mx-sm {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important; }

.my-sm {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important; }

.mx-md {
  margin-left: 1rem !important;
  margin-right: 1rem !important; }

.my-md {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important; }

.mx-lg {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important; }

.my-lg {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important; }

.mx-xl {
  margin-left: 3rem !important;
  margin-right: 3rem !important; }

.my-xl {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important; }

.ff-s {
  font-family: serif !important; }

.ff-ss {
  font-family: sans-serif !important; }

.ff-c {
  font-family: cursive !important; }

.ff-f {
  font-family: fantasy !important; }

.ff-m {
  font-family: monospace !important; }

.fz-xs {
  font-size: 0.75rem !important; }

.fz-sm {
  font-size: 0.875rem !important; }

.fz-md {
  font-size: 1rem !important; }

.fz-lg {
  font-size: 1.25rem !important; }

.fz-xl {
  font-size: 1.5rem !important; }

.fz-sr {
  font-size: smaller !important; }

.fz-lr {
  font-size: larger !important; }

.fz0 {
  font-size: 0 !important; }

.fz10 {
  font-size: 10px !important; }

.fz11 {
  font-size: 11px !important; }

.fz12 {
  font-size: 12px !important; }

.fz13 {
  font-size: 13px !important; }

.fz14 {
  font-size: 14px !important; }

.fz15 {
  font-size: 15px !important; }

.fz16 {
  font-size: 16px !important; }

.fz17 {
  font-size: 17px !important; }

.fz18 {
  font-size: 18px !important; }

.fz19 {
  font-size: 19px !important; }

.fz20 {
  font-size: 20px !important; }

.fz-h1 {
  font-size: 2.5rem !important; }

.fz-h2 {
  font-size: 2rem !important; }

.fz-h3 {
  font-size: 1.75rem !important; }

.fz-h4 {
  font-size: 1.5rem !important; }

.fz-h5 {
  font-size: 1.25rem !important; }

.fz-h6 {
  font-size: 1rem !important; }

.fs-nm {
  font-style: normal !important; }

.fs-i {
  font-style: italic !important; }

.fs-o {
  font-style: oblique !important; }

.fw-nm {
  font-weight: 400 !important; }

.fw-b {
  font-weight: 700 !important; }

.fw-l {
  font-weight: 300 !important; }

.fw-br {
  font-weight: bolder !important; }

.fw-lr {
  font-weight: lighter !important; }

.fw100 {
  font-weight: 100 !important; }

.fw200 {
  font-weight: 200 !important; }

.fw300 {
  font-weight: 300 !important; }

.fw400 {
  font-weight: 400 !important; }

.fw500 {
  font-weight: 500 !important; }

.fw600 {
  font-weight: 600 !important; }

.fw700 {
  font-weight: 700 !important; }

.fw800 {
  font-weight: 800 !important; }

.fw900 {
  font-weight: 900 !important; }

.fv-nm {
  font-variant: normal !important; }

.fv-sc {
  font-variant: small-caps !important; }

.wkfsm-aa {
  -webkit-font-smoothing: antialiased !important; }

.wkfsm-saa {
  -webkit-font-smoothing: subpixel-antialiased !important; }

.wkfsm-n {
  -webkit-font-smoothing: none !important; }

.mzfsm-g {
  -moz-osx-font-smoothing: grayscale !important; }

.mzfsm-u {
  -moz-osx-font-smoothing: unset !important; }

.lh-nm {
  line-height: normal !important; }

.lh-ih {
  line-height: inherit !important; }

.lh0 {
  line-height: 0 !important; }

.lh1 {
  line-height: 1 !important; }

.lh2 {
  line-height: 2 !important; }

.lh3 {
  line-height: 3 !important; }

.lh4 {
  line-height: 4 !important; }

.lh5 {
  line-height: 5 !important; }

.lh6 {
  line-height: 6 !important; }

.lh-xs {
  line-height: 1.25 !important; }

.lh-sm {
  line-height: 1.33 !important; }

.lh-md {
  line-height: 1.5 !important; }

.lh-lg {
  line-height: 1.75 !important; }

.lh-xl {
  line-height: 2 !important; }

.c-ih {
  color: inherit !important; }

.c-white {
  color: #ffffff !important; }

.c-silver {
  color: #dddddd !important; }

.c-gray {
  color: #aaaaaa !important; }

.c-black {
  color: #000000 !important; }

.c-navy {
  color: #001f3f !important; }

.c-blue {
  color: #0074d9 !important; }

.c-aqua {
  color: #7fdbff !important; }

.c-teal {
  color: #39cccc !important; }

.c-olive {
  color: #3d9970 !important; }

.c-green {
  color: #2ecc40 !important; }

.c-lime {
  color: #01ff70 !important; }

.c-yellow {
  color: #ffdc00 !important; }

.c-orange {
  color: #ff851b !important; }

.c-red {
  color: #ff4136 !important; }

.c-maroon {
  color: #85144b !important; }

.c-fuchsia {
  color: #f012be !important; }

.c-purple {
  color: #b10dc9 !important; }

.c-primary {
  color: #0275d8 !important; }

.c-success {
  color: #5cb85c !important; }

.c-info {
  color: #5bc0de !important; }

.c-warning {
  color: #f0ad4e !important; }

.c-danger {
  color: #d9534f !important; }

.ta-l {
  text-align: left !important; }

.ta-c {
  text-align: center !important; }

.ta-r {
  text-align: right !important; }

.ta-j {
  text-align: justify !important; }

.te-n {
  -webkit-text-emphasis: none !important;
  text-emphasis: none !important; }

.te-dt {
  -webkit-text-emphasis: dot !important;
  text-emphasis: dot !important; }

.te-c {
  -webkit-text-emphasis: circle !important;
  text-emphasis: circle !important; }

.td-n {
  text-decoration: none !important; }

.td-u {
  text-decoration: underline !important; }

.td-o {
  text-decoration: overline !important; }

.td-l {
  text-decoration: line-through !important; }

.ti0 {
  text-indent: 0 !important; }

.ti-9999 {
  text-indent: -9999px !important; }

.tov-e {
  -o-text-overflow: ellipsis !important;
  text-overflow: ellipsis !important; }

.tov-c {
  -o-text-overflow: clip !important;
  text-overflow: clip !important; }

.tsh-n {
  text-shadow: none !important; }

.tt-n {
  text-transform: none !important; }

.tt-c {
  text-transform: capitalize !important; }

.tt-u {
  text-transform: uppercase !important; }

.tt-l {
  text-transform: lowercase !important; }

.lts-nm {
  letter-spacing: normal !important; }

.lts0 {
  letter-spacing: 0 !important; }

.lts1 {
  letter-spacing: 1px !important; }

.lts2 {
  letter-spacing: 2px !important; }

.lts3 {
  letter-spacing: 3px !important; }

.lts4 {
  letter-spacing: 4px !important; }

.lts5 {
  letter-spacing: 5px !important; }

.lts6 {
  letter-spacing: 6px !important; }

.lts0_01e {
  letter-spacing: 0.01em !important; }

.lts0_1e {
  letter-spacing: 0.1em !important; }

.lts0_2e {
  letter-spacing: 0.2em !important; }

.lts0_3e {
  letter-spacing: 0.3em !important; }

.lts-0_01e {
  letter-spacing: -0.01em !important; }

.lts-0_1e {
  letter-spacing: -0.1em !important; }

.lts-0_2e {
  letter-spacing: -0.2em !important; }

.lts-0_3e {
  letter-spacing: -0.3em !important; }

.wob-nm {
  word-break: normal !important; }

.wob-k {
  word-break: keep-all !important; }

.wob-ba {
  word-break: break-all !important; }

.wow-nm {
  word-wrap: normal !important; }

.wow-bw {
  word-wrap: break-word !important; }

.whs-nm {
  white-space: normal !important; }

.whs-p {
  white-space: pre !important; }

.whs-nw {
  white-space: nowrap !important; }

.whs-pw {
  white-space: pre-wrap !important; }

.whs-pl {
  white-space: pre-line !important; }

.va-sup {
  vertical-align: super !important; }

.va-t {
  vertical-align: top !important; }

.va-tt {
  vertical-align: text-top !important; }

.va-m {
  vertical-align: middle !important; }

.va-bl {
  vertical-align: baseline !important; }

.va-b {
  vertical-align: bottom !important; }

.va-tb {
  vertical-align: text-bottom !important; }

.va-sub {
  vertical-align: sub !important; }

.lis-n {
  list-style: none !important; }

.lisp-i {
  list-style-position: inside !important; }

.lisp-o {
  list-style-position: outside !important; }

.list-n {
  list-style-type: none !important; }

.list-d {
  list-style-type: disc !important; }

.list-c {
  list-style-type: circle !important; }

.list-s {
  list-style-type: square !important; }

.list-de {
  list-style-type: decimal !important; }

.list-dlz {
  list-style-type: decimal-leading-zero !important; }

.list-lr {
  list-style-type: lower-roman !important; }

.list-ur {
  list-style-type: upper-roman !important; }

.lisi-n {
  list-style-image: none !important; }

.op0 {
  opacity: 0 !important; }

.op0_1 {
  opacity: 0.1 !important; }

.op0_2 {
  opacity: 0.2 !important; }

.op0_3 {
  opacity: 0.3 !important; }

.op0_4 {
  opacity: 0.4 !important; }

.op0_5 {
  opacity: 0.5 !important; }

.op0_6 {
  opacity: 0.6 !important; }

.op0_7 {
  opacity: 0.7 !important; }

.op0_8 {
  opacity: 0.8 !important; }

.op0_9 {
  opacity: 0.9 !important; }

.op1 {
  opacity: 1 !important; }

.tetr {
  overflow: hidden !important;
  -o-text-overflow: ellipsis !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  word-wrap: normal !important; }

.tehi {
  overflow: hidden !important;
  text-indent: 200% !important;
  white-space: nowrap !important; }

.reli {
  list-style-type: none !important;
  padding-left: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.deol {
  list-style-type: decimal !important;
  padding-left: 40px !important;
  padding-left: 40px !important;
  margin-top: 1em !important;
  margin-bottom: 1em !important; }

.deul {
  list-style-type: disc !important;
  padding-left: 40px !important;
  padding-left: 40px !important;
  margin-top: 1em !important;
  margin-bottom: 1em !important; }

.fsm-a {
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important; }

.cur-a {
  cursor: auto !important; }

.cur-d {
  cursor: default !important; }

.cur-c {
  cursor: crosshair !important; }

.cur-he {
  cursor: help !important; }

.cur-m {
  cursor: move !important; }

.cur-p {
  cursor: pointer !important; }

.cur-t {
  cursor: text !important; }

.rz-n {
  resize: none !important; }

.rz-b {
  resize: both !important; }

.rz-h {
  resize: horizontal !important; }

.rz-v {
  resize: vertical !important; }

.us-a {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important;
  user-select: auto !important; }

.us-n {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important; }

.us-t {
  -webkit-user-select: text !important;
  -moz-user-select: text !important;
  -ms-user-select: text !important;
  user-select: text !important; }

.trsdl0 {
  -webkit-transition-delay: 0 !important;
  -o-transition-delay: 0 !important;
  transition-delay: 0 !important; }

.trsdl0_1s {
  -webkit-transition-delay: 0.1s !important;
  -o-transition-delay: 0.1s !important;
  transition-delay: 0.1s !important; }

.trsdl0_2s {
  -webkit-transition-delay: 0.2s !important;
  -o-transition-delay: 0.2s !important;
  transition-delay: 0.2s !important; }

.trsdl0_3s {
  -webkit-transition-delay: 0.3s !important;
  -o-transition-delay: 0.3s !important;
  transition-delay: 0.3s !important; }

.trsdl0_4s {
  -webkit-transition-delay: 0.4s !important;
  -o-transition-delay: 0.4s !important;
  transition-delay: 0.4s !important; }

.trsdl0_5s {
  -webkit-transition-delay: 0.5s !important;
  -o-transition-delay: 0.5s !important;
  transition-delay: 0.5s !important; }

.trsdl0_6s {
  -webkit-transition-delay: 0.6s !important;
  -o-transition-delay: 0.6s !important;
  transition-delay: 0.6s !important; }

.trsdl0_7s {
  -webkit-transition-delay: 0.7s !important;
  -o-transition-delay: 0.7s !important;
  transition-delay: 0.7s !important; }

.trsdl0_8s {
  -webkit-transition-delay: 0.8s !important;
  -o-transition-delay: 0.8s !important;
  transition-delay: 0.8s !important; }

.trsdl0_9s {
  -webkit-transition-delay: 0.9s !important;
  -o-transition-delay: 0.9s !important;
  transition-delay: 0.9s !important; }

.trsdl1s {
  -webkit-transition-delay: 1s !important;
  -o-transition-delay: 1s !important;
  transition-delay: 1s !important; }

.trsdl2s {
  -webkit-transition-delay: 2s !important;
  -o-transition-delay: 2s !important;
  transition-delay: 2s !important; }

.trsdl3s {
  -webkit-transition-delay: 3s !important;
  -o-transition-delay: 3s !important;
  transition-delay: 3s !important; }

.trsdl4s {
  -webkit-transition-delay: 4s !important;
  -o-transition-delay: 4s !important;
  transition-delay: 4s !important; }

.trsdl5s {
  -webkit-transition-delay: 5s !important;
  -o-transition-delay: 5s !important;
  transition-delay: 5s !important; }

.trsdl6s {
  -webkit-transition-delay: 6s !important;
  -o-transition-delay: 6s !important;
  transition-delay: 6s !important; }

.trstf-e {
  -webkit-transition-timing-function: ease !important;
  -o-transition-timing-function: ease !important;
  transition-timing-function: ease !important; }

.trstf-ei {
  -webkit-transition-timing-function: ease-in !important;
  -o-transition-timing-function: ease-in !important;
  transition-timing-function: ease-in !important; }

.trstf-eo {
  -webkit-transition-timing-function: ease-out !important;
  -o-transition-timing-function: ease-out !important;
  transition-timing-function: ease-out !important; }

.trstf-eio {
  -webkit-transition-timing-function: ease-in-out !important;
  -o-transition-timing-function: ease-in-out !important;
  transition-timing-function: ease-in-out !important; }

.trstf-l {
  -webkit-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important; }

.trsdr0 {
  -webkit-transition-duration: 0 !important;
  -o-transition-duration: 0 !important;
  transition-duration: 0 !important; }

.trsdr0_1s {
  -webkit-transition-duration: 0.1s !important;
  -o-transition-duration: 0.1s !important;
  transition-duration: 0.1s !important; }

.trsdr0_2s {
  -webkit-transition-duration: 0.2s !important;
  -o-transition-duration: 0.2s !important;
  transition-duration: 0.2s !important; }

.trsdr0_3s {
  -webkit-transition-duration: 0.3s !important;
  -o-transition-duration: 0.3s !important;
  transition-duration: 0.3s !important; }

.trsdr0_4s {
  -webkit-transition-duration: 0.4s !important;
  -o-transition-duration: 0.4s !important;
  transition-duration: 0.4s !important; }

.trsdr0_5s {
  -webkit-transition-duration: 0.5s !important;
  -o-transition-duration: 0.5s !important;
  transition-duration: 0.5s !important; }

.trsdr0_6s {
  -webkit-transition-duration: 0.6s !important;
  -o-transition-duration: 0.6s !important;
  transition-duration: 0.6s !important; }

.trsdr0_7s {
  -webkit-transition-duration: 0.7s !important;
  -o-transition-duration: 0.7s !important;
  transition-duration: 0.7s !important; }

.trsdr0_8s {
  -webkit-transition-duration: 0.8s !important;
  -o-transition-duration: 0.8s !important;
  transition-duration: 0.8s !important; }

.trsdr0_9s {
  -webkit-transition-duration: 0.9s !important;
  -o-transition-duration: 0.9s !important;
  transition-duration: 0.9s !important; }

.trsdr1s {
  -webkit-transition-duration: 1s !important;
  -o-transition-duration: 1s !important;
  transition-duration: 1s !important; }

.trsdr2s {
  -webkit-transition-duration: 2s !important;
  -o-transition-duration: 2s !important;
  transition-duration: 2s !important; }

.trsdr3s {
  -webkit-transition-duration: 3s !important;
  -o-transition-duration: 3s !important;
  transition-duration: 3s !important; }

.trsdr4s {
  -webkit-transition-duration: 4s !important;
  -o-transition-duration: 4s !important;
  transition-duration: 4s !important; }

.trsdr5s {
  -webkit-transition-duration: 5s !important;
  -o-transition-duration: 5s !important;
  transition-duration: 5s !important; }

.trsdr6s {
  -webkit-transition-duration: 6s !important;
  -o-transition-duration: 6s !important;
  transition-duration: 6s !important; }

.trsp-a {
  -webkit-transition-property: all !important;
  -o-transition-property: all !important;
  transition-property: all !important; }

.trsp-n {
  -webkit-transition-property: none !important;
  -o-transition-property: none !important;
  transition-property: none !important; }

.trf-n {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important; }

.ap-n {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important; }

.bfv-h {
  -webkit-backface-visibility: hidden !important;
  backface-visibility: hidden !important; }

.bfv-v {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

.obf-f {
  -o-object-fit: fill !important;
  object-fit: fill !important; }

.obf-ct {
  -o-object-fit: contain !important;
  object-fit: contain !important; }

.obf-cv {
  -o-object-fit: cover !important;
  object-fit: cover !important; }

.obf-n {
  -o-object-fit: none !important;
  object-fit: none !important; }

.obf-sd {
  -o-object-fit: scale-down !important;
  object-fit: scale-down !important; }

.wktc-d {
  -webkit-touch-callout: default !important; }

.wktc-n {
  -webkit-touch-callout: none !important; }

.wkovs-a {
  -webkit-overflow-scrolling: auto !important; }

.wkovs-t {
  -webkit-overflow-scrolling: touch !important; }

.bdcl-c {
  border-collapse: collapse !important; }

.bdcl-s {
  border-collapse: separate !important; }

.bd-n {
  border: none !important; }

.bd0 {
  border: 0 !important; }

.bdc-t {
  border-color: transparent !important; }

.bdc-cc {
  border-color: currentColor !important; }

.bdc-white {
  border-color: #ffffff !important; }

.bdc-silver {
  border-color: #dddddd !important; }

.bdc-gray {
  border-color: #aaaaaa !important; }

.bdc-black {
  border-color: #000000 !important; }

.bdc-navy {
  border-color: #001f3f !important; }

.bdc-blue {
  border-color: #0074d9 !important; }

.bdc-aqua {
  border-color: #7fdbff !important; }

.bdc-teal {
  border-color: #39cccc !important; }

.bdc-olive {
  border-color: #3d9970 !important; }

.bdc-green {
  border-color: #2ecc40 !important; }

.bdc-lime {
  border-color: #01ff70 !important; }

.bdc-yellow {
  border-color: #ffdc00 !important; }

.bdc-orange {
  border-color: #ff851b !important; }

.bdc-red {
  border-color: #ff4136 !important; }

.bdc-maroon {
  border-color: #85144b !important; }

.bdc-fuchsia {
  border-color: #f012be !important; }

.bdc-purple {
  border-color: #b10dc9 !important; }

.bdc-primary {
  border-color: #0275d8 !important; }

.bdc-success {
  border-color: #5cb85c !important; }

.bdc-info {
  border-color: #5bc0de !important; }

.bdc-warning {
  border-color: #f0ad4e !important; }

.bdc-danger {
  border-color: #d9534f !important; }

.bds-n {
  border-style: none !important; }

.bds-h {
  border-style: hidden !important; }

.bds-dt {
  border-style: dotted !important; }

.bds-ds {
  border-style: dashed !important; }

.bds-s {
  border-style: solid !important; }

.bds-db {
  border-style: double !important; }

.bds-g {
  border-style: groove !important; }

.bds-r {
  border-style: ridge !important; }

.bds-i {
  border-style: inset !important; }

.bds-o {
  border-style: outset !important; }

.bdw0 {
  border-width: 0 !important; }

.bdw1 {
  border-width: 1px !important; }

.bdw2 {
  border-width: 2px !important; }

.bdw3 {
  border-width: 3px !important; }

.bdw4 {
  border-width: 4px !important; }

.bdw5 {
  border-width: 5px !important; }

.bdw6 {
  border-width: 6px !important; }

.bdt-n {
  border-top: none !important; }

.bdt0 {
  border-top: 0 !important; }

.bdtc-t {
  border-top-color: transparent !important; }

.bdtc-cc {
  border-top-color: currentColor !important; }

.bdtw0 {
  border-top-width: 0 !important; }

.bdtw1 {
  border-top-width: 1px !important; }

.bdtw2 {
  border-top-width: 2px !important; }

.bdtw3 {
  border-top-width: 3px !important; }

.bdtw4 {
  border-top-width: 4px !important; }

.bdtw5 {
  border-top-width: 5px !important; }

.bdtw6 {
  border-top-width: 6px !important; }

.bdr-n {
  border-right: none !important; }

.bdr0 {
  border-right: 0 !important; }

.bdrc-t {
  border-right-color: transparent !important; }

.bdrc-cc {
  border-right-color: currentColor !important; }

.bdrw0 {
  border-right-width: 0 !important; }

.bdrw1 {
  border-right-width: 1px !important; }

.bdrw2 {
  border-right-width: 2px !important; }

.bdrw3 {
  border-right-width: 3px !important; }

.bdrw4 {
  border-right-width: 4px !important; }

.bdrw5 {
  border-right-width: 5px !important; }

.bdrw6 {
  border-right-width: 6px !important; }

.bdb-n {
  border-bottom: none !important; }

.bdb0 {
  border-bottom: 0 !important; }

.bdbc-t {
  border-bottom-color: transparent !important; }

.bdbc-cc {
  border-bottom-color: currentColor !important; }

.bdbw0 {
  border-bottom-width: 0 !important; }

.bdbw1 {
  border-bottom-width: 1px !important; }

.bdbw2 {
  border-bottom-width: 2px !important; }

.bdbw3 {
  border-bottom-width: 3px !important; }

.bdbw4 {
  border-bottom-width: 4px !important; }

.bdbw5 {
  border-bottom-width: 5px !important; }

.bdbw6 {
  border-bottom-width: 6px !important; }

.bdl-n {
  border-left: none !important; }

.bdl0 {
  border-left: 0 !important; }

.bdlc-t {
  border-left-color: transparent !important; }

.bdlc-cc {
  border-left-color: currentColor !important; }

.bdlw0 {
  border-left-width: 0 !important; }

.bdlw1 {
  border-left-width: 1px !important; }

.bdlw2 {
  border-left-width: 2px !important; }

.bdlw3 {
  border-left-width: 3px !important; }

.bdlw4 {
  border-left-width: 4px !important; }

.bdlw5 {
  border-left-width: 5px !important; }

.bdlw6 {
  border-left-width: 6px !important; }

.bdrs-xs {
  border-radius: 0.1rem !important; }

.bdrs-sm {
  border-radius: 0.2rem !important; }

.bdrs-md {
  border-radius: 0.25rem !important; }

.bdrs-lg {
  border-radius: 0.3rem !important; }

.bdrs-xl {
  border-radius: 0.4rem !important; }

.bdrs0 {
  border-radius: 0 !important; }

.bdrs1 {
  border-radius: 1px !important; }

.bdrs2 {
  border-radius: 2px !important; }

.bdrs3 {
  border-radius: 3px !important; }

.bdrs4 {
  border-radius: 4px !important; }

.bdrs5 {
  border-radius: 5px !important; }

.bdrs6 {
  border-radius: 6px !important; }

.bdrs9999 {
  border-radius: 9999px !important; }

.bdrs50p {
  border-radius: 50% !important; }

.bdi-n {
  -webkit-border-image: none !important;
  -o-border-image: none !important;
  border-image: none !important; }

.ol-n {
  outline: none !important; }

.olw-tn {
  outline-width: thin !important; }

.olw-md {
  outline-width: medium !important; }

.olw-tc {
  outline-width: thick !important; }

.ols-n {
  outline-style: none !important; }

.ols-dt {
  outline-style: dotted !important; }

.ols-ds {
  outline-style: dashed !important; }

.ols-s {
  outline-style: solid !important; }

.ols-db {
  outline-style: double !important; }

.ols-g {
  outline-style: groove !important; }

.ols-r {
  outline-style: ridge !important; }

.ols-i {
  outline-style: inset !important; }

.ols-o {
  outline-style: outset !important; }

.olc-i {
  outline-color: invert !important; }

.bg-n {
  background: none !important; }

.bgc-t {
  background-color: transparent !important; }

.bgc-cc {
  background-color: currentColor !important; }

.bgc-white {
  background-color: #ffffff !important; }

.bgc-silver {
  background-color: #dddddd !important; }

.bgc-gray {
  background-color: #aaaaaa !important; }

.bgc-black {
  background-color: #000000 !important; }

.bgc-navy {
  background-color: #001f3f !important; }

.bgc-blue {
  background-color: #0074d9 !important; }

.bgc-aqua {
  background-color: #7fdbff !important; }

.bgc-teal {
  background-color: #39cccc !important; }

.bgc-olive {
  background-color: #3d9970 !important; }

.bgc-green {
  background-color: #2ecc40 !important; }

.bgc-lime {
  background-color: #01ff70 !important; }

.bgc-yellow {
  background-color: #ffdc00 !important; }

.bgc-orange {
  background-color: #ff851b !important; }

.bgc-red {
  background-color: #ff4136 !important; }

.bgc-maroon {
  background-color: #85144b !important; }

.bgc-fuchsia {
  background-color: #f012be !important; }

.bgc-purple {
  background-color: #b10dc9 !important; }

.bgc-primary {
  background-color: #0275d8 !important; }

.bgc-success {
  background-color: #5cb85c !important; }

.bgc-info {
  background-color: #5bc0de !important; }

.bgc-warning {
  background-color: #f0ad4e !important; }

.bgc-danger {
  background-color: #d9534f !important; }

.bgi-n {
  background-image: none !important; }

.bgr-n {
  background-repeat: no-repeat !important; }

.bgr-rx {
  background-repeat: repeat-x !important; }

.bgr-ry {
  background-repeat: repeat-y !important; }

.bgr-sp {
  background-repeat: space !important; }

.bgr-rd {
  background-repeat: round !important; }

.bga-f {
  background-attachment: fixed !important; }

.bga-s {
  background-attachment: scroll !important; }

.bgp-t {
  background-position: top !important; }

.bgp-r {
  background-position: right !important; }

.bgp-b {
  background-position: bottom !important; }

.bgp-l {
  background-position: left !important; }

.bgp-c {
  background-position: center !important; }

.bgz-a {
  background-size: auto !important; }

.bgz-ct {
  background-size: contain !important; }

.bgz-cv {
  background-size: cover !important; }

.bxsh-n {
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

.pen {
  pointer-events: none !important; }
