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

@PC - common.css v5.0.0

(c) ULM Co.,Ltd. - https://www.ulm-design.com
************************************************/
/* reset */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
hr,
menu,
nav,
section {
  display: block;
}

a,
hr {
  padding: 0;
}

abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}

ins,
mark {
  background-color: #ff9;
  color: #000;
}

body {
  line-height: 1;
}

li,
ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after, blockquote:before {
  content: "";
  content: none;
}

q:after, q:before {
  content: "";
  content: none;
}

a {
  margin: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}

ins {
  text-decoration: none;
}

mark {
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
}

input,
select {
  vertical-align: middle;
}

.sp-br {
  display: block;
}
@media screen and (min-width: 961px) {
  .sp-br {
    display: none;
  }
}

.pc-br {
  display: none;
}
@media screen and (min-width: 961px) {
  .pc-br {
    display: block;
  }
}

/*-------------------------------

html

-------------------------------*/
html,
body {
  height: 100%;
  font: 16px/1em "M PLUS Rounded 1c", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  word-wrap: break-word;
  line-height: 2;
  font-weight: 800;
  /*-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;*/
  font-feature-settings: "palt";
  /*文字間詰め*/
  -webkit-text-size-adjust: 100%;
  /* adjust */
}
@media screen and (min-width: 961px) {
  html,
  body {
    font: 16px/1em "M PLUS Rounded 1c", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    font-weight: 800;
    line-height: 2;
  }
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.hover {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.click {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.click:active {
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  transform: scale(0.95);
}

.w100 {
  width: 100%;
}

img {
  width: 100%;
  vertical-align: middle;
  image-orientation: none;
}

a {
  transition: all 0.2s ease;
}
@media screen and (min-width: 961px) {
  a:hover {
    transform: scale(1.05);
  }
}

/*-------------------------------

#footer

-------------------------------*/
footer {
  padding: 3em 0 1rem;
  text-align: center;
  margin: 0 auto;
}
@media screen and (min-width: 961px) {
  footer {
    padding: 3em 0 1rem;
  }
}

.top-link {
  display: inline-block;
  text-align: center;
  background: linear-gradient(to top, #ff6ca5, #a056ff);
  border-radius: 50px;
  text-decoration: none;
  color: #fff;
  font-size: 1.25rem;
  padding: 8px 45px;
  margin-bottom: 2rem;
  border: 3px solid #fff;
}

.cc {
  color: #000;
}
.cc img {
  width: 55%;
}
@media screen and (min-width: 961px) {
  .cc img {
    width: 27%;
  }
}

/*-------------------------------

#main

-------------------------------*/
#main {
  display: block;
}

.main {
  position: relative;
}

/*-------------------------------

#wrapper

-------------------------------*/
.wrapper {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.wrapper:before {
  content: "";
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-image: url(../img/bg_sp.webp);
  background-size: cover;
  z-index: -15;
}
@media screen and (min-width: 961px) {
  .wrapper:before {
    background-image: url(../img/bg_pc.webp);
    background-size: cover;
  }
}

/*--------------------------------------------------
リマケタグの隙間対策
--------------------------------------------------*/
iframe[name=google_conversion_frame] {
  height: 0 !important;
  width: 0 !important;
  line-height: 0 !important;
  font-size: 0 !important;
  margin-top: -13px;
}

.cs {
  width: 60%;
  margin: 0 auto;
}
@media screen and (min-width: 961px) {
  .cs {
    width: 400px;
  }
}

/*-------------------------------

animation

-------------------------------*/
.fadein {
  opacity: 0;
  transition: all 2s ease;
}

.fadein.fadein-anime {
  animation: fadein 2s ease forwards;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*-------------------------------

#bg-item-fall

-------------------------------*/
#bg-item-fall {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: -5;
}
#bg-item-fall .star {
  position: absolute;
  width: 40px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  animation: twinkle 3s infinite;
  opacity: 0;
}
@keyframes twinkle {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  50% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0.5);
  }
}

.spacing {
  letter-spacing: -0.5em;
}

.mv {
  width: 95%;
  margin: 0 auto 10%;
  padding-top: 9%;
}
@media screen and (min-width: 961px) {
  .mv {
    width: 50%;
    max-width: 725px;
    margin: 0 auto 4.8em;
    padding-top: 2.625em;
  }
}
.mv img {
  width: 100%;
  object-fit: contain;
}
.mv-copy {
  margin-bottom: 1rem;
}
.mv-ttl {
  margin: 0 1rem 1.5rem;
}
@media screen and (min-width: 961px) {
  .mv-ttl {
    margin: 0 2rem 2rem;
  }
}
.mv-date {
  margin: 0 0.5rem;
}
@media screen and (min-width: 961px) {
  .mv-date {
    margin: 0 2rem;
  }
}

.sec-ttl {
  margin-bottom: 3rem;
  background: url(../img/ttl_bg.webp) no-repeat center center;
  background-size: cover;
  border-top: 4px solid #d8a72f;
  border-bottom: 4px solid #d8a72f;
}
@media screen and (min-width: 961px) {
  .sec-ttl {
    margin-bottom: 5rem;
  }
}

.ttl {
  width: 33%;
  padding: 10px 0;
  text-align: center;
  margin: 0 auto;
}
@media screen and (min-width: 961px) {
  .ttl {
    width: 13%;
    max-width: 180px;
  }
}

.frame {
  --frame-cut: 25px;
  --frame-cut-x: 20px;
  --frame-cut-y: 20px;
  --frame-border: 3px;
  --frame-corner-border: calc(var(--frame-border) * 0.5);
}
@media screen and (min-width: 961px) {
  .frame {
    --frame-cut-x: var(--frame-cut);
    --frame-cut-y: var(--frame-cut);
  }
}
.frame--gold {
  --frame-border-color: #d8a72f;
}
.frame {
  position: relative;
  isolation: isolate;
  background: transparent;
}
.frame::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--frame-border-color);
  clip-path: polygon(var(--frame-cut-x) 0, calc(100% - var(--frame-cut-x)) 0, 100% var(--frame-cut-y), 100% calc(100% - var(--frame-cut-y)), calc(100% - var(--frame-cut-x)) 100%, var(--frame-cut-x) 100%, 0 calc(100% - var(--frame-cut-y)), 0 var(--frame-cut-y));
  z-index: 0;
  pointer-events: none;
}
.frame::after {
  content: "";
  position: absolute;
  inset: var(--frame-border);
  background: #fff;
  clip-path: polygon(calc(var(--frame-cut-x) - var(--frame-corner-border)) 0, calc(100% - var(--frame-cut-x) + var(--frame-corner-border)) 0, 100% calc(var(--frame-cut-y) - var(--frame-corner-border)), 100% calc(100% - var(--frame-cut-y) + var(--frame-corner-border)), calc(100% - var(--frame-cut-x) + var(--frame-corner-border)) 100%, calc(var(--frame-cut-x) - var(--frame-corner-border)) 100%, 0 calc(100% - var(--frame-cut-y) + var(--frame-corner-border)), 0 calc(var(--frame-cut-y) - var(--frame-corner-border)));
  z-index: 0;
  pointer-events: none;
}
.frame > * {
  position: relative;
  z-index: 1;
}

