@charset "UTF-8";
/*==========================================
変数 inc.scss
===========================================*/
/*===================================
userSS 追加
=====================================*/
.format-area .format-txt {
  line-height: 2;
}
.format-area .format-txt a {
  color: #000;
  text-decoration: underline !important;
}
.format-area .format-txt a img {
  transition: 0.3s;
}
.format-area .format-txt a:hover {
  text-decoration: none !important;
}
.format-area .format-txt a:hover img {
  opacity: 0.8;
}
.format-area .format-txt p:not(:last-child) {
  margin-bottom: 0.2em;
}
.format-area .format-txt strong {
  font-weight: bold;
}
.format-area .format-txt em {
  font-style: italic;
}
.format-area .format-txt img {
  height: auto;
}
.format-area .format-txt ul {
  margin: 0.2em 0;
}
.format-area .format-txt ul li {
  position: relative;
  padding: 0 0 0 1em;
}
.format-area .format-txt ul li:not(:last-child) {
  margin-bottom: 0.7em;
}
.format-area .format-txt ul li::before {
  top: 0.6em;
  left: 0;
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #000;
  position: absolute;
}
.format-area .format-txt ol {
  list-style-type: decimal;
  margin: 1em 0 0.2em 1em;
}
.format-area .format-txt ol li {
  padding: 0;
}
.format-area .format-txt ol li:not(:last-child) {
  margin-bottom: 0.7em;
}
.format-area .format-img {
  font-size: 0;
  text-align: center;
}
.format-area .img-caption {
  font-size: 1.6rem;
  margin-top: 10px;
  text-align: left;
}
.format-area .format-row {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 576px) {
  .format-area .format-row {
    display: block;
  }
}
.format-area iframe {
  width: 100%;
}
.format-area .format01 {
  margin: 60px auto;
}
.format-area .format02 {
  margin: 60px auto;
}
.format-area .format03 {
  margin: 60px auto;
}
.format-area .format04 {
  margin: 60px auto;
}
.format-area .format05 {
  margin: 60px auto;
}
.format-area .format06 {
  margin: 60px auto;
}
.format-area .format07 {
  margin: 60px auto;
}
.format-area .format08 {
  margin: 60px auto;
}
.format-area .format09 {
  margin: 60px auto;
}
.format-area .format010 {
  margin: 60px auto;
}
.format-area .format011 {
  margin: 60px auto;
}
.format-area .format012 {
  margin: 60px auto;
}
.format-area .format013 {
  margin: 60px auto;
}
.format-area .format01 .ttl-lrg {
  font-size: min(4.8vw, 2.4rem);
  font-weight: bold;
  letter-spacing: 0.1em;
  padding: 0 0 0 1em;
  border-left: 4px solid #e72f18;
  position: relative;
}
.format-area .format01 .ttl-lrg::after {
  content: "";
  display: block;
  width: calc(100% + 4px);
  height: 1px;
  background: #d8d8d8;
  position: absolute;
  bottom: -0.5em;
  left: 0;
  margin: 0 0 0 -4px;
}
.format-area .format02 .ttl-mid {
  font-size: min(4vw, 2rem);
  letter-spacing: 0.15em;
  font-weight: bold;
  padding: 0.5em 0 0 1em;
  border-left: 1px solid #000;
  position: relative;
}
.format-area .format02 .ttl-mid::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  max-width: 294px;
  height: 1px;
  top: 0;
  left: 0;
  background: #000;
}
.format-area .format07 .format-img {
  width: 48%;
}
.format-area .format07 .format-img-wrap {
  position: relative;
  overflow: hidden;
}
.format-area .format07 .format-img-wrap img {
  height: auto;
  width: 100%;
}
.format-area .format08 .format-img {
  width: 32%;
}
.format-area .format08 .format-img-wrap {
  position: relative;
  overflow: hidden;
}
.format-area .format08 .format-img-wrap img {
  height: auto;
  width: 100%;
}
.format-area .format09 .format-pdf {
  width: 32%;
}
.format-area .format010 .format-img {
  width: 100%;
}
.format-area .format010 .format-img img {
  width: 100%;
}
.format-area .format010 .format-img-wrap {
  position: relative;
  overflow: hidden;
}
.format-area .format010 .format-img-wrap img {
  height: auto;
  width: 100%;
}
.format-area .format010 .format-img:not(:first-of-type) {
  margin-top: 20px;
}
.format-area .format010 .format-img.left-img .format-img-wrap {
  position: relative;
  overflow: hidden;
}
.format-area .format010 .format-img.left-img .format-img-wrap img {
  height: auto;
  width: 100%;
  aspect-ratio: 9/16;
  object-fit: cover;
  object-position: center;
}
.format-area .format010 .format-img.right-img .format-img-wrap {
  position: relative;
  overflow: hidden;
}
.format-area .format010 .format-img.right-img .format-img-wrap img {
  height: auto;
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  object-position: center;
}
.format-area .format011 .format-img {
  width: 100%;
}
.format-area .format011 .format-img img {
  width: 100%;
}
.format-area .format011 .format-img-wrap {
  position: relative;
  overflow: hidden;
}
.format-area .format011 .format-img-wrap img {
  height: auto;
  width: 100%;
}
.format-area .format011 .format-img:not(:first-of-type) {
  margin-top: 20px;
}
.format-area .format011 .format-img.left-img .format-img-wrap {
  position: relative;
  overflow: hidden;
}
.format-area .format011 .format-img.left-img .format-img-wrap img {
  height: auto;
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  object-position: center;
}
.format-area .format011 .format-img.right-img .format-img-wrap {
  position: relative;
  overflow: hidden;
}
.format-area .format011 .format-img.right-img .format-img-wrap img {
  height: auto;
  width: 100%;
  aspect-ratio: 9/16;
  object-fit: cover;
  object-position: center;
}
.format-area .format07 .format-img {
  width: 48%;
}
@media screen and (max-width: 576px) {
  .format-area .format07 .format-img {
    width: 100%;
  }
}
.format-area .format07 .format-img img {
  width: 100%;
}
@media screen and (max-width: 576px) {
  .format-area .format07 .format-img:not(:first-of-type) {
    margin-top: 20px;
  }
}
.format-area .format07 .format-img-wrap {
  position: relative;
  overflow: hidden;
}
.format-area .format07 .format-img-wrap img {
  height: auto;
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  object-position: center;
}
.format-area .format012 .format-img {
  width: 48%;
}
@media screen and (max-width: 576px) {
  .format-area .format012 .format-img {
    width: 100%;
  }
}
.format-area .format012 .format-img img {
  width: 100%;
}
@media screen and (max-width: 576px) {
  .format-area .format012 .format-img:not(:first-of-type) {
    margin-top: 20px;
  }
}
.format-area .format012 .format-img-wrap {
  position: relative;
  overflow: hidden;
}
.format-area .format012 .format-img-wrap img {
  height: auto;
  width: 100%;
  aspect-ratio: 9/16;
  object-fit: cover;
  object-position: center;
}

