@charset "UTF-8";
#title {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

#title .bg_title_1 {
  width: 100%;
  /*max-width: 1920px;*/
  height: 100%;
  margin: auto;
  background: url("../img/h1_mob_bg.png") no-repeat left top;
  background-size: cover;
  z-index: -3;
  position: relative;
}

#title .inner {
  /*width: 95%;
  max-width: 1260px;
  margin: auto;
  position: relative;
  background: url(../img/bg_title_pc.png) no-repeat top right;*/
}

#title h1 {
  margin-bottom: 0;
  text-align: center;
}

#h1_pc {
  display: none;
}

#h1_mob {
  display: inherit;
  position: relative;
  z-index: -2;
}

#title h1 .balloon-green {
  position: absolute;
  left: 5%;
  top: 18%;
  width: 40%;
  z-index: -3;
  animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
}

#title h1 .balloon-orange {
  position: absolute;
  left: 10%;
  top: 28%;
  width: 25%;
  z-index: -3;
  animation: floating-y 2s ease-in-out infinite alternate-reverse;
}

#title h1 .balloon-blue {
  position: absolute;
  right: 10%;
  top: 30%;
  width: 25%;
  z-index: -3;
  animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
}

@keyframes floating-y {
  0% {
    transform: translateY(-10%);
  }
  100% {
    transform: translateY(10%);
  }
}
.price_note {
  display: block;
}

.price_show, .price_stock {
  padding: 5px 10px;
  color: #fff;
  border-radius: 20px;
  display: inline-block;
  letter-spacing: 0.1rem;
}

.price_show {
  background: #6abc50;
}

.price_stock {
  background: #0066e2;
}

.item-txt .appeal {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  text-align: center;
  width: 120px;
  height: 120px;
}

.item-txt .appeal .green {
  background: #8CBE5A;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.item-txt .appeal .copyRed {
  color: #C30D23;
  -webkit-text-stroke: 4px #fff;
  text-stroke: 4px #fff;
  paint-order: stroke;
  font-weight: 700;
  line-height: 5em;
  font-size: 2.4rem;
}

.campaign {
  width: 100%;
  height: 350px;
  position: relative;
}

.campaign .campaignBg {
  background: #F0BE50;
  width: 100%;
  height: 410px;
  clip-path: polygon(6% 2%, 92% 5%, 99% 92%, 2% 97%);
  position: absolute;
  top: 0;
  left: 0;
}

.campaignA {
  width: 90%;
  margin: 0 auto;
  padding: 30px;
  background: #8CB4EB;
  clip-path: polygon(0 6%, 100% 2%, 97% 100%, 2% 97%);
  position: relative;
}

.campaignA h2 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #E73828;
  text-align: center;
  -webkit-text-stroke: 4px #fff;
  text-stroke: 4px #fff;
  paint-order: stroke;
  margin-bottom: 1em;
}

.campaignA div {
  display: inherit;
}

.campaignA div p {
  width: 100%;
  padding: 0;
  font-weight: 700;
}

.campaignA div img {
  width: 90%;
  margin: 15px auto 0;
}

dl.spec dd.size-price {
  display: inherit;
}

.and_more dt {
  text-align: center;
  border: solid 1px #222;
  padding: 7px 0;
  display: block;
  width: 100%;
}

