@charset "UTF-8";
html {
  font-family: "Noto Sans JP", sans-serif;
  color: #222222;
  font-weight: 400;
  letter-spacing: 0.01rem;
  line-height: 1.7;
  scroll-behavior: smooth;
}
@media (min-width: 769px) {
  html {
    scroll-padding-top: 80px;
  }
}

.f-noto {
  font-family: "Noto Sans JP", sans-serif;
}

.f-inter {
  font-family: "Inter", "Noto Sans JP", sans-serif;
}

@media (max-width: 1280px) {
  html {
    font-size: 1.25vw;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 16px;
  }
}

.u_sp {
  display: none;
}

@media (max-width: 768px) {
  .u_sp {
    display: block;
  }
  .u_pc {
    display: none;
  }
}
p,
span {
  font-size: 16px;
}
@media (max-width: 768px) {
  p,
  span {
    font-size: 14px;
  }
}

/* コンテンツ幅 */
.inner {
  max-width: 1280px;
  width: calc(100% - 80px);
  margin: 0 auto;
}
@media (max-width: 768px) {
  .inner {
    width: calc(100% - 40px);
  }
}

@media (min-width: 769px) {
  .p-flex {
    display: flex;
    justify-content: center;
  }
}
/* main {
  margin-top: 64px;
}
@media (max-width: 768px) {
  main {
    margin-top: 40px;
  }
} */

section {
  padding: 6.25rem 0;
}
@media (max-width: 768px) {
  section {
    padding: 60px 0;
  }
}

.sec_title_wrap {
  text-align: center;
  margin-bottom: 3.75rem;
}
@media (max-width: 768px) {
  .sec_title_wrap {
    margin-bottom: 40px;
  }
}

h2.sec_title {
  font-size: 28px;
  text-align: center;
  font-weight: bold;
}
@media (max-width: 768px) {
  h2.sec_title {
    font-size: 22px;
  }
}

.sec_title_en {
  text-align: center;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 20px;
  margin-top: 8px;
}
@media (max-width: 768px) {
  .sec_title_en {
    font-size: 16px;
    margin-top: 0;
  }
}

h3 {
  font-size: max(1.5rem, 18px);
  font-weight: bold;
}
@media (max-width: 768px) {
  h3 {
    font-size: 18px;
  }
}

.btn {
  margin-top: 24px;
}
.btn .btn_text {
  display: inline-block;
  padding: 10px 40px;
  background-color: #f54e0c;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  border-radius: 40px;
  text-decoration: none;
}
@media (max-width: 768px) {
  .btn .btn_text {
    font-size: 14px;
  }
}

.logo_item {
  height: auto;
  height: 80px;
  background-color: #fff;
  padding: 10px 20px;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .logo_item {
    height: 70px;
    padding: 5px 10px;
  }
}
.logo_item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

a {
  transition: opacity 0.3s;
}

a:hover {
  opacity: 0.7;
}

.p_title_wrap {
  text-align: center;
  font-weight: bold;
  margin-top: 11.25rem;
}
@media (max-width: 768px) {
  .p_title_wrap {
    margin-top: 100px;
  }
}

h1.p_title {
  font-size: 32px;
}

.p-slug {
  font-size: 20px;
  margin-top: 8px;
}

.error-404 {
  min-height: 60vh;
  display: flex;
  align-items: center;
}
.error-404 .sec_title {
  font-size: 5rem;
  font-weight: 900;
  color: #f54e0c;
  line-height: 1;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .error-404 .sec_title {
    font-size: 3.75rem;
  }
}
.error-404 .error-404__message {
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 2.5rem;
  margin-bottom: 1.25rem;
}
@media (max-width: 768px) {
  .error-404 .error-404__message {
    font-size: 1.25rem;
    margin-top: 1.875rem;
    margin-bottom: 1rem;
  }
}
.error-404 .error-404__text {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 2.5rem;
}
@media (max-width: 768px) {
  .error-404 .error-404__text {
    font-size: 14px;
    margin-bottom: 1.875rem;
  }
}
.error-404 .error-404__content {
  text-align: center;
  margin-top: 3.75rem;
}
@media (max-width: 768px) {
  .error-404 .error-404__content {
    margin-top: 2.5rem;
  }
}

