@charset "UTF-8";
/*--------------------------------------*
 * foundation
 *--------------------------------------*/
img {
  vertical-align: bottom;
}

#pagewrap {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Yu Gothic", "MS PGothic", sans-serif;
  color: #000000;
}

.page-wrap {
  margin: 0 auto;
  overflow: hidden;
}

.common-abg-wrap__header {
  background-color: #000;
}

.common-abg-wrap__footer {
  padding: 20px 0;
  background-color: #000;
}

/*--------------------------------------*
 * layout
 *--------------------------------------*/
/*-------------------
 * component
 *-------------------*/
.page-wrap .c-wrap {
  padding: 60px 40px;
}
@media screen and (max-width: 575px) {
  .page-wrap .c-wrap {
    padding: 40px 20px;
  }
}
.page-wrap .c-wrap__inner {
  max-width: 700px;
  margin: 0 auto;
}
.page-wrap .c-wrap__area {
  position: relative;
  z-index: 1;
  background-color: #fff;
  margin: 0 auto;
  padding: 20px 0;
  border-radius: 20px;
}
@media screen and (max-width: 575px) {
  .page-wrap .c-wrap__area {
    padding: 20px 0;
  }
}
@media screen and (max-width: 420px) {
  .page-wrap .c-wrap__area {
    padding: 20px 0;
  }
}

.page-wrap .c-hero {
  position: relative;
}
.page-wrap .c-hero__logo {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  margin: 0 auto;
  max-width: 700px;
  z-index: 1;
}
@media screen and (min-width: 1330px) {
  .page-wrap .c-hero__logo {
    max-width: 700px;
  }
}
@media screen and (max-width: 1130px) {
  .page-wrap .c-hero__logo {
    width: 62%;
  }
}
@media screen and (max-width: 767px) {
  .page-wrap .c-hero__logo {
    width: 75%;
  }
}
.page-wrap .c-hero__logo img {
  width: 100%;
}
.page-wrap .c-hero__visual {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .page-wrap .c-hero__visual {
    width: 85%;
    max-width: 750px;
  }
}
.page-wrap .c-hero__visual img {
  width: 100%;
}
.page-wrap .c-hero::before {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/hero-bg-sakura.png), url(../images/hero-bg-ichimatsu.png);
  background-repeat: repeat-x, repeat;
  background-size: auto, auto;
  background-position: 66% 0%, 0%;
}
@media screen and (max-width: 1120px) {
  .page-wrap .c-hero::before {
    background-size: 60%, 8%;
  }
}
@media screen and (max-width: 767px) {
  .page-wrap .c-hero::before {
    background-size: 80%, 8%;
    background-repeat: repeat, repeat;
    background-position: 100% 0%, 0%;
  }
}
.page-wrap .c-hero__bg {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  inset: 0;
  pointer-events: none;
}
.page-wrap .c-hero__bg--left {
  position: absolute;
  display: block;
  bottom: 0;
  left: -30%;
  width: 67%;
}
@media screen and (min-width: 1330px) {
  .page-wrap .c-hero__bg--left {
    left: calc(50% - 1080px);
    width: 832px;
  }
}
@media screen and (max-width: 767px) {
  .page-wrap .c-hero__bg--left {
    left: -20%;
  }
}
.page-wrap .c-hero__bg--right {
  position: absolute;
  bottom: 0;
  right: -32%;
  width: 70%;
}
@media screen and (max-width: 767px) {
  .page-wrap .c-hero__bg--right {
    right: -6%;
  }
}
@media screen and (min-width: 1330px) {
  .page-wrap .c-hero__bg--right {
    right: calc(50% - 1120px);
    width: 930px;
  }
}

.page-wrap .c-oa-date {
  text-align: center;
  padding: 15px 40px;
  box-sizing: border-box;
  border-top: 1px solid #0d1335;
  border-bottom: 1px solid #0d1335;
  background-color: #0d1335;
}
@media screen and (max-width: 575px) {
  .page-wrap .c-oa-date {
    padding: 10px 60px;
  }
}
.page-wrap .c-oa-date img {
  width: 50%;
  max-width: 400px;
}
@media screen and (max-width: 767px) {
  .page-wrap .c-oa-date img {
    width: 100%;
    max-width: 350px;
  }
}
@media screen and (max-width: 575px) {
  .page-wrap .c-oa-date img {
    max-width: 300px;
  }
}