.and_more dd {
  border-bottom: dotted 1px #aaa;
  margin-top: 8px;
  line-height: 2em;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.and_more dd span {
  text-align: right;
}

/* タイトルをラインで囲うアニメーション */
.stroke {
  position: relative;
  width: 100%;
  padding: 30px;
}

.stroke .border {
  content: "";
  position: absolute;
  opacity: 0;
}

.stroke .border.top,
.stroke .border.bottom {
  width: calc(100% + 10px);
}

.stroke .border.top {
  border-top: 1px solid #333;
  right: 0;
  top: 0;
}

.stroke .border.bottom {
  border-bottom: 1px solid #333;
  left: 0;
  bottom: 0;
}

.stroke .border.right,
.stroke .border.left {
  height: calc(100% + 10px);
}

.stroke .border.right {
  border-right: 1px solid #333;
  right: 0;
  top: 0;
}

.stroke .border.left {
  border-left: 1px solid #333;
  left: 0;
  bottom: 0;
}

.stroke.is-animated .border {
  opacity: 1;
}

.stroke.is-animated .border.top,
.stroke.is-animated .border.bottom {
  animation: stroke-width 1.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.stroke.is-animated .border.right,
.stroke.is-animated .border.left {
  animation: stroke-height 1.8s cubic-bezier(0.22, 1, 0.36, 1);
}

@keyframes stroke-width {
  0% {
    width: 0;
    opacity: 1;
  }
  100% {
    width: calc(100% + 10px);
    opacity: 1;
  }
}
@keyframes stroke-height {
  0% {
    height: 0;
    opacity: 1;
  }
  100% {
    height: calc(100% + 10px);
    opacity: 1;
  }
}
/* 文字が下からフェードinするアニメーション */
.matrix .bg-wrap,
.matrix .bg-wrap .inn {
  display: block;
}

.matrix .bg-wrap {
  overflow: hidden;
  opacity: 0;
}

.matrix .bg-wrap + .bg-wrap {
  margin-top: 10px;
}

.matrix .bg-wrap .inn.large {
  font-size: 36px;
  font-weight: bold;
}

.matrix .bg-wrap .inn.large i {
  font-size: 42px;
  font-family: Arial, Helvetica, "sans-serif";
  font-style: normal;
}

.matrix .bg-wrap .inn.small {
  font-size: 16px;
}

.matrix .bg-wrap .inn {
  opacity: 0;
  transform: matrix(1, 0, 0, 1, 0, 100);
  transition: 1.2s cubic-bezier(0.22, 1, 0.36, 1);
  text-align: center;
}

.matrix.is-animated .bg-wrap {
  opacity: 1;
}

.matrix.is-animated .bg-wrap .inn {
  opacity: 1;
  transform: matrix(1, 0, 0, 1, 0, 0);
}

/* 下線が流れるアニメーション */
.line {
  display: block;
  position: relative;
}

.line::after {
  background: linear-gradient(to right, #ccc 0%, #000 50%, #ccc 100%);
  content: "";
  display: block;
  height: 1px;
  width: 0;
  transform: translateX(-50%);
  transition: 1.2s cubic-bezier(0.22, 1, 0.36, 1);
  position: absolute;
  bottom: 0;
  left: 50%;
}

.line.is-animated::after {
  width: 100%;
}

/* 背景が流れてからテキストが見えるアニメーション */
.bg .bg-wrap {
  position: relative;
  display: inline-block;
  margin-top: 5px;
  padding: 1.2em;
  width: 100%;
}

.bg.is-animated .bg-wrap::before {
  animation: bg 2.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  background: linear-gradient(to right, #f0e97c 0%, #e8ce56 50%, #f0e97c 100%);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: left center;
}

.bg .bg-wrap .inn {
  color: #fff;
  display: inline-block;
  font-weight: bold;
  padding: 5px 15px;
  position: relative;
  z-index: 1;
  text-shadow: 2px 2px 0 #000;
}

@keyframes bg {
  0% {
    opacity: 0;
    transform: scaleY(0) translateY(-5%);
  }
  /*30% {
    transform: scaleY(1) translateY(0);
  }*/
  100% {
    transform: scaleY(1) translateY(0);
  }
  /*30%, */
  100% {
    opacity: 1;
  }
}
.cat_title {
  text-align: center;
  color: #fff;
  position: relative;
}

.h3_icon {
  position: absolute;
  left: 1%;
  top: -5%;
  background: #fff;
  border: solid 1px #333;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  color: #000;
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 2rem;
  z-index: 1;
}

.proper_head {
  font-size: 1.3rem;
}

.bg-f0e97c {
  background: #f0e97c;
}

.d-inline-block {
  display: inline-block;
}

@media screen and (min-width: 641px) {
  #title .bg_title_1 {
    background: url(../img/bg.png) no-repeat top left;
    background-size: cover;
  }
  #h1_pc {
    /*max-width: 1200px;*/
    width: 100%;
    /*max-height: 630px;*/
    height: 100%;
    margin: auto;
    display: inherit;
  }
  #h1_mob {
    display: none;
  }
  #title h1 .balloon-green {
    position: absolute;
    left: 5%;
    top: 7%;
    width: 20%;
    z-index: -1;
    animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
  }
  #title h1 .balloon-orange {
    position: absolute;
    left: 10%;
    top: 10%;
    width: 12%;
    z-index: -1;
    animation: floating-y 2s ease-in-out infinite alternate-reverse;
  }
  #title h1 .balloon-blue {
    position: absolute;
    right: 10%;
    top: 8%;
    width: 10%;
    z-index: -1;
    animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
  }
  .campaign .campaignBg {
    height: 300px;
    clip-path: polygon(6% 2%, 94% 2%, 96% 95%, 5% 97%);
  }
  .campaignA div {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .campaignA div p {
    margin-right: 30px;
    font-size: 1.6rem;
  }
  .campaignA div img {
    width: 40%;
  }
  .bgBottom {
    background: url("../img/bottom_pc.png") center bottom no-repeat;
    background-size: contain;
  }
  dl.spec dd.size-price {
    display: flex;
    justify-content: flex-start;
    align-content: center;
    flex-wrap: nowrap;
  }
  .matrix .bg-wrap .inn.small {
    font-size: 24px;
  }
  .h3_icon {
    left: 20%;
    width: 120px;
    height: 120px;
    font-size: 2.6rem;
    line-height: 120px;
  }
  .and_more {
    width: 50%;
    margin: 30px auto;
    font-size: 16px;
  }
  .and_more dt {
    text-align: left;
    border: solid 1px #222;
    padding: 7px 15px;
    display: inline-block;
    width: auto;
  }
}
@media print, screen and (min-width: 1024px) {
  .box-1 .item dl.spec dt {
    margin-bottom: 0;
    font-size: 16px;
  }
}
/* 202508追加分 */
article {
  margin-bottom: -80px;
}
@media print, screen and (min-width: 1000px) {
  article {
    margin-bottom: -120px;
  }
}
article #title {
  transition: all 0.8s ease-in-out;
  z-index: 1;
  opacity: 0.2;
}
article #title.inview {
  opacity: 1;
}
article .contents-outer::before {
  content: "";
  display: block;
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
  background: url(../img/bg_mob.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
@media print, screen and (min-width: 1025px) {
  article .contents-outer::before {
    background: url(../img/bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  }
}
article .contents-outer .upper-mask {
  content: "";
  width: 100%;
  height: 60px;
  background: rgba(255, 255, 255, 0.7);
  margin-top: -100vh;
  position: relative;
  -webkit-mask-image: linear-gradient(to top, transparent 0%, #000 76%, #000 100%, transparent 0%);
          mask-image: linear-gradient(to top, transparent 0%, #000 76%, #000 100%, transparent 0%);
}
article .contents-outer .bottom-mask {
  content: "";
  width: 100%;
  height: 60px;
  background: rgba(255, 255, 255, 0.7);
  position: relative;
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 76%, #000 100%, transparent 0%);
          mask-image: linear-gradient(to bottom, transparent 0%, #000 76%, #000 100%, transparent 0%);
}
article .contents-outer .contents-wrapper {
  background: #fff;
  padding: 20px 0 40px;
  margin: 0 auto 30px;
  position: relative;
  width: 94%;
}
@media print, screen and (min-width: 1000px) {
  article .contents-outer .contents-wrapper {
    margin: 0 auto 60px;
    padding: 20px 40px 40px;
  }
}
article .contents-outer .contents-wrapper .item:nth-of-type(odd) {
  margin-right: 7%;
}
@media screen and (max-width: 640px) {
  article .contents-outer .contents-wrapper .item:nth-of-type(odd) {
    margin-right: 0;
  }
}
@media print, screen and (min-width: 1000px) {
  article .contents-outer .contents-wrapper .item:nth-of-type(odd) {
    margin-right: 4%;
  }
}
article .contents-outer .contents-wrapper #sale_big-hit .heading-box {
  padding: 0;
}
article .contents-outer .contents-wrapper #sale_big-hit .heading-box h3 span {
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 20px;
  color: #fff;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 290px;
  font-size: 18px !important;
}
@media print, screen and (min-width: 1000px) {
  article .contents-outer .contents-wrapper #sale_big-hit .heading-box h3 span {
    font-size: 22px !important;
    width: 600px;
  }
}
article .contents-outer .contents-wrapper #sale_big-hit .heading-box h3 span::before {
  transition: all 0.8s ease-in-out 0.6s;
  opacity: 0.2;
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #b0e3ed;
  z-index: -1;
  top: 0px;
  left: 16px;
  transform: rotate(4deg);
}
article .contents-outer .contents-wrapper #sale_big-hit .heading-box h3 span::after {
  transition: all 0.8s ease-in-out;
  opacity: 0.2;
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 100%;
  background: #07aad1;
  z-index: -1;
  top: 0px;
  left: 0px;
  transform: rotate(0deg);
}
article .contents-outer .contents-wrapper #sale_big-hit .heading-box.inview span::before {
  opacity: 1;
}
article .contents-outer .contents-wrapper #sale_big-hit .heading-box.inview span::after {
  opacity: 1;
  width: 100%;
}
article .contents-outer .contents-wrapper #sale_big-hit .series .itembox .item:nth-of-type(1) figure {
  position: relative;
}
article .contents-outer .contents-wrapper #sale_big-hit .series .itembox .item:nth-of-type(1) figure::before {
  transition: all 0.8s ease-in-out;
  opacity: 0;
  content: "";
  background: url(../img/illust_vocal-flute.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  display: block;
  position: absolute;
  width: 140px;
  height: 140px;
  bottom: -160px;
  right: -40px;
}
@media screen and (max-width: 500px) {
  article .contents-outer .contents-wrapper #sale_big-hit .series .itembox .item:nth-of-type(1) figure::before {
    width: 110px;
    height: 110px;
    bottom: -160px;
    right: -40px;
  }
}
@media print, screen and (min-width: 1000px) {
  article .contents-outer .contents-wrapper #sale_big-hit .series .itembox .item:nth-of-type(1) figure::before {
    width: 180px;
    height: 180px;
    top: 100px;
    left: -114px;
  }
}
article .contents-outer .contents-wrapper #sale_big-hit .series .itembox .item:nth-of-type(2) figure {
  position: relative;
}
article .contents-outer .contents-wrapper #sale_big-hit .series .itembox .item:nth-of-type(2) figure::before {
  transition: all 0.8s ease-in-out;
  opacity: 0;
  content: "";
  background: url(../img/illust_piano.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  display: block;
  position: absolute;
  width: 130px;
  height: 130px;
  bottom: -150px;
  right: -38px;
}
@media screen and (max-width: 500px) {
  article .contents-outer .contents-wrapper #sale_big-hit .series .itembox .item:nth-of-type(2) figure::before {
    width: 100px;
    height: 100px;
    bottom: -150px;
    right: -38px;
  }
}
@media print, screen and (min-width: 1000px) {
  article .contents-outer .contents-wrapper #sale_big-hit .series .itembox .item:nth-of-type(2) figure::before {
    width: 160px;
    height: 160px;
    bottom: -80px;
    right: -90px;
  }
}
article .contents-outer .contents-wrapper #sale_big-hit .series .itembox .item:nth-of-type(3) figure {
  position: relative;
}
article .contents-outer .contents-wrapper #sale_big-hit .series .itembox .item:nth-of-type(3) figure::before {
  transition: all 0.8s ease-in-out;
  opacity: 0;
  content: "";
  background: url(../img/illust_desk.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  display: block;
  position: absolute;
  width: 130px;
  height: 130px;
  bottom: -150px;
  right: -40px;
}
@media screen and (max-width: 500px) {
  article .contents-outer .contents-wrapper #sale_big-hit .series .itembox .item:nth-of-type(3) figure::before {
    width: 100px;
    height: 100px;
    bottom: -150px;
    right: -40px;
  }
}
@media print, screen and (min-width: 1000px) {
  article .contents-outer .contents-wrapper #sale_big-hit .series .itembox .item:nth-of-type(3) figure::before {
    width: 190px;
    height: 190px;
    bottom: -60px;
    right: -180px;
  }
}
article .contents-outer .contents-wrapper #sale_big-hit .series .itembox .item.inview figure::before {
  opacity: 1;
}
article .contents-outer .contents-wrapper #sale_resize {
  position: relative;
}
article .contents-outer .contents-wrapper #sale_resize .illust_note {
  transition: all 0.8s ease-in-out 0.6s;
  opacity: 0;
  position: relative;
  margin-bottom: 20px;
  z-index: 2;
}
article .contents-outer .contents-wrapper #sale_resize .illust_note p {
  position: absolute;
  width: 120px;
  top: -16px;
  left: 18px;
  transform: rotate(-12deg);
}
@media print, screen and (min-width: 1000px) {
  article .contents-outer .contents-wrapper #sale_resize .illust_note p {
    width: 180px;
    top: -46px;
    left: 40px;
    transform: rotate(10deg);
  }
}
article .contents-outer .contents-wrapper #sale_resize .illust_note.inview {
  opacity: 1;
}
article .contents-outer .contents-wrapper #sale_resize .heading-box {
  padding: 0;
}
article .contents-outer .contents-wrapper #sale_resize .heading-box h3 span {
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 20px;
  color: #fff;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 290px;
  font-size: 18px !important;
}
@media print, screen and (min-width: 1000px) {
  article .contents-outer .contents-wrapper #sale_resize .heading-box h3 span {
    font-size: 22px !important;
    width: 600px;
  }
}
article .contents-outer .contents-wrapper #sale_resize .heading-box h3 span::before {
  transition: all 0.8s ease-in-out 0.6s;
  opacity: 0;
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #f9cb87;
  z-index: -1;
  top: 0px;
  left: 16px;
  transform: rotate(4deg);
}
article .contents-outer .contents-wrapper #sale_resize .heading-box h3 span::after {
  transition: all 0.8s ease-in-out;
  opacity: 0;
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 100%;
  background: #f29600;
  z-index: -1;
  top: 0px;
  left: 0px;
  transform: rotate(0deg);
}
article .contents-outer .contents-wrapper #sale_resize .heading-box.inview span::before {
  opacity: 1;
}
article .contents-outer .contents-wrapper #sale_resize .heading-box.inview span::after {
  opacity: 1;
  width: 100%;
}
article .contents-outer .contents-wrapper .illust_town {
  transition: all 0.8s ease-in-out;
  opacity: 0;
  position: relative;
  width: 90%;
  margin: 40px auto 0;
  bottom: 0;
  right: 0;
}
article .contents-outer .contents-wrapper .illust_town.inview {
  opacity: 1;
}
@media print, screen and (min-width: 1000px) {
  article .contents-outer .contents-wrapper .illust_town {
    position: absolute;
    width: 43%;
    bottom: 270px;
    right: 40px;
  }
}

