@charset "UTF-8";
:root {
  --color1: #FFE201;
  --color2: #00FFF7;
}

a {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

body {
  font-size: 3.2rem;
  line-height: 1.5;
  position: relative;
}
body::before {
  content: "";
  background: url(../images/overlay_bk.webp) no-repeat 54% -53.5rem/234.6rem auto;
  mix-blend-mode: overlay;
  width: 100%;
  height: 150%;
  opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}

#wrapper {
  overflow: unset;
}

/*=============================
  title & lead & btn
=============================*/
#column .fixed-box {
  padding-bottom: 9.5rem;
  position: relative;
  -webkit-animation: slide-in 1s linear 0.5s forwards;
          animation: slide-in 1s linear 0.5s forwards;
}
#column .fixed-box::before, #column .fixed-box::after {
  content: "";
  background: var(--color2);
  clip-path: polygon(50% 100%, 100% 0, 0 0);
  width: 16.9rem;
  height: 4.2rem;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  -webkit-animation: allow 1.7s linear 0.5s infinite;
          animation: allow 1.7s linear 0.5s infinite;
}
#column .fixed-box::before {
  bottom: 5.4rem;
  opacity: 0.5;
}
#column .fixed-box::after {
  bottom: 2rem;
  opacity: 0.2;
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}
@-webkit-keyframes slide-in {
  from {
    -webkit-transform: translateY(10rem);
            transform: translateY(10rem);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in {
  from {
    -webkit-transform: translateY(10rem);
            transform: translateY(10rem);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes allow {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0.5;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes allow {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0.5;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
#column h1 {
  width: 100%;
  margin-bottom: 1.2rem;
}
#column .lead {
  color: #fff;
  font-size: 2.8rem;
  text-align: center;
  line-height: 1.7;
  margin: 0 5rem 4.5rem;
}
#column ol.n_btn {
  margin: 0 5rem 4rem;
}
#column ol.n_btn li {
  background: var(--color1);
  clip-path: polygon(5.84% 0%, 100% 0, 100% 70.33%, 94.16% 100%, 0 100%, 0% 29.67%);
  width: 100%;
  height: 9rem;
  margin-bottom: 1.6rem;
}
#column ol.n_btn li:nth-child(even) {
  background: var(--color2);
}
#column ol.n_btn li:last-child {
  margin-bottom: 0;
}
#column ol.n_btn li.non {
  background: #707070;
  -webkit-filter: saturate(0);
          filter: saturate(0);
  opacity: 0.5;
  pointer-events: none;
}
#column ol.n_btn li a {
  width: calc(100% - 1.6rem);
  color: #000;
  font-size: 3rem;
  font-weight: 900;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0.8rem;
}
#column ol.n_btn li a span {
  display: block;
  width: 5.4rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-right: 0.3em;
}

