@font-face {
  font-family: FutoGoB101Pro-Bold;
  src: url(../font/G-OTFBold.otf) format("opentype");
}
html {
  font-size: 1px;
}

body {
  font-family: "Noto Serif JP", serif;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #000;
  box-sizing: border-box;
  margin: 0;
  border: 0;
  font-feature-settings: "palt";
  line-height: 1.4;
  font-size: 16px;
}

* {
  box-sizing: border-box;
}

h1, h2, h3, h4, figure {
  margin: 0;
}

.d-flex {
  display: flex;
}

.flex-reserve {
  flex-direction: row-reverse;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

p {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

.align-items-center {
  align-items: center;
}

.pc {
  display: flex !important;
}

.pc-block {
  display: block !important;
}

.font-mincho {
  font-family: "Hina Mincho", serif;
}

.sp {
  display: none !important;
}

.sp-block {
  display: none !important;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-around {
  justify-content: space-around;
}

.justify-content-end {
  justify-content: flex-end;
}

.align-items-baseline {
  align-items: baseline;
}

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

.center {
  margin-left: auto;
  margin-right: auto;
}

img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.jusify-content-left {
  justify-content: left !important;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes scaled_x {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    opacity: 1;
    clip-path: inset(0);
  }
}
@keyframes scaled_x_reserve {
  0% {
    clip-path: inset(0 0 0 100%);
  }
  100% {
    opacity: 1;
    clip-path: inset(0);
  }
}
@keyframes scaled_x_down {
  0% {
    clip-path: inset(0 0 100% 0);
  }
  100% {
    opacity: 1;
    clip-path: inset(0);
  }
}
.anim {
  opacity: 0;
}
.anim.fadeInUp.is-animated {
  animation: fadeInUp 1s ease-in-out forwards;
}
.anim.fadeInDown.is-animated {
  animation: fadeInDown 0.5s ease-in-out forwards;
}
.anim.fadeIn.is-animated {
  animation: fadeIn 1s ease-in-out forwards;
}
.anim.fadeInLeft.is-animated {
  animation: fadeInLeft 1s ease-in-out forwards;
}
.anim.fadeInRight.is-animated {
  animation: fadeInRight 1s ease-in-out forwards;
}
.anim.scaled_x.is-animated {
  transform-origin: left;
  animation: scaled_x 1s ease-in-out forwards;
}
.anim.scaled_x_reserve.is-animated {
  transform-origin: right;
  animation: scaled_x_reserve 1s ease-in-out forwards;
}
.anim.scaled_x_down.is-animated {
  transform-origin: right;
  animation: scaled_x_down 1s ease-in-out forwards;
}

@media screen and (max-width: 768px) {
  html {
    font-size: 0.133333vw;
  }
  .pc {
    display: none !important;
  }
  .pc-block {
    display: none !important;
  }
  .sp {
    display: flex !important;
  }
  .sp-block {
    display: block !important;
  }
}
header {
  width: 332.72rem;
  height: auto;
  border-radius: 61.48rem;
  background: #fff;
  border: 1.59rem solid #e83838;
  position: fixed;
  left: 64rem;
  top: 48rem;
  z-index: 2;
  padding: 55rem 35rem;
}
header.sub {
  width: 100%;
  border-radius: 0;
  border: 0;
  padding: 0;
  position: relative;
  left: auto;
  top: auto;
  background: transparent;
}
header.sub .logo {
  width: 168rem;
}
header.sub ul {
  width: 100%;
  margin-top: 22rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 1rem solid #f20000;
  border-bottom: 1rem solid #f20000;
}
header.sub ul li {
  padding: 20rem 22rem;
  border-bottom: 0;
}
header.sub ul li a {
  font-weight: normal;
  font-size: 20rem;
  line-height: 24rem;
  text-align: left;
  color: #e83838;
  transition: 0.3s;
}
header.sub ul li a:hover {
  background: #e83838;
  color: white;
}
header .logo {
  width: 168rem;
  display: flex;
  margin: auto;
}
header ul {
  width: 100%;
  margin-top: 70rem;
}
header ul li {
  border-bottom: 1rem dashed #e83838;
}
header ul li.on a {
  background: #E83838;
  color: white;
  pointer-events: none;
}
header ul li a {
  font-weight: normal;
  font-size: 23.67rem;
  line-height: 28.41rem;
  text-align: left;
  color: #e83838;
  display: block;
  padding: 15rem 30rem;
  transition: 0.3s;
}
header ul li a:hover {
  background: #E83838;
  color: white;
}

.video-js {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
}

.frontview {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.frontview h2 {
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  font-size: 62.33rem;
  line-height: 87.26rem;
  text-align: center;
  color: #e83838;
  text-shadow: 0rem 0rem 5rem rgba(255, 255, 255, 0.2);
}
.frontview .news__bar {
  width: 65.5208333333%;
  height: auto;
  padding: 25rem 35rem;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  right: 55rem;
  top: 55rem;
  border-radius: 50rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.frontview .news__bar .c__lbl {
  font-weight: bold;
  font-size: 35.5rem;
  line-height: 42.6rem;
  text-align: left;
  color: #e83838;
}
.frontview .news__bar .news__data {
  width: 84%;
  display: flex;
  align-items: baseline;
}
.frontview .news__bar .news__data .date {
  font-weight: 500;
  font-size: 23.67rem;
  line-height: 28.41rem;
  text-align: left;
  color: #e83838;
}
.frontview .news__bar .news__data .c__txt {
  font-weight: normal;
  font-size: 20rem;
  line-height: 28rem;
  margin-left: 30rem;
  text-align: left;
  color: #1e1e1e;
}

.copyright {
  font-weight: normal;
  font-size: 22rem;
  line-height: 26.4rem;
  text-align: center;
  color: #212121;
  position: absolute;
  bottom: 25rem;
  left: 50%;
  transform: translate(-50%);
}
.copyright.sub {
  margin: 50rem 0 30rem;
  position: relative;
  bottom: auto;
  left: auto;
  transform: unset;
}

.title__wrapper .en__txt {
  font-weight: bold;
  font-size: 45rem;
  line-height: 54rem;
  text-align: center;
  color: #e83838;
}
.title__wrapper .ja__txt {
  font-weight: 500;
  font-size: 22rem;
  line-height: 26.4rem;
  margin-top: 5rem;
  text-align: center;
  color: #e83838;
}

.news__wrapper {
  width: 100%;
  height: 100vh;
  padding-top: 45rem;
}
.news__wrapper .news__content {
  max-width: 1401.37rem;
  width: 95%;
  height: auto !important;
  padding: 35rem 75rem;
  margin: auto;
  border-radius: 58.96rem;
  background: rgba(255, 255, 255, 0.9);
  border: 2.18rem solid #e83838;
}
.news__wrapper .news__content .news__inner {
  width: 1088rem;
  height: 100%;
  margin: auto;
  margin-top: 70rem;
}
.news__wrapper .news__content .news__inner .news__items {
  width: 100%;
  height: 40vh;
  overflow:auto;
  margin-top: 40rem;
}
.news__wrapper .news__content .news__inner .news__items .n__item {
  width: 100%;
  padding: 20rem 40rem;
  border-bottom: 1rem dashed #f20000;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.news__wrapper .news__content .news__inner .news__items .n__item .date {
  font-weight: normal;
  font-size: 23.67rem;
  line-height: 28.41rem;
  text-align: left;
  color: #e83838;
}
.news__wrapper .news__content .news__inner .news__items .n__item .c__txt {
  width: 85%;
  font-weight: normal;
  font-size: 20rem;
  line-height: 28rem;
  text-align: left;
  color: #1e1e1e;
}

.business__wrapper .bg {
  width: 100%;
  height: 100vh;
  background: url(../img/bg.png);
  background-size: cover;
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
}
.business__wrapper .content__inner {
  max-width: 1401.37rem;
  width: 95%;
  height: auto;
  margin: auto;
  margin-top: 45rem;
  padding: 45rem 70rem;
  border-radius: 58.96rem;
  background: rgba(255, 255, 255, 0.9);
  border: 2.18rem solid #e83838;
}
.business__wrapper .content__inner .business__content {
  margin-top: 90rem;
}
.business__wrapper .content__inner .business__content .d__txt {
  font-weight: normal;
  font-size: 22rem;
  line-height: 26.4rem;
  margin-top: 50rem;
  text-align: center;
  color: #212121;
}
.business__wrapper .content__inner .business__content .c__detail {
  width: 1060rem;
  margin: auto;
  margin-top: 25rem;
}
.business__wrapper .content__inner .business__content .realease__content {
  margin-top: 150rem;
  text-align: center;
}
.business__wrapper .content__inner .business__content .realease__content p {
  font-weight: normal;
  font-size: 22rem;
  line-height: 36rem;
  margin-top: 60rem;
  text-align: left;
  color: #212121;
  display: inline-block;
}

.sub__title {
  font-family: FutoGoB101Pro-Bold;
  font-weight: bold;
  font-size: 24rem;
  line-height: 28.8rem;
  text-align: center;
  color: #e83838;
  position: relative;
}
.sub__title:after {
  content: "";
  width: 87.24rem;
  height: 0rem;
  background: transparent;
  border-top: 2rem solid #e83838;
  position: absolute;
  left: 50%;
  bottom: -20rem;
  transform: translate(-50%);
}

.work__content {
  width: 1060rem;
  margin: auto;
  margin-top: 150rem;
}
.work__content .work__items {
  width: 100%;
  margin-top: 65rem;
  display: flex;
  flex-wrap: wrap;
}
.work__content .work__items .w__item {
  width: 33.3333333333%;
  padding: 5rem;
}
.work__content .work__items .w__item .w__inner {
  width: 100%;
  height: auto;
  padding: 0 10rem;
  background: white;
  border: 1rem solid #312121;
  position: relative;
  cursor: pointer;
  display: block;
}
.work__content .work__items .w__item .w__inner:hover .over__txt {
  opacity: 1;
}
.work__content .work__items .w__item .w__inner:hover .banner {
  opacity: 0;
}
.work__content .work__items .w__item .w__inner:hover .c__txt {
  opacity: 0;
}
.work__content .work__items .w__item .w__inner .banner {
  width: 80%;
  margin: auto;
  display: flex;
}
.work__content .work__items .w__item .w__inner .banner.disible {
  opacity: 0;
}
.work__content .work__items .w__item .w__inner .c__txt {
  height: 120rem;
  font-weight: normal;
  font-size: 20rem;
  line-height: 32rem;
  margin-top: -5rem;
  text-align: center;
  color: #212121;
}
.work__content .work__items .w__item .w__inner .over__txt {
  width: 100%;
  font-weight: normal;
  font-size: 20rem;
  line-height: 32rem;
  margin-top: -5rem;
  padding: 0 10rem;
  text-align: center;
  color: #212121;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: 0.3s;
}
.work__content .work__items .w__item .w__inner:after {
  content: "";
  width: 15.22rem;
  height: 15.39rem;
  background: url(../img/trig.png);
  background-size: cover;
  position: absolute;
  bottom: 0;
  right: 0;
}

.staff__content {
  margin-top: 100rem;
}
.staff__content .gap__txt {
  font-weight: normal;
  font-size: 22rem;
  line-height: 26.4rem;
  margin-top: 50rem;
  text-align: center;
  color: #212121;
}
.staff__content .staff__items {
  width: 1050rem;
  margin: auto;
  margin-top: 45rem;
}
.staff__content .staff__items .s__item {
  width: 100%;
  margin-bottom: 30rem;
  display: flex;
  border: 1rem solid #e83838;
}
.staff__content .staff__items .s__item .s__header {
  width: 240rem;
  padding-left: 20rem;
  background: #e83838;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.staff__content .staff__items .s__item .s__header .role {
  font-weight: normal;
  font-size: 18rem;
  line-height: 36rem;
  text-align: left;
  color: #fff;
}
.staff__content .staff__items .s__item .s__header .name {
  font-weight: bold;
  font-size: 28rem;
  line-height: 38rem;
  margin-top: 6rem;
  text-align: left;
  color: #fff;
}
.staff__content .staff__items .s__item .s__content {
  width: calc(100% - 240rem);
  padding: 20rem;
}
.staff__content .staff__items .s__item .s__content p {
  font-weight: normal;
  font-size: 20rem;
  line-height: 32rem;
  text-align: left;
  color: #212121;
}

.company__content {
  margin-top: 100rem;
}
.company__content .gap__txt {
  font-weight: normal;
  font-size: 22rem;
  line-height: 26.4rem;
  margin-top: 50rem;
  text-align: center;
  color: #212121;
}
.company__content .profile {
  width: 880rem;
  margin: auto;
  margin-top: 100rem;
}
.company__content .profile table {
  width: 100%;
  border-collapse: collapse;
}
.company__content .profile table tr {
  border-bottom: 1rem dashed #f20000;
}
.company__content .profile table tr td {
  font-weight: normal;
  font-size: 20rem;
  line-height: 36rem;
  padding: 25rem 0;
  text-align: left;
  color: #212121;
}
.company__content .profile table tr td span {
  color: #E83838;
}
.company__content .profile table tr td:first-child {
  font-size: 22rem;
  width: 300rem;
  padding-left: 85rem;
  vertical-align: baseline;
}
.company__content .map {
  margin-top: 200rem;
}
.company__content .map .p__frame {
  width: 1050rem;
  height: 530rem;
  margin: auto;
  margin-top: 60rem;
}
.company__content .map .p__frame iframe {
  width: 100%;
  height: 100%;
}
.company__content .map .address__txt {
  font-weight: normal;
  font-size: 20rem;
  line-height: 36rem;
  margin-top: 18rem;
  text-align: center;
  color: #212121;
}

.contact__content {
  margin-top: 100rem;
}
.contact__content .gap__txt {
  font-weight: normal;
  font-size: 22rem;
  line-height: 26.4rem;
  margin-top: 50rem;
  text-align: center;
  color: #212121;
}
.contact__content .contact_form {
  width: 650rem;
  margin: auto;
  margin-top: 40rem;
  text-align: center;
}
.contact__content .contact_form .end__text {
  font-size: 22rem;
  line-height: 1.7;
  text-align: center;
  color: #212121;
}
.contact__content .contact_form .end__text span {
  font-size: 24rem;
  display: block;
}
.contact__content .contact_form table {
  width: 100%;
  border-collapse: collapse;
}
.contact__content .contact_form table tr td {
  font-weight: normal;
  font-size: 24rem;
  line-height: 36rem;
  padding: 30rem 0;
  text-align: left;
  color: #212121;
}
.contact__content .contact_form table tr td:first-child {
  width: 220rem;
  padding-right: 30rem;
  text-align: right;
  vertical-align: top;
}
.contact__content .contact_form table tr td input[type=text], .contact__content .contact_form table tr td input[type=email] {
  width: 100%;
  height: 56.83rem;
  padding-left: 20rem;
  border-radius: 12.58rem;
  background: #fff;
  border: 1rem solid #212121;
  box-shadow: 7rem 7rem 5rem rgba(0, 0, 0, 0.25);
  font-weight: normal;
  font-size: 20rem;
  line-height: 26.4rem;
  text-align: left;
  color: #212121;
}
.contact__content .contact_form table tr td input[type=text].name, .contact__content .contact_form table tr td input[type=email].name {
  width: 310rem;
}
.contact__content .contact_form table tr td textarea {
  width: 100%;
  height: 400.75rem;
  padding-left: 20rem;
  border-radius: 33.42rem;
  padding: 15rem;
  font-weight: normal;
  font-size: 20rem;
  line-height: 26.4rem;
  text-align: left;
  color: #212121;
  background: #fff;
  border: 1rem solid #212121;
  box-shadow: 18.59rem 18.59rem 13.28rem rgba(0, 0, 0, 0.25);
}
.contact__content .contact_form .send_btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact__content .contact_form .send_btns .submit__btn {
  margin: 0 10rem;
}
.contact__content .contact_form .submit__btn {
  width: 184.25rem;
  height: 60.65rem;
  margin-top: 60rem;
  border-radius: 12.51rem;
  border: 0;
  background: #e83838;
  box-shadow: 7rem 7rem 5rem rgba(0, 0, 0, 0.25);
  text-align: center;
  font-weight: 500;
  font-size: 26rem;
  line-height: 36rem;
  color: #fff;
  cursor: pointer;
}
.contact__content .contact_form .submit__btn.c01 {
  width: 250rem;
  margin: auto;
  margin-top: 70rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 1450px) {
  html {
    font-size: 0.8px;
  }
}
@media screen and (max-width: 1050px) {
  html {
    font-size: 0.6px;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 0.13333vw;
  }
  .frontview h2 {
    font-size: 45rem;
    line-height: 65rem;
  }
  .frontview .news__bar {
    width: 700rem;
    height: auto;
    bottom: 80rem;
    top: auto;
    left: 50%;
    right: auto;
    transform: translate(-50%);
    display: block;
    border-radius: 100rem;
  }
  .frontview .news__bar .c__lbl {
    text-align: center;
    margin-bottom: 20rem;
  }
  .frontview .news__bar .news__data {
    width: 100%;
  }
  .copyright {
    width: 100%;
  }
  .frontview {
    position: relative;
  }
  header {
    display: none;
  }
  .sp-menu {
    width: 70rem;
    height: 70rem;
    border-radius: 50%;
    background: #e83838;
    position: fixed;
    top: 10rem;
    right: 10rem;
    z-index: 3;
  }
  .sp-menu.open {
    background: transparent;
  }
  .sp-menu.open span {
    border-color: #E83838;
  }
  .sp-menu.open span:nth-child(1) {
    top: 35rem;
    transform: translate(-50%) rotate(45deg);
  }
  .sp-menu.open span:nth-child(2) {
    width: 0;
  }
  .sp-menu.open span:nth-child(3) {
    top: 35rem;
    transform: translate(-50%) rotate(-45deg);
  }
  .sp-menu span {
    width: 42.06rem;
    height: 0rem;
    border-top: 2rem solid #fff;
    position: absolute;
    left: 50%;
    top: 21rem;
    transform: translate(-50%);
    transition: 0.3s;
  }
  .sp-menu span + span {
    top: 35rem;
  }
  .sp-menu span + span + span {
    top: 48rem;
  }
  header {
    width: 600rem;
    height: auto;
    border-radius: 35.48rem;
    background: #fff;
    border: 1.59rem solid #e83838;
    position: fixed;
    left: auto;
    right: 10rem;
    top: 10rem;
  }
  header ul li a {
    font-weight: normal;
    font-size: 28rem;
    line-height: 1.8;
  }
  header .logo {
    width: 250rem;
  }
  .news__wrapper .news__content {
    padding: 15rem 25rem;
  }
  .news__wrapper .news__content .news__inner {
    width: 100%;
  }
  .news__wrapper .news__content .news__inner .news__items .n__item {
    width: 100%;
    padding: 20rem 0;
  }
  .news__wrapper {
    padding-top: 45rem;
  }
  .news__wrapper .news__content {
    width: 690rem;
    height: 90vh;
  }
  .news__wrapper .news__content .news__inner .news__items .n__item .c__txt {
    width: 78%;
  }
  header.sub {
    width: 100%;
    border: 0;
    padding: 0;
    position: fixed;
    left: auto;
    top: 10rem;
    border-radius: 35.48rem;
    background: #fff;
    border: 1.59rem solid #e83838;
  }
  header.sub .logo {
    width: 250rem;
  }
  header.sub ul {
    display: block;
    border: 0;
  }
  header.sub {
    width: 600rem;
    padding: 55rem 35rem;
  }
  header.sub ul li {
    padding: 0;
    border-bottom: 1rem dashed #e83838;
  }
  header.sub ul li a {
    font-weight: normal;
    font-size: 28rem;
    line-height: 1.8;
  }
  .business__wrapper .content__inner {
    width: 690rem;
    padding: 35rem;
  }
  .business__wrapper .content__inner .business__content {
    margin-top: 20rem;
  }
  .business__wrapper .content__inner .business__content .d__txt {
    line-height: 1.6;
  }
  .business__wrapper .content__inner .business__content .c__detail {
    width: 530rem;
    margin: auto;
    margin-top: 40rem;
  }
  .sub__title {
    font-size: 28rem;
  }
  .work__content {
    width: 100%;
  }
  .work__content .work__items {
    justify-content: space-between;
  }
  .work__content .work__items .w__item {
    width: 304rem;
    margin-bottom: 8rem;
    padding: 0;
  }
  .staff__content .staff__items {
    width: 100%;
  }
  .staff__content .staff__items .s__item {
    display: block;
  }
  .staff__content .staff__items .s__item .s__header {
    width: 100%;
    padding: 15rem 0;
    background: #e83838;
    display: flex;
    align-items: center;
  }
  .staff__content .staff__items .s__item .s__content {
    width: 100%;
  }
  .company__content {
    margin-top: 30rem;
  }
  .company__content .profile {
    width: 100%;
  }
  .company__content .profile table tr td:first-child {
    font-size: 22rem;
    width: 215rem;
    padding-left: 35rem;
  }
  .company__content .map .p__frame {
    width: 100%;
    height: 470rem;
  }
  .staff__content {
    margin-top: 20rem;
  }
  .contact__content {
    margin-top: 30rem;
  }
  .contact__content .contact_form table tr {
    display: grid;
  }
  .contact__content .contact_form table tr td {
    font-size: 26rem;
    line-height: 36rem;
    padding: 25rem 0;
  }
  .contact__content .contact_form table tr td:last-child {
    padding-top: 10rem;
  }
  .contact__content .contact_form table tr td:first-child {
    width: 100%;
    padding-right: 0;
    padding-bottom: 0;
    text-align: left;
  }
  .contact__content .contact_form {
    width: 100%;
  }
  .contact__content .contact_form table tr td input[type=text], .contact__content .contact_form table tr td input[type=email] {
    width: 100%;
    height: 90rem;
    font-size: 26rem;
  }
  .contact__content .contact_form table tr td textarea {
    height: 450rem;
    font-size: 26rem;
  }
  .contact__content .contact_form .submit__btn {
    width: 320rem;
    height: 80rem;
    margin-top: 20rem;
    border-radius: 12.51rem;
    font-size: 30rem;
  }
  .contact__content .contact_form .end__text {
    font-size: 26rem;
  }
  .contact__content .contact_form .end__text span {
    font-size: 28rem;
  }
}/*# sourceMappingURL=style.css.map */