.taiken {
  margin-bottom: 40px;
}
@media print, screen and (min-width: 1000px) {
  .taiken {
    margin-bottom: 130px;
  }
}
.taiken h3 .h3_icon {
  left: 2%;
}
@media screen and (max-width: 500px) {
  .taiken h3 .h3_icon {
    left: -8%;
    top: 12%;
  }
}
@media print, screen and (min-width: 1000px) {
  .taiken h3 .h3_icon {
    left: 14%;
  }
}
@media screen and (max-width: 500px) {
  .taiken h3 .bg-wrap {
    padding-left: 46px;
  }
}

dl.spec .sound_spec {
  white-space: nowrap;
}

#sale_big-hit div.series > div > div:nth-child(3) span.proper > span:nth-of-type(1)::after {
  content: "～";
}

#sale_big-hit > div.series > div > div:nth-child(3) > div > dl > dd.price > span.init-price::after {
  content: "～";
}

#sale_resize > div.series > div:nth-child(1) > div:nth-child(1) > div > dl > dd.price > span > span:nth-child(1), #sale_resize > div.series > div:nth-child(1) > div:nth-child(2) > div > dl > dd.price > span > span:nth-child(1), #sale_resize > div.series > div:nth-child(1) > div:nth-child(3) > div > dl > dd.price > span > span:nth-child(1), #sale_resize > div.series > div:nth-child(1) > div:nth-child(4) > div > dl > dd.price > span > span:nth-child(1), #sale_resize > div.series > div:nth-child(2) > div > div.item-txt > dl > dd.price > span > span:nth-child(1) {
  position: relative;
}
#sale_resize > div.series > div:nth-child(1) > div:nth-child(1) > div > dl > dd.price > span.proper.gray > span:nth-child(1), #sale_resize > div.series > div:nth-child(1) > div:nth-child(2) > div > dl > dd.price > span.proper.gray > span:nth-child(1), #sale_resize > div.series > div:nth-child(1) > div:nth-child(3) > div > dl > dd.price > span.proper.gray > span:nth-child(1), #sale_resize > div.series > div:nth-child(1) > div:nth-child(4) > div > dl > dd.price > span.proper.gray > span:nth-child(1), #sale_resize > div.series > div:nth-child(2) > div > div.item-txt > dl > dd.price > span.proper.gray > span:nth-child(1) {
  position: relative;
}
#sale_resize > div.series > div:nth-child(1) > div:nth-child(1) > div > dl > dd.price > span.proper.gray > span:nth-child(1)::after, #sale_resize > div.series > div:nth-child(1) > div:nth-child(2) > div > dl > dd.price > span.proper.gray > span:nth-child(1)::after, #sale_resize > div.series > div:nth-child(1) > div:nth-child(3) > div > dl > dd.price > span.proper.gray > span:nth-child(1)::after, #sale_resize > div.series > div:nth-child(1) > div:nth-child(4) > div > dl > dd.price > span.proper.gray > span:nth-child(1)::after, #sale_resize > div.series > div:nth-child(2) > div > div.item-txt > dl > dd.price > span.proper.gray > span:nth-child(1)::after {
  content: "";
  transform: rotate(7deg);
  width: 100%;
  border-top: 1px solid #000;
  position: absolute;
  top: 50%;
  left: 0;
}

.init-price {
  display: block;
  margin-top: 10px;
}

.sale-price-note {
  display: inline-block;
  font-size: 18px;
  margin-right: 6px;
}

.cefine-double {
  width: 50%;
}

.cefine-double .item-txt {
  /* text-align: center; */
}

.cefine-double .item-txt .sound_spec {
  /* margin: 0 auto; */
}

.double-fig-wrapper {
  display: flex;
  justify-content: space-evenly;
}

@media (min-width: 350px) and (max-width: 1000px) {
  dl.spec .sound_spec {
    width: -moz-fit-content !important;
    width: fit-content !important;
  }
}
#title .bg_title_1 {
  background: none;
}/*# sourceMappingURL=index.css.map */