/*=============================
  cards
=============================*/
#column article {
  background: rgba(0, 0, 0, 0.4);
  clip-path: polygon(11.2% 0%, 88.8% 0%, 100% 4.6rem, 100% 100%, 0% 100%, 0% 4.6rem);
  border: 0.3rem solid var(--color2);
  margin: 0 5rem 10.4rem;
  padding: 3.2rem 3.2rem 7.2rem;
}
#column article span.tit {
  background: var(--color2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% + 6.4rem);
  height: 7.2rem;
  margin: -3.2rem 0 0 -3.2rem;
}
#column article span.tit img {
  width: 22.4rem;
}
#column article h2 {
  background: url(../images/column_h2_bg.svg) no-repeat left 60%/13.9rem auto;
  border-bottom: 0.1rem solid #fff;
  color: var(--color1);
  font-size: 3.6rem;
  font-weight: 900;
  text-align: center;
  width: 100%;
  padding: 4rem 0;
}
#column article div.txt-wrap {
  margin: 4.8rem 0 3.6rem;
}
#column article h3 {
  color: #fff;
  font-size: 3.6rem;
  font-weight: 900;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.2rem;
}
#column article h3 span {
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 5.6rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-right: 0.3em;
}
#column article h3 p {
  padding-top: 0.1em;
}
#column article p.txt {
  color: #fff;
  font-size: 2.8rem;
  text-align: justify;
  line-height: 1.8;
}
#column article p.txt em {
  font-style: normal;
  color: var(--color1);
  font-weight: 900;
}
#column article h4 {
  background: #fff;
  border-radius: 100vmax;
  color: #0D0C63;
  font-size: 2.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 5rem;
  margin-bottom: 2.4rem;
}
#column article small {
  display: block;
  color: #fff;
  font-size: 2.2rem;
  margin-top: 3.2rem;
  padding-left: 1em;
  text-indent: -1em;
}
#column article:nth-child(1) .chart {
  padding: 0 2.4rem;
}
#column article:nth-child(2) .chart table {
  background: color-mix(in srgb, var(--color2) 20%, transparent);
  color: #fff;
  font-family: "roboto", "Noto Sans JP", sans-serif;
  text-align: center;
  border-collapse: collapse;
  width: 100%;
  position: relative;
  z-index: 1;
}
#column article:nth-child(2) .chart table th, #column article:nth-child(2) .chart table td {
  border: 0.1rem solid #fff;
  height: 100%;
  padding: 0.8rem;
  vertical-align: middle;
}
#column article:nth-child(2) .chart table th:first-child, #column article:nth-child(2) .chart table td:first-child {
  border-left: none;
}
#column article:nth-child(2) .chart table th:last-child, #column article:nth-child(2) .chart table td:last-child {
  border-right: none;
}
#column article:nth-child(2) .chart table thead {
  font-size: 2.6rem;
  font-weight: 700;
}
#column article:nth-child(2) .chart table thead tr {
  height: 5.5rem;
}
#column article:nth-child(2) .chart table thead th {
  border-bottom: 0.2rem solid #fff;
  border-top: none;
  height: 100%;
}
#column article:nth-child(2) .chart table tbody {
  font-size: 2.8rem;
  font-weight: 500;
}
#column article:nth-child(2) .chart table tbody tr {
  height: 6rem;
}
#column article:nth-child(2) .chart table tbody tr:last-child td {
  border-bottom: none;
}
#column article:nth-child(2) .chart table tbody td span {
  border: 0.1rem solid #000;
  font-weight: 700;
  line-height: 4rem;
  display: inline-block;
  width: 4rem;
  height: 4rem;
}
#column article:nth-child(2) .chart table tbody td span:nth-child(2) {
  margin: 0 0.2rem;
}
#column article:nth-child(2) .chart table tbody td span.waku1 {
  background: #D7D7D7;
  color: #000;
}
#column article:nth-child(2) .chart table tbody td span.waku2 {
  background: #000000;
}
#column article:nth-child(2) .chart table tbody td span.waku3 {
  background: #EF1A12;
}
#column article:nth-child(2) .chart table tbody td span.waku4 {
  background: #3C5AF1;
}
#column article:nth-child(2) .chart table tbody td span.waku5 {
  background: #F7DD3A;
  color: #000;
}
#column article:nth-child(2) .chart table tbody td span.waku6 {
  background: #3EAF6C;
}
#column article:nth-child(4) .chart > ul > li {
  display: grid;
  grid-template-columns: 18.7rem 1fr;
  grid-template-rows: 9.2rem 1fr;
  margin-bottom: 2.4rem;
}
#column article:nth-child(4) .chart > ul > li:last-child {
  margin-bottom: 0;
}
#column article:nth-child(4) .chart > ul > li picture {
  border: 0.2rem solid #fff;
  grid-column: 1;
  grid-row: 1/3;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 18.7rem;
  position: relative;
  z-index: 2;
}
#column article:nth-child(4) .chart > ul > li .name {
  color: #fff;
  font-family: "roboto", "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1;
  grid-column: 2;
  grid-row: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 0 2.4rem 2rem;
}
#column article:nth-child(4) .chart > ul > li .name p {
  font-size: 3.8rem;
}
#column article:nth-child(4) .chart > ul > li .name span {
  font-size: 2.2rem;
}
#column article:nth-child(4) .chart > ul > li .data {
  border: 0.2rem solid #fff;
  border-left: 0;
  color: #fff;
  font-family: "roboto", "Noto Sans JP", sans-serif;
  grid-column: 2;
  grid-row: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  position: relative;
  z-index: 1;
}
#column article:nth-child(4) .chart > ul > li .data::before {
  content: "";
  background: color-mix(in srgb, var(--color2) 20%, transparent);
  width: calc(100% - 2rem);
  height: calc(100% - 2rem);
  margin: auto;
  position: absolute;
  inset: 0;
  z-index: -1;
}
#column article:nth-child(4) .chart > ul > li .data ul {
  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;
  row-gap: 1.2rem;
  width: 87%;
}
#column article:nth-child(4) .chart > ul > li .data ul li {
  width: calc(50% - 0.4rem);
}
#column article:nth-child(4) .chart > ul > li .data ul li:nth-child(1) {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: calc(55% - 0.4rem);
}
#column article:nth-child(4) .chart > ul > li .data ul li:nth-child(2) {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  width: calc(55% - 0.4rem);
}
#column article:nth-child(4) .chart > ul > li .data ul li:nth-child(3) {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: calc(45% - 0.4rem);
}
#column article:nth-child(4) .chart > ul > li .data ul li:nth-child(4) {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  width: calc(45% - 0.4rem);
}
#column article:nth-child(4) .chart > ul > li .data ul dl {
  border-bottom: 0.1rem solid #fff;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 0 1.6rem 0.4rem;
}
#column article:nth-child(4) .chart > ul > li .data ul dl dt {
  font-size: 2.2rem;
  font-weight: 700;
}
#column article:nth-child(4) .chart > ul > li .data ul dl dd {
  color: var(--color1);
  font-size: 2.8rem;
  font-weight: 900;
}
#column article:nth-child(4) .chart > ul > li .data ul dl dd span {
  font-size: 2rem;
}
#column article:nth-child(5) .chart ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.6rem;
}
#column article:nth-child(5) .chart ul li:last-child {
  margin-bottom: 0;
}
#column article:nth-child(5) .chart ul li span {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 255, 247, 0)), color-stop(45%, rgba(0, 255, 247, 0)), to(rgba(0, 255, 247, 0.8)));
  background: linear-gradient(180deg, rgba(0, 255, 247, 0) 0%, rgba(0, 255, 247, 0) 45%, rgba(0, 255, 247, 0.8) 100%);
  border: 0.2rem solid #fff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 15rem;
  height: 15rem;
  aspect-ratio: 1/1;
}
#column article:nth-child(5) .chart ul li .data {
  border: 0.2rem solid #fff;
  border-left: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 15rem);
  padding: 0 1.2rem;
}
#column article:nth-child(5) .chart ul li .data dl {
  background: color-mix(in srgb, var(--color2) 30%, transparent);
  font-family: "roboto", "Noto Sans JP", sans-serif;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 13.2rem;
  height: 13.2rem;
}
#column article:nth-child(5) .chart ul li .data dl dt {
  color: #fff;
  font-size: 2.6rem;
  font-weight: 700;
  margin-bottom: 1.6rem;
}
#column article:nth-child(5) .chart ul li .data dl dd {
  color: var(--color2);
  font-size: 4.6rem;
  font-weight: 900;
}
#column article.non {
  overflow: hidden;
  height: 100rem;
  position: relative;
}
#column article.non::before {
  content: "Coming soon...";
  color: #fff;
  font-family: "roboto", sans-serif;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: calc(100% - 14rem);
  padding-top: 14rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#column article.non .txt-wrap, #column article.non .chart-wrap, #column article.non small {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