header {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 0;
  background-color: #fff;
}
header .header_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 40px;
}
@media (max-width: 768px) {
  header .header_inner {
    margin: 0 20px;
  }
}
header .logo_content .logo {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1;
}

/* ハンバーガーメニュー非表示 */
.toggle-menu {
  display: none;
}

/* ヘッダーリンク */
.header_nav .global_nav ul {
  display: flex;
  gap: 24px;
  align-items: center;
}
.header_nav .global_nav ul li a {
  font-size: 16px;
}

@media (max-width: 768px) {
  header {
    padding: 10px 0;
  }
  header .header_inner {
    display: block;
    margin: 0 10px;
  }
  header .header_inner .logo_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  header .header_inner .logo_content .logo {
    z-index: 100;
  }
  /* ハンバーガーメニュー */
  .toggle-menu {
    display: inline-block;
    width: 40px;
    height: 30px;
    position: relative;
    z-index: 100;
  }
  .toggle-menu .toggle-line {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    text-indent: -9999px;
    width: 27px;
    height: 1px;
    background-color: #000;
  }
  .toggle-menu .toggle-line::before,
  .toggle-menu .toggle-line::after {
    content: "";
    position: absolute;
    left: 0;
    width: 27px;
    height: 1px;
    background-color: #000;
    transition: 0.3s;
  }
  .toggle-menu .toggle-line::before {
    top: -7px;
  }
  .toggle-menu .toggle-line::after {
    top: 7px;
  }
  .header_nav {
    position: fixed;
    top: 0;
    left: 0;
    padding: 0 15px 0;
    display: flex;
    flex-direction: column;
    width: 100vw;
    height: 100vh;
    background-color: #fff;
    z-index: 90;
    transform: translateX(100%);
    transition: 0.3s ease-out;
  }
  .header_nav .global_nav {
    margin-top: 80px;
    padding: 0 30px;
  }
  .header_nav .global_nav ul {
    flex-flow: column;
  }
  .header_nav .global_nav ul li a {
    color: #222222;
  }
  .open .toggle-menu {
    transition: all 0.5s linear 1s;
  }
  .open .toggle-menu .toggle-line {
    height: 0;
    background-color: #000;
  }
  .open .toggle-menu .toggle-line::before {
    background-color: #222222;
    transform: rotate(-45deg);
    top: 0;
  }
  .open .toggle-menu .toggle-line::after {
    background-color: #222222;
    transform: rotate(45deg);
    top: 0;
  }
  .open .header_nav {
    transform: translateX(0);
    overflow: auto;
  }
}
.header_nav .global_nav ul .contact_btn {
  background-color: #f54e0c;
  border-radius: 40px;
  padding: 8px 20px;
  color: #fff;
  font-weight: 500;
}
.header_nav .global_nav ul .contact_btn a {
  color: #fff;
}

/* フッター
***************************************************************/
footer {
  background: #fff;
  width: 100%;
  padding: 2.5rem 0;
  text-align: center;
  border-top: 1px solid #303030;
}
footer .footer_content {
  justify-content: space-between;
  align-items: flex-end;
}
footer .company_name {
  font-weight: bold;
  font-size: 18px;
}
footer .footer_nav {
  font-size: 14px;
}
footer .footer_nav ul {
  gap: 16px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 768px) {
  footer .footer_nav ul {
    gap: 10px;
  }
}
footer .copyright {
  margin-top: 3.75rem;
  font-size: 12px;
}
@media (max-width: 768px) {
  footer .copyright {
    margin-top: 20px;
  }
}
footer .sns_wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: flex-start;
}
@media (max-width: 768px) {
  footer .sns_wrap {
    justify-content: center;
    margin-bottom: 20px;
  }
}
footer .sns_wrap .icon-note {
  height: 20px;
  width: auto;
}

/* トップに戻るボタン
***************************************************************/
.pagetop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  background-color: #f54e0c;
  color: #fff;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
.pagetop.is-visible {
  opacity: 1;
  visibility: visible;
}
.pagetop:hover {
  opacity: 0.7;
}
.pagetop .pagetop_arrow {
  width: 16px;
  height: 12px;
  color: #fff;
  display: block;
}