.apply {
  padding: 0 0 10%;
}
@media screen and (min-width: 961px) {
  .apply {
    margin: 0 auto;
    padding: 0 0 5%;
  }
}
.apply-arrow {
  width: 15%;
  margin: 1rem auto;
  max-width: 70px;
}
@media screen and (min-width: 961px) {
  .apply-arrow {
    width: 5%;
    margin: 2rem auto;
  }
}
.apply-arrow img {
  width: 100%;
}
.apply .apply-step1 {
  text-align: center;
  padding: 30px 2% 15px;
  margin: 0 auto;
  width: 96%;
}
@media screen and (min-width: 961px) {
  .apply .apply-step1 {
    width: 830px;
    padding: 30px 2% 10px;
  }
}
.apply .apply-step1-inner {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 15px;
}
.apply .apply-step1-img {
  width: 35%;
}
@media screen and (min-width: 961px) {
  .apply .apply-step1-img {
    width: 50%;
  }
}
.apply .apply-step1-img img {
  width: 95%;
}
@media screen and (min-width: 961px) {
  .apply .apply-step1-img img {
    width: 80%;
  }
}
.apply .apply-step1-container {
  width: 65%;
}
@media screen and (min-width: 961px) {
  .apply .apply-step1-container {
    width: 50%;
    margin-bottom: 0;
  }
}
.apply .apply-step1-container-text-1, .apply .apply-step1-container-text-2 {
  color: #ad3cda;
  font-weight: 700;
  text-align: left;
  line-height: 1.4;
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
}
.apply .apply-step1-container-text-1 {
  font-size: 0.9rem;
}
@media screen and (min-width: 961px) {
  .apply .apply-step1-container-text-1 {
    font-size: 1.75rem;
  }
}
.apply .apply-step1-container-text-1-exg {
  font-size: 1.4rem;
  margin-bottom: 1rem;
  background: linear-gradient(to top, #ff0a4b, #ff429a);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
@media screen and (min-width: 961px) {
  .apply .apply-step1-container-text-1-exg {
    font-size: 2.375rem;
  }
}
.apply .apply-step1-container-text-2 {
  font-size: 0.9rem;
}
@media screen and (min-width: 961px) {
  .apply .apply-step1-container-text-2 {
    font-size: 1rem;
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
}
.apply .apply-step1-container-btn {
  width: 100%;
  margin: 0 auto 1rem;
}
@media screen and (min-width: 961px) {
  .apply .apply-step1-container-btn {
    margin: none;
  }
}
.apply .apply-step1-container-btn a {
  display: inline-block;
  width: 90%;
  max-width: 350px;
}
@media screen and (min-width: 961px) {
  .apply .apply-step1-container-btn a {
    max-width: none;
    width: 100%;
  }
}
.apply .apply-step1-container-btn img {
  width: 100%;
}
@media screen and (min-width: 961px) {
  .apply .apply-step1-container-btn img {
    width: 75%;
  }
}
.apply .apply-step1 .caution {
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  line-height: 1.5;
  color: #383838;
  font-weight: 600;
  text-align: left;
  font-size: 0.625rem;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (min-width: 961px) {
  .apply .apply-step1 .caution {
    font-size: 0.875rem;
    margin: 0;
  }
}
.apply .btn-pc {
  display: none;
}
@media screen and (min-width: 961px) {
  .apply .btn-pc {
    display: block;
  }
}
.apply .btn-sp {
  display: block;
}
@media screen and (min-width: 961px) {
  .apply .btn-sp {
    display: none;
  }
}
.apply .apply-step2 {
  width: 100%;
  padding: 5% 5.4%;
  margin: 0 auto;
  position: relative;
  width: 95%;
}
@media screen and (min-width: 961px) {
  .apply .apply-step2 {
    padding: 25px 23px;
    width: 830px;
  }
}
.apply .apply-step2-illust, .apply .apply-step2-nurie {
  position: absolute;
  top: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 2;
  pointer-events: none;
}
.apply .apply-step2-illust {
  width: 50px;
  height: 50px;
  left: 2%;
  transform: translateY(-50%);
  background-image: url(../img/illust.webp);
}
@media screen and (min-width: 961px) {
  .apply .apply-step2-illust {
    left: 10%;
    width: 90px;
    height: 90px;
  }
}
.apply .apply-step2-nurie {
  width: 60px;
  height: 60px;
  right: 2%;
  transform: translateY(-50%);
  background-image: url(../img/illust_nurie.webp);
}
@media screen and (min-width: 961px) {
  .apply .apply-step2-nurie {
    right: 10%;
    width: 100px;
    height: 100px;
  }
}
.apply .apply-step2 p {
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  color: #ad3cda;
  text-align: center;
  font-size: 1.25rem;
}
@media screen and (min-width: 961px) {
  .apply .apply-step2 p {
    font-size: 2.25rem;
    line-height: 1.5;
  }
}
.apply .apply-step3 {
  padding: 7% 5.4%;
  margin: 0 auto 3rem;
  width: 95%;
}
@media screen and (min-width: 961px) {
  .apply .apply-step3 {
    width: 830px;
    margin: 0 auto 5rem;
    padding: 3% 5.4%;
  }
}
.apply .apply-step3-text {
  color: #ad3cda;
  text-align: center;
  margin-bottom: 0.5rem;
  font-size: 1.375rem;
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
}
@media screen and (min-width: 961px) {
  .apply .apply-step3-text {
    font-size: 2.25rem;
    margin-bottom: 1rem;
  }
}
.apply .apply-step3-step {
  margin: 0 auto 1.5rem;
  list-style: none;
  text-align: center;
  width: fit-content;
  color: #383838;
}
@media screen and (min-width: 961px) {
  .apply .apply-step3-step {
    margin: 0 auto 2rem;
  }
}
.apply .apply-step3-step-detail {
  font-size: 0.9rem;
  text-align: left;
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
}
@media screen and (min-width: 961px) {
  .apply .apply-step3-step-detail {
    font-size: 1.125rem;
  }
}
.apply .apply-step3-btn {
  width: 98%;
  margin: 0 auto;
  max-width: 350px;
}
@media screen and (min-width: 961px) {
  .apply .apply-step3-btn {
    width: 47%;
  }
}
.apply .apply-step3-btn a {
  display: inline-block;
}
.apply .apply-step3-btn img {
  width: 100%;
}

.event {
  width: 85%;
  margin: 0 auto 1rem;
  max-width: 400px;
}
@media screen and (min-width: 961px) {
  .event {
    width: 31%;
    margin: 0 auto 1%;
  }
}
.event a {
  display: block;
}

.bnr {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto 2rem;
}
.bnr a {
  width: 85%;
  max-width: 500px;
  margin: 0 0 1rem;
}
@media screen and (min-width: 961px) {
  .bnr a {
    width: 40%;
    max-width: 350px;
    margin: 0 1rem;
  }
}

@media screen and (min-width: 961px) {
  .prize {
    margin: 0 auto 10rem;
  }
}
.prize .sec-ttl {
  margin-bottom: 6rem !important;
}
.prize .prize-container {
  position: relative;
  margin: 0 auto 5rem;
  width: 95%;
  padding: 15% 2% 5%;
}
@media screen and (min-width: 961px) {
  .prize .prize-container {
    width: 900px;
    padding: 5% 2% 5% 3%;
  }
}
.prize .prize-container .prize-container-ttl {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%) translateY(-50%);
  width: 88%;
  max-width: 540px;
}
@media screen and (min-width: 961px) {
  .prize .prize-container .prize-container-ttl {
    width: 55%;
  }
}
.prize .prize-container .prize-container-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 961px) {
  .prize .prize-container .prize-container-inner {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}
.prize .prize-container .prize-container-inner .prize-container-list {
  width: fit-content;
}
.prize .prize-container .prize-container-inner .prize-container-list-detail {
  padding-left: 0.75em;
  text-indent: -0.75em;
  font-size: 1.125rem;
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-size: 1rem;
  letter-spacing: -0.025em;
}
@media screen and (min-width: 961px) {
  .prize .prize-container .prize-container-inner .prize-container-list-detail {
    white-space: nowrap;
    padding-left: 1em;
    text-indent: -1em;
    font-size: 1.375rem !important;
  }
}
.prize .prize-container .prize-container-inner .prize-container-list-detail:before {
  content: "";
  width: 0.75em;
  height: 0.75em;
  display: inline-block;
  border-radius: 50%;
}
.prize .prize-container .prize-container-inner .prize-container-img {
  width: 60%;
}
@media screen and (min-width: 961px) {
  .prize .prize-container .prize-container-inner .prize-container-img {
    width: 33%;
  }
}
.prize .prize-container .prize-container-inner .prize-container-img img {
  width: 100%;
}

.tanpri-prize {
  color: #cd5dde;
  --frame-border-color: #cd5dde;
}
.tanpri-prize .prize-container-list-detail:before {
  background-color: #cd5dde;
}

.chara-prize-1 {
  color: #9457ec;
  --frame-border-color: #b582fe;
}
.chara-prize-1 .prize-container-list-detail:before {
  background-color: #9457ec;
}

.chara-prize-2 {
  color: #ff4676;
  --frame-border-color: #ff4676;
}
.chara-prize-2 .prize-container-list-detail:before {
  background-color: #ff4676;
}

.chara-prize-3 {
  color: #33bfec;
  --frame-border-color: #42d1ff;
}
.chara-prize-3 .prize-container-list-detail:before {
  background-color: #33bfec;
}

.chara-prize-4 {
  color: #694a9b;
  --frame-border-color: #8560a1;
}
.chara-prize-4 .prize-container-list-detail:before {
  background-color: #694a9b;
}

.chara-prize-5 {
  color: #fe73a9;
  --frame-border-color: #fea7c9;
}
.chara-prize-5 .prize-container-list-detail:before {
  background-color: #fe73a9;
}

.chara-prize-6 {
  color: #f8bf00;
  --frame-border-color: #ffdc63;
}
.chara-prize-6 .prize-container-list-detail:before {
  background-color: #f8bf00;
}

.chara-prize-7 {
  color: #33d1e4;
  --frame-border-color: #5de3f3;
}
.chara-prize-7 .prize-container-list-detail:before {
  background-color: #33d1e4;
}

.chara-prize-8 {
  color: #b364ec;
  --frame-border-color: #bd7bec;
}
.chara-prize-8 .prize-container-list-detail:before {
  background-color: #bd7bec;
}

.yushu-prize {
  color: #ff7241;
  --frame-border-color: #ff7f52;
}
.yushu-prize .prize-container-list-detail:before {
  background-color: #ff7241;
}
.yushu-prize .caution {
  color: #383838;
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-size: 0.6rem;
  margin: 0 auto;
  width: fit-content;
}
@media screen and (min-width: 961px) {
  .yushu-prize .caution {
    font-size: 0.875rem;
    left: 25px;
    position: absolute;
    bottom: 10px;
    left: 15px;
    margin: 0;
  }
}

.nyusho-prize {
  color: #0fcbae;
  --frame-border-color: #42e1c8;
}
.nyusho-prize .prize-container-list {
  margin-bottom: 1rem;
}
@media screen and (min-width: 961px) {
  .nyusho-prize .prize-container-list {
    margin-top: 1.75rem;
  }
}
.nyusho-prize .prize-container-list-detail:before {
  background-color: #0fcbae;
}
.nyusho-prize .prize-container-inner {
  justify-content: center !important;
}

.select-wrapper {
  --frame-border-color: #d8a72f;
  margin: 0 3% 3.75em;
  padding: 10% 5%;
  max-width: 900px;
}
@media screen and (min-width: 961px) {
  .select-wrapper {
    margin: 0 auto 7%;
    padding: 3.5em 3.2em 3.5em;
  }
}
.select-wrapper .select-txt {
  color: #ad3cda;
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-size: 1rem;
  line-height: 2;
  text-align: justify;
  word-break: break-all;
}
.select-wrapper .select-txt:first-of-type {
  margin-bottom: 2rem;
}
@media screen and (min-width: 961px) {
  .select-wrapper .select-txt {
    letter-spacing: 0.05em;
    font-size: 1.25rem;
  }
}

.notes {
  padding: 3.5em 5.3%;
  background-color: #fffdf6;
  font-size: 0.81em;
  font-weight: 400;
  line-height: 1.8;
  margin: 0 auto;
}
@media screen and (min-width: 961px) {
  .notes {
    padding: 4.5em 0 4.25em;
  }
}
.notes .notes-txt {
  max-width: 960px;
  line-height: 2;
}
.notes .notes-txt li {
  padding-left: 1em;
  text-indent: -1em;
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
}
.notes .notes-txt li a {
  color: #ad3cda;
}
@media screen and (min-width: 961px) {
  .notes .notes-txt {
    margin: 0 auto;
    font-size: 1rem;
  }
}
.notes .notes-ttl {
  font-size: 1em;
  font-weight: 800;
}
@media screen and (min-width: 961px) {
  .notes .notes-ttl {
    font-size: 1.5em;
    max-width: 960px;
    margin: 0 auto;
    margin-bottom: 8px;
  }
}/*# sourceMappingURL=style.css.map */