/***********************************************************************
ミディアムデバイス (スマートフォン) のスタイル
**********************************************************************/
/***********************************************************************
ラージデバイス (デスクトップ) のスタイル
**********************************************************************/
@media (min-width: 751px) {
  body::before {
    background-position: center -25.5rem;
  }
  /*=============================
    title & lead & btn
  =============================*/
  #column .column-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 168rem;
    margin: 8rem auto 0;
  }
  #column .fixed-box {
    width: 60rem;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding-bottom: 0;
    position: sticky;
    left: 0;
    top: 6rem;
  }
  #column .fixed-box::before, #column .fixed-box::after {
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    width: 4.2rem;
    height: 16.9rem;
    left: auto;
    top: 0;
    bottom: 0;
  }
  #column .fixed-box::before {
    right: -4.2rem;
  }
  #column .fixed-box::after {
    right: -7.6rem;
  }
  #column h1 {
    margin-bottom: 1.2rem;
  }
  #column .lead {
    font-size: 2rem;
    margin: 0 0 3.2rem;
  }
  #column ol.n_btn {
    width: 52rem;
    margin: 0 auto;
  }
  #column ol.n_btn li {
    height: 7.2rem;
    margin-bottom: 1.28rem;
  }
  #column ol.n_btn li a {
    width: calc(100% - 3.2rem);
    font-size: 2.3rem;
    padding: 0 1.6rem;
  }
  #column ol.n_btn li a span {
    width: 4.32rem;
  }
  /*=============================
    cards
  =============================*/
  #column article {
    clip-path: polygon(5.9% 0%, 94.1% 0%, 100% 3.2rem, 100% 100%, 0% 100%, 0% 3.2rem);
    display: grid;
    grid-template-columns: 40rem 1fr;
    grid-template-rows: auto auto auto 1fr;
    width: 86.5rem;
    margin: 0 0 10.4rem auto;
    padding: 3.2rem;
  }
  #column article span.tit {
    grid-column: 1/3;
    grid-row: 1;
    height: 5.04rem;
    margin: -3.2rem 0 0 -3.2rem;
  }
  #column article span.tit img {
    width: 15.68rem;
  }
  #column article h2 {
    background-size: 9.73rem auto;
    font-size: 2.5rem;
    text-align: left;
    grid-column: 1/3;
    grid-row: 2;
    width: calc(100% - 11rem);
    padding: 3.5rem 0 2.2rem 11rem;
  }
  #column article div.txt-wrap {
    grid-column: 1;
    grid-row: 3;
    width: 40rem;
    margin: 3.2rem 0 4.8rem;
  }
  #column article h3 {
    font-size: 2.5rem;
    margin-bottom: 1.2rem;
  }
  #column article h3 span {
    width: 4rem;
    margin-right: 1.1rem;
  }
  #column article p.txt {
    font-size: 1.9rem;
  }
  #column article div.chart-wrap {
    grid-column: 2;
    grid-row: 3/5;
    margin: 4rem 0 0 3.2rem;
  }
  #column article h4 {
    font-size: 1.9rem;
    height: 3.6rem;
    margin-bottom: 2rem;
  }
  #column article small {
    font-size: 1.6rem;
    margin-top: 0;
  }
  #column article:nth-child(1) .chart {
    padding: 0 2.4rem;
  }
  #column article:nth-child(1) small {
    grid-column: 1/3;
  }
  #column article:nth-child(2) .chart table th, #column article:nth-child(2) .chart table td {
    padding: 0.8rem;
  }
  #column article:nth-child(2) .chart table thead {
    font-size: 1.8rem;
  }
  #column article:nth-child(2) .chart table thead tr {
    height: 3.6rem;
  }
  #column article:nth-child(2) .chart table tbody {
    font-size: 1.8rem;
  }
  #column article:nth-child(2) .chart table tbody tr {
    height: 4rem;
  }
  #column article:nth-child(2) .chart table tbody td span {
    line-height: 2.5rem;
    width: 2.5rem;
    height: 2.5rem;
  }
  #column article:nth-child(2) .chart table tbody td span:nth-child(1) {
    margin-right: 0.2rem;
  }
  #column article:nth-child(2) .chart table tbody td span:nth-child(2) {
    margin: 0 0.2rem;
  }
  #column article:nth-child(2) .chart table tbody td span:nth-child(3) {
    margin-left: 0.2rem;
  }
  #column article:nth-child(3) .txt-wrap {
    grid-column: 1/3;
    width: 100%;
    margin: 3.2rem 0 3.2rem;
  }
  #column article:nth-child(3) .chart-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    grid-column: 1/3;
    grid-row: 4;
    height: 18.5rem;
    margin: 0 0 3.2rem 0;
  }
  #column article:nth-child(3) .chart-wrap h4 {
    border-radius: 1.8rem;
    text-align: center;
    line-height: 1.3;
    width: 13.7rem;
    height: 100%;
    margin-right: 1.6rem;
  }
  #column article:nth-child(3) .chart-wrap img {
    width: auto;
    height: 100%;
  }
  #column article:nth-child(3) small {
    grid-column: 1/3;
    text-align: right;
  }
  #column article:nth-child(4) .chart > ul > li {
    grid-template-columns: 11.8rem 1fr;
    grid-template-rows: 5.8rem 1fr;
    margin-bottom: 1.6rem;
  }
  #column article:nth-child(4) .chart > ul > li picture {
    width: 11.8rem;
  }
  #column article:nth-child(4) .chart > ul > li .name {
    padding: 0 1.6rem 1.4rem;
  }
  #column article:nth-child(4) .chart > ul > li .name p {
    font-size: 2.4rem;
  }
  #column article:nth-child(4) .chart > ul > li .name span {
    font-size: 1.8rem;
  }
  #column article:nth-child(4) .chart > ul > li .data::before {
    width: calc(100% - 1.2rem);
    height: calc(100% - 1.2rem);
  }
  #column article:nth-child(4) .chart > ul > li .data ul {
    row-gap: 0.8rem;
  }
  #column article:nth-child(4) .chart > ul > li .data ul li:nth-child(1) {
    width: calc(55% - 1rem);
  }
  #column article:nth-child(4) .chart > ul > li .data ul li:nth-child(2) {
    width: calc(55% - 1rem);
  }
  #column article:nth-child(4) .chart > ul > li .data ul li:nth-child(3) {
    width: calc(45% - 1rem);
  }
  #column article:nth-child(4) .chart > ul > li .data ul li:nth-child(4) {
    width: calc(45% - 1rem);
  }
  #column article:nth-child(4) .chart > ul > li .data ul dl {
    padding: 0 1.6rem 0.2rem;
  }
  #column article:nth-child(4) .chart > ul > li .data ul dl dt {
    font-size: 1.6rem;
  }
  #column article:nth-child(4) .chart > ul > li .data ul dl dd {
    font-size: 2rem;
  }
  #column article:nth-child(4) .chart > ul > li .data ul dl dd span {
    font-size: 1.4rem;
  }
  #column article:nth-child(5) .chart ul li {
    margin-bottom: 1.6rem;
  }
  #column article:nth-child(5) .chart ul li span {
    width: 9.5rem;
    height: 9.5rem;
  }
  #column article:nth-child(5) .chart ul li .data {
    width: calc(100% - 9.5rem);
    padding: 0 1.6rem;
  }
  #column article:nth-child(5) .chart ul li .data dl {
    width: 9.4rem;
    height: 8.4rem;
  }
  #column article:nth-child(5) .chart ul li .data dl dt {
    font-size: 1.6rem;
    margin-bottom: 0.8rem;
  }
  #column article:nth-child(5) .chart ul li .data dl dd {
    font-size: 2.8rem;
  }
  #column article.non {
    height: auto;
  }
  #column article.non::before {
    font-size: 4rem;
    height: calc(100% - 12rem);
    padding-top: 12rem;
  }
}/*# sourceMappingURL=column.css.map */