@media (max-width: 768px) {
  .pagetop {
    width: 45px;
    height: 45px;
    bottom: 20px;
    right: 20px;
  }
  .pagetop .pagetop_arrow {
    width: 14px;
    height: 10px;
  }
}
/* ファーストビュー */
.fv {
  height: 100vh;
  width: 100%;
  position: relative;
  padding: 0;
}
.fv .fv_image_wrap {
  position: relative;
}
.fv .fv_image_wrap .fv_image {
  position: absolute;
  top: 0;
  right: 0;
  width: 75%;
  height: 100vh;
  object-position: right bottom;
  -o-object-fit: cover;
     object-fit: cover;
     
}
@media (max-width: 768px) {
  .fv .fv_image_wrap .fv_image {
    width: 100%;
    height: 60vh;
    top: -50px;

  }
}
.fv .fv_content {
  background: linear-gradient(to right, #fff 0%, #fff 26%, transparent 60%);
  height: 100%;
  width: 100%;
  z-index: 10;
  position: relative;
}
@media (max-width: 768px) {
  .fv .fv_content {
    background: linear-gradient(to bottom, transparent 0%, transparent 30%, #fff 55%, #fff 100%);
    height: 95%;
  }
}
.fv .inner {
  position: relative;
  height: 100%;
}
.fv .fv_text_wrap {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
}
@media (max-width: 768px) {
  .fv .fv_text_wrap {
    width: 100%;
    top: unset;
    transform: unset;
    bottom: 8%;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .fv .fv_text_wrap .btn {
    text-align: center;
    margin-bottom: 24px;
    margin-top: 16px;
  }
}
.fv .fv_catch {
  font-size: 3.125rem;
  font-weight: 900;
}
@media (max-width: 768px) {
  .fv .fv_catch {
    font-size: 1.5rem;
    font-size: 6.4vw;
    line-height: 1.5;
  }
}
.fv .fv_text {
  margin: 16px 0;
  font-size: max(1.25rem, 16px);
  font-weight: 700;
}
@media (max-width: 768px) {
  .fv .fv_text {
    font-size: 14px;
    line-height: 1.4;
  }
}
.fv .fv_content_wrap {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media (max-width: 768px) {
  .fv .fv_content_wrap {
    gap: 16px;
    justify-content: center;
  }
}
.fv .fv_content_wrap .item_text {
  font-size: 12px;
  font-weight: 700;
  text-align: left;
}
.fv .fv_content_wrap .item_number {
  font-size: max(3.375rem, 40px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #f54e0c;
}
@media (max-width: 768px) {
  .fv .fv_content_wrap .item_number {
    font-size: clamp(32px, 10vw, 40px);
  }
}
.fv .fv_content_wrap .item_number span {
  font-size: max(1rem, 12px);
  font-weight: 700;
  letter-spacing: 0.01em;
  margin-left: -10px;
}
@media (max-width: 768px) {
  .fv .fv_content_wrap .item_number span {
    font-size: 12px;
  }
}
.fv .swiper {
  position: absolute;
  z-index: 20;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}
.fv .swiper .swiper-wrapper {
  transition-timing-function: linear;
}
.fv .swiper .swiper-slide {
  width: auto;
  flex-shrink: 0;
}
.fv .swiper .swiper-slide .logo_item {
  width: 200px;
}
@media (max-width: 768px) {
  .fv .swiper .swiper-slide .logo_item {
    width: 120px;
  }
}

.t_problem {
  padding-top: 100px;
}
@media (max-width: 768px) {
  .t_problem {
    padding-top: 20px;
  }
}
.t_problem .item-list {
  gap: 2.5rem;
}
.t_problem .item-list .item {
  background-color: #fff;
  padding: 1.75rem;
  border-radius: 10px;
  flex: 1;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .t_problem .item-list .item {
    margin-bottom: 20px;
    padding: 1rem;
  }
  .t_problem .item-list .item:last-child {
    margin-bottom: 0;
  }
}
.t_problem .item-list .item .item_title {
  font-weight: 500;
  margin-top: 16px;
  text-align: center;
}
.t-service {
  padding-top: 0;
}
.t-service .solution_wrap {
  background: linear-gradient(180deg, rgba(255, 235, 199, 0) 0%, #ffebc7 100%);
  padding: 3.75rem 0;
}
@media (max-width: 768px) {
  .t-service .solution_wrap {
    padding: 40px 0;
  }
}
.t-service .solution_wrap .solution_text {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  color: #f54e0c;
}
@media (max-width: 768px) {
  .t-service .solution_wrap .solution_text {
    font-size: 20px;
  }
}
.t-service .solution_wrap .solution_text_sub {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .t-service .solution_wrap .solution_text_sub {
    font-size: 16px;
  }
}
.t-service .solution_wrap img {
  display: block;
  margin: 0 auto;
  width: 40%;
}
@media (max-width: 768px) {
  .t-service .solution_wrap img {
    width: 100%;
  }
}
.t-service .sec_title_wrap {
  margin-top: 100px;
}
@media (max-width: 768px) {
  .t-service .sec_title_wrap {
    margin-top: 60px;
  }
}
.t-service .item-list .item_media_wrap {
  width: 40%;
  flex-shrink: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .t-service .item-list .item_media_wrap {
    width: 100%;
  }
}
@media (min-width: 769px) {
  .t-service .item-list .item_media_wrap video {
    display: block;
    width: 50%;
    margin: 0 auto;
  }
}
.t-service .item-list img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/9;
}
@media (max-width: 768px) {
  .t-service .item-list video {
    width: 100%;
  }
}
.t-service .item-list .item_text_wrap {
  flex: 1;
}
@media (max-width: 768px) {
  .t-service .item-list .item_text_wrap {
    width: 100%;
  }
}
.t-service .item-list .item {
  gap: 2.5rem;
  margin-bottom: 80px;
  justify-content: flex-start;
}
@media (max-width: 768px) {
  .t-service .item-list .item {
    margin-bottom: 40px;
  }
}
.t-service .item-list .item:nth-child(even) {
  flex-direction: row-reverse;
}
@media (min-width: 769px) {
  .t-service .item-list .item .item_text_wrap .item_media_wrap video {
    display: none;
  }
}
.t-service .item-list .item .item_title {
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .t-service .item-list .item .item_title {
    margin-bottom: 24px;
    text-align: center;
  }
}
.t-service .item-list .item .item_title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 80px;
  height: 5px;
  background-color: #f54e0c;
}
@media (max-width: 768px) {
  .t-service .item-list .item .item_title::after {
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 2px;
  }
}
.t-service .item-list .item .item_subtitle {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .t-service .item-list .item .item_subtitle {
    font-size: 16px;
  }
}
.t-service .item-list .item .item_text {
  line-height: 1.7;
}
@media (max-width: 768px) {
  .t-service .item-list .item .item_text {
    margin-top: 16px;
  }
}

.cta {
  background-color: #303030;
  padding: 80px 0;
  color: #fff;
}
@media (max-width: 768px) {
  .cta {
    padding: 40px 0;
  }
}
.cta .btn {
  text-align: center;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .cta .btn {
    margin-top: 20px;
  }
}
.cta .btn .btn_text {
  padding: 16px 50px;
}

.t-case .case_top-text {
  text-align: center;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 500;
}
.t-case .item-list {
  gap: 2.5rem;
}
.t-case .item-list .item {
  flex: 1;
}
@media (max-width: 768px) {
  .t-case .item-list .item {
    margin-bottom: 40px;
  }
}
.t-case .item-list .item_text_wrap {
  margin-top: 10px;
}
.t-case .item-list .item_title {
  font-size: 18px;
}
.t-case .item-list .item_name {
  margin: 8px 0;
}
.t-case .logo_wrap {
  max-width: 960px;
  margin: 3.75rem auto 0;
  background-color: #ffebc7;
  border-radius: 10px;
  padding: 24px 40px;
}
@media (max-width: 768px) {
  .t-case .logo_wrap {
    padding: 16px;
    margin: 40px auto 0;
  }
}
.t-case .logo_wrap .logo_list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
}
@media (max-width: 768px) {
  .t-case .logo_wrap .logo_list {
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
  }
}

.t-company .t-company__content {
  justify-content: space-between;
  gap: 2.5rem;
}
@media (max-width: 768px) {
  .t-company .t-company__content {
    display: flex;
    flex-direction: column-reverse;
  }
}
.t-company .map {
  width: 50%;
}
@media (max-width: 768px) {
  .t-company .map {
    width: 100%;
  }
}
.t-company .map iframe {
  width: 100%;
}
@media (max-width: 768px) {
  .t-company .map iframe {
    height: 18.75rem;
    border: 0;
  }
}
.t-company .overview_wrap {
  width: 50%;
}
@media (max-width: 768px) {
  .t-company .overview_wrap {
    width: 100%;
  }
}
.t-company .overview_wrap .overview_item {
  flex: 1;
  position: relative;
  padding: 15px 0;
  border-bottom: 1px solid #ccc;
  justify-content: flex-start;
}
.t-company .overview_wrap .overview_item dt {
  width: 9.375rem;
  flex-shrink: 0;
  font-size: 16px;
}
.t-company .overview_wrap .overview_item dd {
  font-size: 16px;
}
.t-company .overview_wrap .overview_item::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  display: block;
  width: 9.375rem;
  height: 1px;
  background-color: #0A0A0A;
}
@media (max-width: 768px) {
  .t-company .overview_wrap .overview_item::after {
    width: 80px;
  }
}

.cta .sns_wrap {
  margin-top: 40px;
}
.cta .sns_wrap h2 {
  font-size: 24px;
}
@media (max-width: 768px) {
  .cta .sns_wrap h2 {
    font-size: 18px;
  }
}
.cta .sns_wrap .btn {
  margin-top: 20px;
}
@media (max-width: 768px) {
  .cta .sns_wrap .btn {
    margin-top: 10px;
  }
}
.cta .sns_wrap .btn a.btn_text {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  background-color: #fff;
  color: #222222;
  padding: 16px 0;
  width: 180px;
}
@media (max-width: 768px) {
  .cta .sns_wrap .btn a.btn_text {
    padding: 8px 0;
  }
}
.cta .sns_wrap .t-sns__content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
@media (max-width: 768px) {
  .cta .sns_wrap .t-sns__content {
    flex-direction: column;
    gap: 10px;
  }
}

.sns_wrap img {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}

#service {
  scroll-margin-top: 100px;
}

.snow-monkey-form {
  max-width: 960px;
  margin: 0 auto;
}
.snow-monkey-form .smf-item {
  margin-bottom: 20px;
}
.snow-monkey-form .smf-item input[type=text],
.snow-monkey-form .smf-item input[type=email],
.snow-monkey-form .smf-item input[type=tel] {
  width: 100%;
}
.snow-monkey-form .smf-item textarea {
  width: 100%;
}
@media (min-width: 769px) {
  .snow-monkey-form .smf-item {
    display: flex;
    align-items: center;
    gap: 40px;
  }
  .snow-monkey-form .smf-item .smf-item__col--label {
    width: 200px;
  }
  .snow-monkey-form .smf-item .smf-item__col--controls {
    flex: 1;
  }
}
.snow-monkey-form .smf-item.required .smf-item__col--label {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .snow-monkey-form .smf-item.required .smf-item__col--label {
    margin-bottom: 8px;
  }
}
.snow-monkey-form .smf-item.required .smf-item__col--label::after {
  content: "必須";
  color: #fff;
  font-size: 10px;
  margin-left: 8px;
  background-color: #ff0000;
  padding: 2px 5px;
  border-radius: 4px;
}
.snow-monkey-form .smf-action {
  text-align: center;
}
.snow-monkey-form .smf-checkbox-control a {
  text-decoration: underline;
}
.snow-monkey-form .privacy-policy {
  text-align: center;
}
.snow-monkey-form button[type=submit] {
  background-color: #f54e0c;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  border-radius: 40px;
  text-decoration: none;
  background-image: unset;
  border: unset;
  width: 200px;
}
@media (max-width: 768px) {
  .snow-monkey-form button[type=submit] {
    width: 140px;
  }
}
.snow-monkey-form button[type=submit] :hover {
  opacity: 0.7;
}
.snow-monkey-form .smf-button-control {
  transition: all 0.3s;
}
.snow-monkey-form .smf-button-control :hover {
  opacity: 0.7;
  transition: all 0.3s;
}
.snow-monkey-form .smf-complete-content p {
  text-align: center;
}
.snow-monkey-form .content .smf-checkboxes-control__control {
  display: flex;
  flex-wrap: wrap;
  gap: 0 15px;
}

.contact_top_text {
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .contact_top_text {
    margin-bottom: 40px;
    text-align: left;
  }
}

.privacy-policy .page h2 {
  font-size: 20px;
  font-weight: bold;
  margin: 40px 0 8px;
}
.privacy-policy .page ul {
  list-style: disc;
  padding-left: 20px;
}/*# sourceMappingURL=style.css.map */