@media screen and (min-width: 768px) {
  .format-area .format-rowPC {
    display: flex;
    justify-content: space-between;
  }
  .format-area .format-rowPC .head, .format-area .format-rowPC .body {
    width: 48%;
  }
  .format-area .format05 {
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 767px) {
  .format-area .format-rowPC .head {
    margin-bottom: 25px;
  }
  .format-area .format08 .format-row {
    flex-wrap: wrap;
  }
  .format-area .format08 .format-img {
    width: 48%;
  }
  .format-area .format08 .format-img:last-child {
    width: 100%;
    margin-top: 25px;
  }
  .format-area .format09 .format-pdf {
    width: 32%;
  }
  .format-area .format09 .format-pdf-wrap {
    position: relative;
    overflow: hidden;
    padding-top: 60.78%;
  }
  .format-area .format09 .format-pdf-wrap img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 100%;
    width: auto;
    max-width: inherit;
  }
  .format-area .format10 .format-row {
    flex-wrap: wrap;
  }
  .format-area .format10 .format-img {
    width: 48%;
  }
  .format-area .format10 .format-img:last-child {
    width: 100%;
    margin-top: 25px;
  }
  .format-area .format11 .format-row {
    flex-wrap: wrap;
  }
  .format-area .format11 .format-img {
    width: 48%;
  }
  .format-area .format11 .format-img:last-child {
    width: 100%;
    margin-top: 25px;
  }
}
@media screen and (min-width: 577px) {
  .format-area .format-rowSM {
    display: flex;
    justify-content: space-between;
  }
  .format-area .format-rowSM .head, .format-area .format-rowSM .body {
    width: 48%;
  }
  .format-area .format05 .format-rowSM {
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 576px) {
  .format-area .format-rowSM .head {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 576px) {
  .format-area .format01 {
    margin: 40px auto;
  }
  .format-area .format02 {
    margin: 40px auto;
  }
  .format-area .format03 {
    margin: 40px auto;
  }
  .format-area .format04 {
    margin: 40px auto;
  }
  .format-area .format05 {
    margin: 40px auto;
  }
  .format-area .format06 {
    margin: 40px auto;
  }
  .format-area .format07 {
    margin: 40px auto;
  }
  .format-area .format08 {
    margin: 40px auto;
  }
  .format-area .format09 {
    margin: 40px auto;
  }
  .format-area .format010 {
    margin: 40px auto;
  }
  .format-area .format011 {
    margin: 40px auto;
  }
  .format-area .format012 {
    margin: 40px auto;
  }
  .format-area .format013 {
    margin: 40px auto;
  }
  .format-area .format02 .ttl-mid::before {
    width: 60%;
  }
  .format-area .format09 iframe {
    height: 320px;
  }
}
/*==========================================
 共通
===========================================*/
/*==========================================
 ARCHIVE
===========================================*/
.model-archive .model-list {
  max-width: 1420px;
  width: 100%;
  margin: 8em auto 0;
}
.model-archive .model-list .model-item {
  letter-spacing: 0.06em;
}
.model-archive .model-list .model-item:nth-of-type(2n) .item-img {
  text-align: right;
}
.model-archive .model-list .model-item:nth-of-type(2n) .item-img::before {
  margin: 0;
  right: auto;
  left: 0;
}
.model-archive .model-list .model-item:not(:last-child) {
  margin-bottom: 6em;
}
@media (hover: hover) {
  .model-archive .model-list .model-item a:hover:hover .item-img img {
    transform: scale(1.1, 1.1);
  }
  .model-archive .model-list .model-item a:hover:hover .item-more span {
    border-color: #e72f18;
    color: #e72f18;
  }
}
.model-archive .model-list .model-item .item-img {
  position: relative;
  line-height: 0;
}
.model-archive .model-list .model-item .item-img::before {
  content: "";
  display: block;
  width: 97%;
  height: 100%;
  margin: 0 0 0 auto;
  background: url("../img/common/bg-gradMd.png") no-repeat center/cover;
  position: absolute;
  top: -6%;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .model-archive .model-list .model-item .item-img::before {
    top: -4%;
  }
}
.model-archive .model-list .model-item .item-img .item-imgWrap {
  display: inline-block;
  overflow: hidden;
  width: 97%;
}
.model-archive .model-list .model-item .item-img img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1.5;
  transition: all 0.8s ease;
}
@media screen and (max-width: 767px) {
  .model-archive .model-list .model-item .item-img img {
    aspect-ratio: 1/1;
  }
}
.model-archive .model-list .model-item .item-body {
  max-width: 1050px;
  width: 100%;
  margin: 2em auto 0;
}
.model-archive .model-list .model-item .item-cat {
  font-size: min(3vw, 1.3rem);
}
.model-archive .model-list .model-item .item-cat li {
  display: inline-block;
  font-weight: 500;
  color: #fff;
  background: #e72f18;
  padding: 0.3em 1em 0.2em;
}
@media screen and (max-width: 576px) {
  .model-archive .model-list .model-item .item-cat li {
    padding: 0.3em 0.5em 0.2em;
  }
}
.model-archive .model-list .model-item .item-cat li.sold {
  background: #000;
}
.model-archive .model-list .model-item .item-ttl {
  margin: 0.3em 0;
  font-weight: bold;
  font-size: min(6vw, 3.6rem);
}
.model-archive .model-list .model-item .item-add {
  color: #555;
  font-size: min(3.6vw, 1.4rem);
  font-weight: 500;
}
.model-archive .model-list .model-item .item-add::before {
  content: "\f3c5";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.2em;
}
.model-archive .model-list .model-item .item-txt {
  margin: 0.6em auto 1.5em;
}
.model-archive .model-list .model-item .item-more {
  font-weight: bold;
  font-size: min(3.6vw, 1.4rem);
}
@media screen and (max-width: 767px) {
  .model-archive .model-list .model-item .item-more {
    text-align: right;
  }
}
.model-archive .model-list .model-item .item-more span {
  border-bottom: 2px solid #000;
  transition: 0.3s ease-in-out;
  padding: 0 0 0.4em;
}

/*==========================================
 SINGLE
===========================================*/
@keyframes progressbar-anime {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
.model-single .secTtl {
  letter-spacing: 0.06em;
  text-align: center;
  font-size: min(4.2vw, 1.6rem);
  margin-bottom: 2em;
}
.model-single .secTtl .ttl-en {
  font-family: "Adobe Arabic", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: min(12vw, 4.8rem);
  line-height: 0.7;
}
.model-single .secTtl .ttl-ja {
  font-weight: 500;
}
.model-single .model-cnv {
  margin: 5em auto;
  font-size: min(3.1vw, 2rem);
  font-weight: bold;
  letter-spacing: 0.06em;
  text-align: center;
}
.model-single .model-cnv a {
  display: inline-block;
  border: 1px solid #e72f18;
  color: #e72f18;
  border-radius: 10px;
  padding: 1em 3em;
}
@media (hover: hover) {
  .model-single .model-cnv a:hover:hover {
    background: #e72f18;
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .model-single .model-cnv a {
    padding: 1.2em 1em;
  }
}

.model-article .article-mainSlider {
  position: relative;
  width: 90%;
}
.model-article .article-mainSlider::before {
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: -1.5em;
  right: 0;
  z-index: -1;
  background: url("../img/common/bg-gradMd.png") no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .model-article .article-mainSlider {
    width: 92%;
  }
}
.model-article .article-mainSlider .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.model-article .article-mainSlider .dots-class {
  position: absolute;
  right: 0;
  bottom: -3em;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin: 3em auto 0;
}
@media screen and (max-width: 767px) {
  .model-article .article-mainSlider .dots-class {
    justify-content: center;
    margin: 0 -6% 0 0;
  }
}
.model-article .article-mainSlider .dots-class li {
  max-width: 40px;
  width: 10%;
  line-height: 0;
}
.model-article .article-mainSlider .dots-class li:not(:last-child) {
  margin-right: 2%;
}
.model-article .article-mainSlider .dots-class li.slick-active button::before {
  background-color: #d12f18;
  animation: progressbar-anime 5.5s linear forwards;
}
.model-article .article-mainSlider .dots-class button {
  position: relative;
  width: 100%;
  height: 5px;
  border: 0;
  background-color: #9b9b9b;
  font-size: 0;
}
.model-article .article-mainSlider .dots-class button::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
}
.model-article .article-mainSlider .slick-prev, .model-article .article-mainSlider .slick-next {
  top: auto;
  bottom: -1.4em;
  width: 2.8em;
  border-radius: 0;
  border: none;
  background: #fff;
}
.model-article .article-mainSlider .slick-prev:hover, .model-article .article-mainSlider .slick-prev:focus, .model-article .article-mainSlider .slick-next:hover, .model-article .article-mainSlider .slick-next:focus {
  background: #555;
}
.model-article .article-mainSlider .slick-prev:hover::before, .model-article .article-mainSlider .slick-prev:focus::before, .model-article .article-mainSlider .slick-next:hover::before, .model-article .article-mainSlider .slick-next:focus::before {
  border-color: #fff;
}
.model-article .article-mainSlider .slick-prev {
  right: 2.85em;
  left: auto;
}
.model-article .article-mainSlider .slick-next {
  right: 0;
}
.model-article .article-mainSlider .magazine-puList {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}
.model-article .article-mainSlider .magazine-puList .magazine-puItem a {
  display: block;
}
.model-article .article-mainSlider .magazine-puList .magazine-puItem .item-head {
  border-bottom: 1px solid #ddd;
  padding: 0 0 1em;
}
.model-article .article-mainSlider .magazine-puList .magazine-puItem .item-date {
  color: #555;
  font-size: min(4vw, 1.8rem);
  margin: 0.7em 0;
}
.model-article .article-mainSlider .magazine-puList .magazine-puItem .item-cat {
  font-size: min(3.6vw, 1.3rem);
}
.model-article .article-mainSlider .magazine-puList .magazine-puItem .item-cat li {
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: #fff;
  background: #e72f18;
  padding: 0.3em 1em 0.2em;
}
@media screen and (max-width: 576px) {
  .model-article .article-mainSlider .magazine-puList .magazine-puItem .item-cat li {
    padding: 0.3em 0.5em 0.2em;
  }
}
.model-article .article-mainSlider .magazine-puList .magazine-puItem .item-ttl {
  font-size: min(6vw, 2.4rem);
  font-weight: bold;
  margin: 0.5em 0;
}
.model-article .article-mainSlider .magazine-puList .magazine-puItem .item-img {
  width: 90%;
  max-width: 600px;
  margin: 3em auto 0;
}
.model-article .article-mainSlider .magazine-puList .magazine-puItem .item-img img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1;
  transition: all 0.8s ease;
}
.model-article .article-mainimg {
  width: 98%;
  margin-top: 6em;
}
@media screen and (max-width: 767px) {
  .model-article .article-mainimg {
    width: 96%;
    margin-top: 4em;
  }
}
.model-article .article-mainimg .item img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1.5;
}
@media screen and (max-width: 1919px) {
  .model-article .article-mainimg .item img {
    aspect-ratio: 16/9;
  }
}
@media screen and (max-width: 767px) {
  .model-article .article-mainimg .item img {
    aspect-ratio: 974/1200;
  }
}
.model-article .article-ttl {
  margin: 10em auto 5em;
  text-align: center;
}
.model-article .article-ttl::after {
  content: "";
  display: block;
  width: 100%;
  max-width: 100px;
  height: 1px;
  background: #d3d3d3;
  margin: 1.5em auto 0;
}
.model-article .article-ttl .ttl-en {
  font-family: "Adobe Arabic", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: min(4.8vw, 2.4rem);
  letter-spacing: 0.12em;
  line-height: 0.7;
  margin-bottom: 1em;
}
.model-article .article-ttl .ttl-ja {
  font-size: min(6vw, 3.2rem);
  font-weight: bold;
  line-height: 1.4;
}
.model-article .article-googlemap {
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .model-article .article-googlemap iframe {
    aspect-ratio: 1125/650;
    height: auto;
  }
}