.page-wrap .c-intro {
  position: relative;
  z-index: 1;
}
.page-wrap .c-intro .visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.page-wrap .c-intro::before {
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: repeat;
  background-size: cover;
  background-position: center;
  background-image: linear-gradient(180deg, #efc444 0%, #efc444 30%, #ebb038 30%, #ebb038 100%);
}
.page-wrap .c-intro__inner {
  position: relative;
}
.page-wrap .c-intro__area {
  position: relative;
  z-index: 0;
  padding: 60px 60px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .page-wrap .c-intro__area {
    padding: 50px 20px;
  }
}
.page-wrap .c-intro__text {
  text-align: center;
}
.page-wrap .c-intro__text img {
  width: 100%;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
@media screen and (max-width: 767px) {
  .page-wrap .c-intro__text img {
    max-width: 470px;
  }
}
@media screen and (max-width: 575px) {
  .page-wrap .c-intro__text img {
    max-width: 400px;
  }
}
.page-wrap .c-intro .c-intro__text + .c-intro__text {
  padding-top: 20px;
}
.page-wrap .c-intro__video {
  padding: 0 10px;
  box-sizing: border-box;
}
.page-wrap .c-intro .c-intro__text + .c-intro__video {
  padding-top: 40px;
}
.page-wrap .c-intro__deco-front img:nth-of-type(1) {
  position: absolute;
  z-index: 1;
  top: -3%;
  right: -5%;
}
@media screen and (max-width: 767px) {
  .page-wrap .c-intro__deco-front img:nth-of-type(1) {
    width: 23%;
  }
}
.page-wrap .c-intro__deco-front img:nth-of-type(2) {
  position: absolute;
  z-index: 1;
  bottom: -15%;
  left: -15%;
}
@media screen and (max-width: 767px) {
  .page-wrap .c-intro__deco-front img:nth-of-type(2) {
    width: 21%;
  }
}
.page-wrap .c-intro__deco-back img:nth-of-type(1) {
  position: absolute;
  z-index: -1;
  top: 10%;
  left: -30%;
}
@media screen and (max-width: 767px) {
  .page-wrap .c-intro__deco-back img:nth-of-type(1) {
    width: 41%;
  }
}
.page-wrap .c-intro__deco-back img:nth-of-type(2) {
  position: absolute;
  z-index: -1;
  bottom: 20%;
  right: -13%;
}
@media screen and (max-width: 767px) {
  .page-wrap .c-intro__deco-back img:nth-of-type(2) {
    width: 25%;
  }
}

.page-wrap .c-cast {
  position: relative;
  z-index: 2;
  background: linear-gradient(45deg, #72caeb 0%, #bcf1eb 100%);
}
.page-wrap .c-cast__inner {
  position: relative;
}
.page-wrap .c-cast__area {
  background-color: rgba(255, 255, 255, 0.95);
}
.page-wrap .c-cast__title {
  position: relative;
  text-align: center;
  margin-bottom: 30px;
  padding: 0 10px;
}
.page-wrap .c-cast__title img {
  width: 100%;
  max-width: 320px;
}
@media screen and (max-width: 767px) {
  .page-wrap .c-cast__title img {
    max-width: 270px;
  }
}
@media screen and (max-width: 575px) {
  .page-wrap .c-cast__title img {
    max-width: 220px;
    width: 45%;
    min-width: 180px;
  }
}
.page-wrap .c-cast__sub-title {
  position: relative;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .page-wrap .c-cast__sub-title {
    margin-bottom: 15px;
  }
}
.page-wrap .c-cast__sub-title img {
  box-sizing: border-box;
  width: 100%;
  max-width: 320px;
}
@media screen and (max-width: 767px) {
  .page-wrap .c-cast__sub-title img {
    max-width: 270px;
  }
}
@media screen and (max-width: 575px) {
  .page-wrap .c-cast__sub-title img {
    max-width: 220px;
    width: 45%;
    min-width: 180px;
  }
}
.page-wrap .c-cast__sub-title span {
  position: relative;
  z-index: 1;
  color: #e41030;
  padding: 0 30px;
}
@media screen and (max-width: 575px) {
  .page-wrap .c-cast__sub-title span {
    padding: 0 20px;
  }
}
.page-wrap .c-cast__deco-back img:nth-of-type(1) {
  position: absolute;
  z-index: -1;
  top: 3%;
  left: -33%;
}
@media screen and (max-width: 950px) {
  .page-wrap .c-cast__deco-back img:nth-of-type(1) {
    position: absolute;
    z-index: -1;
    top: 10%;
    left: -19%;
    width: 40%;
  }
}
@media screen and (max-width: 575px) {
  .page-wrap .c-cast__deco-back img:nth-of-type(1) {
    position: absolute;
    z-index: -1;
    top: 13%;
    left: -18%;
    width: 40%;
  }
}
.page-wrap .c-cast__deco-back img:nth-of-type(2) {
  position: absolute;
  z-index: -1;
  bottom: 10%;
  left: -11%;
  width: 30%;
  max-width: 210px;
}
@media screen and (max-width: 767px) {
  .page-wrap .c-cast__deco-back img:nth-of-type(2) {
    width: 32%;
  }
}
.page-wrap .c-cast__deco-back img:nth-of-type(3) {
  position: absolute;
  z-index: -1;
  top: 40%;
  right: -11%;
  width: 20%;
  max-width: 140px;
}
@media screen and (max-width: 950px) {
  .page-wrap .c-cast__deco-back img:nth-of-type(3) {
    position: absolute;
    z-index: -1;
    top: 40%;
    right: -7%;
    width: 20%;
    max-width: 140px;
    rotate: -5deg;
  }
}
@media screen and (max-width: 767px) {
  .page-wrap .c-cast__deco-back img:nth-of-type(3) {
    width: 20%;
  }
}
.page-wrap .c-cast__deco-back img:nth-of-type(4) {
  position: absolute;
  z-index: -1;
  bottom: calc(0% - 60px);
  right: -90%;
  /* width: 100%; */
  max-width: 1200px;
}
@media screen and (max-width: 767px) {
  .page-wrap .c-cast__deco-back img:nth-of-type(4) {
    width: 180%;
  }
}
.page-wrap .c-cast-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px 30px;
  padding: 0 15px;
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .page-wrap .c-cast-list {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 575px) {
  .page-wrap .c-cast-list {
    gap: 30px 0;
    justify-content: space-around;
  }
}
@media screen and (max-width: 575px) {
  .page-wrap .c-cast-list {
    gap: 25px 0;
  }
}
.page-wrap .c-cast-item {
  position: relative;
  width: calc(50% - 50px);
  max-width: 250px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .page-wrap .c-cast-item {
    max-width: 230px;
    width: calc(50% - 30px);
  }
}
@media screen and (max-width: 575px) {
  .page-wrap .c-cast-item {
    width: calc(50% - 20px);
  }
}
.page-wrap .c-cast-item__photo {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  max-width: 250px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .page-wrap .c-cast-item__photo {
    margin-bottom: 10px;
  }
}
.page-wrap .c-cast-item__photo img {
  width: 100%;
  border-bottom-left-radius: 30%;
  box-sizing: border-box;
  border: 4px solid #000;
}
@media screen and (max-width: 575px) {
  .page-wrap .c-cast-item__photo img {
    border: 3px solid #000;
  }
}
.page-wrap .c-cast-item__name {
  font-size: 20px;
  font-weight: 700;
  flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .page-wrap .c-cast-item__name {
    font-size: 18px;
  }
}
@media screen and (max-width: 575px) {
  .page-wrap .c-cast-item__name {
    font-size: 16px;
  }
}
.page-wrap .c-cast-item__name-sub {
  font-size: 14px;
  padding-top: 3px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .page-wrap .c-cast-item__name-sub {
    font-size: 12px;
  }
}
.page-wrap .c-cast-item-guest {
  max-width: 220px;
}
@media screen and (max-width: 767px) {
  .page-wrap .c-cast-item-guest {
    max-width: 200px;
  }
}
@media screen and (max-width: 575px) {
  .page-wrap .c-cast-item-guest {
    max-width: unset;
  }
}

.page-wrap .c-hidden {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media print {
  .page-wrap .c-hidden {
    display: none;
  }
}

.page-wrap .c-sns {
  position: relative;
  z-index: 2;
}
.page-wrap .c-sns::before {
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: repeat;
  background-size: cover;
  background-position: center;
  background-image: linear-gradient(180deg, #efc444 0%, #efc444 30%, #ebb038 30%, #ebb038 100%);
}
.page-wrap .c-sns__inner {
  position: relative;
}
.page-wrap .c-sns__area {
  position: relative;
  z-index: 0;
  padding: 60px 60px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .page-wrap .c-sns__area {
    padding: 50px 20px;
  }
}
.page-wrap .c-sns__btn-wrap {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 0 20px 5px;
}
@media screen and (max-width: 767px) {
  .page-wrap .c-sns__btn-wrap {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 575px) {
  .page-wrap .c-sns__btn-wrap {
    gap: 20px;
  }
}
.page-wrap .c-sns__btn {
  display: flex;
  justify-content: center;
  gap: 10px;
  width: 100%;
  max-width: 180px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  font-size: 30px;
  text-align: center;
  padding: 15px 10px 15px;
  border-radius: 50px;
}
@media screen and (max-width: 767px) {
  .page-wrap .c-sns__btn {
    max-width: 220px;
    font-size: 25px;
    padding: 13px 10px 13px;
  }
}
@media screen and (max-width: 575px) {
  .page-wrap .c-sns__btn {
    font-size: 22px;
  }
}
@media screen and (max-width: 420px) {
  .page-wrap .c-sns__btn {
    font-size: 18px;
  }
}
.page-wrap .c-sns__btn:hover {
  box-shadow: none;
  opacity: 0.7;
}
.page-wrap .c-sns__btn--tiktok {
  background-color: #000000;
}
.page-wrap .c-sns__btn--x {
  background-color: #000000;
}
.page-wrap .c-sns__btn--youtube {
  background-color: #390A12;
  box-shadow: 3px 3px 0 #000000;
}
.page-wrap .c-sns__text {
  font-size: 25px;
}
@media screen and (max-width: 767px) {
  .page-wrap .c-sns__text {
    font-size: 20px;
  }
}
@media screen and (max-width: 575px) {
  .page-wrap .c-sns__text {
    font-size: 16px;
  }
}
.page-wrap .c-sns__arrow {
  max-width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-wrap .c-sns__arrow img {
  width: 100%;
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding: 0 0 3px;
}
@media screen and (max-width: 575px) {
  .page-wrap .c-sns__arrow img {
    max-width: 20px;
  }
}
.page-wrap .c-sns__deco-front img:nth-of-type(1) {
  position: absolute;
  z-index: 1;
  top: -3%;
  right: -5%;
}
@media screen and (max-width: 767px) {
  .page-wrap .c-sns__deco-front img:nth-of-type(1) {
    width: 23%;
  }
}
.page-wrap .c-sns__deco-front img:nth-of-type(2) {
  position: absolute;
  z-index: 1;
  bottom: -38%;
  left: -13%;
}
@media screen and (max-width: 767px) {
  .page-wrap .c-sns__deco-front img:nth-of-type(2) {
    width: 21%;
  }
}
.page-wrap .c-sns__deco-back img:nth-of-type(1) {
  position: absolute;
  z-index: -1;
  top: 10%;
  left: -30%;
}
@media screen and (max-width: 767px) {
  .page-wrap .c-sns__deco-back img:nth-of-type(1) {
    width: 41%;
  }
}
.page-wrap .c-sns__deco-back img:nth-of-type(2) {
  position: absolute;
  z-index: -1;
  bottom: 20%;
  right: -13%;
}
@media screen and (max-width: 767px) {
  .page-wrap .c-sns__deco-back img:nth-of-type(2) {
    width: 25%;
  }
}
.page-wrap .c-sns-account {
  display: flex;
  padding: 0 10px;
  justify-content: center;
}
@media screen and (max-width: 992px) {
  .page-wrap .c-sns-account {
    width: 100%;
    padding: 20px 0 0;
    justify-content: center;
  }
}
.page-wrap .c-sns-account__item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 300px;
  background-color: #000000;
  border-radius: 100vmax;
}
@media screen and (max-width: 992px) {
  .page-wrap .c-sns-account__item {
    width: 50%;
    max-width: 360px;
  }
}
.page-wrap .c-sns-account__item img {
  height: 60px;
}
@media screen and (max-width: 992px) {
  .page-wrap .c-sns-account__item img {
    height: 42px;
  }
}

.page-wrap .c-ondemand {
  position: relative;
  z-index: 2;
}
.page-wrap .c-ondemand::before {
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: repeat;
  background-size: cover;
  background-position: center;
  background: linear-gradient(45deg, #75bb68 0%, #a2f992 100%);
}
.page-wrap .c-ondemand__inner {
  position: relative;
}
.page-wrap .c-ondemand__area {
  position: relative;
  z-index: 0;
  padding: 60px 60px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .page-wrap .c-ondemand__area {
    padding: 50px 20px;
  }
}
.page-wrap .c-ondemand__text {
  text-align: center;
}
.page-wrap .c-ondemand__text img {
  width: 100%;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
@media screen and (max-width: 767px) {
  .page-wrap .c-ondemand__text img {
    max-width: 470px;
  }
}
@media screen and (max-width: 575px) {
  .page-wrap .c-ondemand__text img {
    max-width: 400px;
  }
}
.page-wrap .c-ondemand .c-ondemand__text + .c-ondemand__text {
  padding-top: 20px;
}
.page-wrap .c-ondemand__video {
  padding: 0 10px;
  box-sizing: border-box;
}
.page-wrap .c-ondemand .c-ondemand__text + .c-ondemand__video {
  padding-top: 40px;
}
.page-wrap .c-ondemand__deco-front img:nth-of-type(1) {
  position: absolute;
  z-index: 1;
  top: -3%;
  right: -5%;
}
@media screen and (max-width: 767px) {
  .page-wrap .c-ondemand__deco-front img:nth-of-type(1) {
    width: 23%;
  }
}
.page-wrap .c-ondemand__deco-front img:nth-of-type(2) {
  position: absolute;
  z-index: 1;
  bottom: -15%;
  left: -15%;
}
@media screen and (max-width: 767px) {
  .page-wrap .c-ondemand__deco-front img:nth-of-type(2) {
    width: 21%;
  }
}
.page-wrap .c-ondemand__deco-back img:nth-of-type(1) {
  position: absolute;
  z-index: -1;
  top: 10%;
  left: -30%;
}
@media screen and (max-width: 767px) {
  .page-wrap .c-ondemand__deco-back img:nth-of-type(1) {
    width: 41%;
  }
}
.page-wrap .c-ondemand__deco-back img:nth-of-type(2) {
  position: absolute;
  z-index: -1;
  bottom: 20%;
  right: -13%;
}
@media screen and (max-width: 767px) {
  .page-wrap .c-ondemand__deco-back img:nth-of-type(2) {
    width: 25%;
  }
}
.page-wrap .c-ondemand .c-ondemand-announce {
  position: relative;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Yu Gothic", "MS PGothic", sans-serif;
  font-weight: 800;
}
.page-wrap .c-ondemand .c-ondemand-announce__inner {
  position: relative;
  z-index: 1;
  max-width: 700px;
  box-sizing: border-box;
  margin: 0 auto;
  background: #ffffff;
}
.page-wrap .c-ondemand .c-ondemand-announce__head {
  text-align: center;
  color: #F51010;
  font-weight: normal;
  padding-bottom: 20px;
  font-size: 22px;
  line-height: 1.4;
  font-weight: bold;
}
@media screen and (max-width: 992px) {
  .page-wrap .c-ondemand .c-ondemand-announce__head {
    padding-bottom: 0px;
    font-size: 20px;
  }
}
@media screen and (max-width: 575px) {
  .page-wrap .c-ondemand .c-ondemand-announce__head {
    font-size: 18px;
  }
}
.page-wrap .c-ondemand .c-ondemand-announce__end-time {
  text-align: center;
  font-weight: normal;
  line-height: 1.3;
  padding: 5px 0;
}
.page-wrap .c-ondemand .c-ondemand-announce__end-time span {
  display: inline-block;
}
.page-wrap .c-ondemand .c-ondemand-platform {
  display: flex;
  padding: 0 10px;
  justify-content: center;
}
@media screen and (max-width: 992px) {
  .page-wrap .c-ondemand .c-ondemand-platform {
    width: 100%;
    padding: 20px 0 0;
    justify-content: center;
  }
}
.page-wrap .c-ondemand .c-ondemand-platform__item {
  padding: 0 10px;
}
@media screen and (max-width: 992px) {
  .page-wrap .c-ondemand .c-ondemand-platform__item {
    width: 50%;
    max-width: 360px;
  }
}
.page-wrap .c-ondemand .c-ondemand-platform__item a {
  display: block;
  border: 1px solid #F51010;
  background-color: #fff;
  padding: 5px 60px;
}
@media screen and (max-width: 992px) {
  .page-wrap .c-ondemand .c-ondemand-platform__item a {
    padding: 5px 0px;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
  }
}
.page-wrap .c-ondemand .c-ondemand-platform__item img {
  height: 60px;
}
@media screen and (max-width: 992px) {
  .page-wrap .c-ondemand .c-ondemand-platform__item img {
    height: 42px;
  }
}
.page-wrap .c-ondemand .c-ondemand-period {
  text-align: center;
  padding-top: 0.8rem;
  font-size: 14px;
}

/*-------------------
 * project
 *-------------------*/
.page-wrap .p-index-hero {
  display: block;
}
.page-wrap .p-index-hero img {
  width: 100%;
}

/*-------------------
 * utility
 *-------------------*//*# sourceMappingURL=style.css.map */