/* 特徴 */
.secPoints {
  margin-bottom: 5em;
}

.points-slider {
  position: relative;
}
.points-slider_item {
  width: clamp(200px, 58vw, 700px);
  margin: 0 clamp(30px, 8.34vw, 100px);
  opacity: 0.4;
}
.points-slider_item.slick-current {
  opacity: 1;
}
.points-slider_item img {
  aspect-ratio: 700/393;
  object-fit: cover;
}
.points-slider_ttl {
  margin-top: 1.25em;
  font-size: clamp(18px, 1.67vw, 20px);
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
}
.points-slider_txt {
  margin-top: 1em;
  font-size: clamp(14px, 1.34vw, 16px);
  line-height: 2;
  font-weight: bold;
}
.points-slider .slide-arrow {
  display: block;
  width: 1em;
  height: 1em;
  font-size: clamp(30px, 5vw, 40px);
  background: #fff;
  border: 1px solid #000;
  border-radius: 50%;
  position: absolute;
  top: calc((clamp(200px, 58vw, 700px) / 700 * 393 - 1em) / 2);
  z-index: 2;
  cursor: pointer;
}
.points-slider .slide-arrow::after {
  content: "";
  width: 0.3em;
  height: 0.3em;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  position: absolute;
  top: 0.3em;
}
.points-slider .slide-arrow.prev-arrow {
  left: calc((100% - clamp(200px, 58vw, 700px) - clamp(30px, 8.34vw, 100px) * 2 - 1em) / 2);
}
.points-slider .slide-arrow.prev-arrow::after {
  left: 0.35em;
  transform: rotate(-135deg);
}
.points-slider .slide-arrow.next-arrow {
  right: calc((100% - clamp(200px, 58vw, 700px) - clamp(30px, 8.34vw, 100px) * 2 - 1em) / 2);
}
.points-slider .slide-arrow.next-arrow::after {
  right: 0.35em;
  transform: rotate(45deg);
}

.other-block {
  margin-top: 0;
}
.other-block .model-list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .other-block .model-list {
    display: block;
  }
}
.other-block .model-list .model-item {
  letter-spacing: 0.06em;
  width: 48%;
}
@media screen and (max-width: 767px) {
  .other-block .model-list .model-item {
    width: 100%;
  }
  .other-block .model-list .model-item:not(:last-child) {
    margin-bottom: 2em;
  }
}
@media (hover: hover) {
  .other-block .model-list .model-item a:hover:hover .item-img img {
    transform: scale(1.1, 1.1);
  }
}
.other-block .model-list .model-item .item-img {
  overflow: hidden;
  position: relative;
  line-height: 0;
}
.other-block .model-list .model-item .item-img img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1.5;
  transition: all 0.8s ease;
}
.other-block .model-list .model-item .item-ttl {
  margin: 1em 0 0.3em;
  font-weight: bold;
  font-size: min(4vw, 1.8rem);
}
.other-block .model-list .model-item .item-add {
  color: #555;
  font-size: min(3vw, 1.4rem);
  font-weight: 500;
}
.other-block .model-list .model-item .item-add::before {
  content: "\f3c5";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.2em;
}/*# sourceMappingURL=model.css.map */