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

@font-face {
  font-family: "MyFont_ShueiNGoKinStdN";
  src: local("AP-OTF-ShueiNGoKinStdN-B.otf"), url("../../../../../common/font/AP-OTF-ShueiNGoKinStdN-B.otf");
  font-display: swap;
  font-weight: 400;
}

@font-face {
  font-family: "MyFont_GOTHICB";
  src: local("GOTHICB.TTF"), url("../../../../../common/font/GOTHICB.TTF");
  font-display: swap;
  font-weight: 700;
}

:root {
  --black-color: #333333;
  --brown-color: #511a1e;
  --orange-color: #dc7d06;
  --yellow-color: #ffcc33;
  --title-f-size: 24px;
  --sbtitle-f-size: 20px;
  --txt-f-size: 15px;
  --remark-f-size: 13px;
  --btn-f-size: 18px;
  --border-radius: 15px;
  --big-f-size: 1.5em;
  --padding: 10%;
}

header,
.headNavMT,
.footPagetopMT,
footer,
.underInfoMT {
  position: relative;
  z-index: 2;
}

.mainContentMT {
  width: 100%;
}

/*　パンくずの表示くずれ防止　*/
.rootMT ul {
  overflow: hidden;
  width: 940px !important;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}

/* 画面100%表示用↑ここまで */

tr,
th,
td,
div,
span,
a,
p {
  color: inherit;
}

/* autumn_present
---------------------------------------------------- */
#autumn_present {
  font-family: "MyFont_ShueiNGoKinStdN", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans Japanese", "Arial", "Meiryo", sans-serif;
  width: 100%;
  margin: 0 auto;
  position: relative;
  color: var(--black-color);
  overflow: hidden;
  font-feature-settings: "palt";
  letter-spacing: 0.08em;
  background: url(../img/back.webp) repeat;
}

#autumn_present * {
  box-sizing: border-box;
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
}

#autumn_present img {
  max-width: 100%;
  vertical-align: bottom;
  font-size: 0;
}

#autumn_present .pc {
  display: block !important;
}

#autumn_present .sp {
  display: none !important;
}

#autumn_present ol,
#autumn_present ul {
  list-style-type: none;
}

#autumn_present a {
  outline: none;
  font-size: inherit;
  text-decoration: none;
}

/* font
---------------------------------------------------- */

#autumn_present .title {
  font-size: var(--title-f-size);
  font-weight: 700;
  line-height: 1.2;
}

#autumn_present .subtitle {
  font-size: var(--sbtitle-f-size);
  font-weight: 700;
  line-height: 1.5;
}

#autumn_present .text {
  font-size: var(--txt-f-size);
  font-weight: 400;
  line-height: 2;
}

#autumn_present .remark {
  font-size: var(--remark-f-size);
  font-weight: 400;
  line-height: 2;
}

#autumn_present .big {
  font-size: var(--big-f-size);
  font-weight: 700;
}

#autumn_present .txt_center {
  text-align: center;
}

#autumn_present .txt_left {
  text-align: left;
}

#autumn_present .txt_right {
  text-align: right;
}

#autumn_present .number {
  font-family: "MyFont_GOTHICB", "MyFont_ShueiNGoKinStdN", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans Japanese", "Arial", "Meiryo", sans-serif;
  font-size: 2em;
}

#autumn_present .lineTrigger {
  background: linear-gradient(to right, var(--yellow-color) 50%, transparent 50%);
  background-repeat: no-repeat;
  background-size: 200% 0.5em;
  background-position: 100% 0.8em;
  transition: 0.8s;
  transition-delay: 0.5s;
  opacity: 1;
}

#autumn_present .line.lineTrigger {
  background-position: 0 0.8em;
}

/* #splash
---------------------------------------------------- */

#autumn_present #splash {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../img/back.webp) repeat;
  text-align: center;
  top: 0;
  left: 0;
  display: none;
}

#autumn_present #splash .spinner-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(90%, 270px);
}

#autumn_present #splash .loading_logo {
  margin: 1em 0 0;
}

#autumn_present .pulse-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

#autumn_present .pulse-bubble {
  width: 35px;
  height: 35px;
  margin: 0 10px;
}

#autumn_present .pulse-bubble-1 {
  background: url(../img/leaf.svg) no-repeat;
  background-size: contain;
  background-position: center;
  animation: pulse 1s ease 0s infinite alternate;
}

#autumn_present .pulse-bubble-2 {
  background: url(../img/leaf02.svg) no-repeat;
  background-size: contain;
  background-position: center;
  animation: pulse 1s ease 0.5s infinite alternate;
}

#autumn_present .pulse-bubble-3 {
  background: url(../img/leaf03.svg) no-repeat;
  background-size: contain;
  background-position: center;
  animation: pulse 1s ease 1s infinite alternate;
}

@keyframes pulse {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

/* .btn
---------------------------------------------------- */

#autumn_present #btn {
  padding: 0 0 8%;
  display: none;
}

#autumn_present #btn .btn {
  text-align: center;
  position: fixed;
  width: min(100%, 400px);
  padding: 1.2em 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 4;
  opacity: 0;
}

#autumn_present #btn .btn.non-fixed {
  box-shadow: none;
  padding: 0;
  background: none;
  position: relative;
}

#autumn_present .btn a {
  display: block;
  width: 90%;
  max-width: 640px;
  border-radius: calc(var(--border-radius) / 2);
  margin: 0 auto;
  font-size: var(--btn-f-size);
  padding: 0.8em 0;
  text-decoration: none;
  text-align: center;
  font-weight: 700;
  transition: all ease 0.3s;
  position: relative;
  color: #fff;
  background-color: var(--orange-color);
  overflow: hidden;
  z-index: 2;
  animation: poyopoyo 2s ease-out infinite;
}

#autumn_present #index .btn {
  width: min(100%, 350px);
  margin: 2em 0 0;
}

#autumn_present .btn a:hover {
  background-color: var(--brown-color);
}

#autumn_present .btn a:hover:after {
  color: var(--brown-color);
}

@keyframes poyopoyo {

  0%,
  40%,
  60%,
  80% {
    transform: scale(1);
  }

  50%,
  70% {
    transform: scale(0.95);
  }
}

#autumn_present .btn a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1em;
  margin: auto;
  z-index: 1;
  width: 1.4em;
  height: 1.4em;
  background: #fff;
  border-radius: 50%;
}

#autumn_present .btn a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.55em;
  margin: auto;
  z-index: 2;
  width: 0.4em;
  height: 0.4em;
  border-top: 0.15em solid;
  border-right: 0.15em solid;
  transform: rotate(45deg);
  color: var(--orange-color);
}



#entry.UpMove {
  animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100%);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/*　下に下がる動き　*/

#entry.DownMove {
  animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }

  to {
    opacity: 1;
    transform: translateY(100%);
  }
}


/* #pc_fixed
---------------------------------------------------- */
#pc_fixed {
  position: fixed;
  z-index: 0;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  overflow: hidden;
  background: linear-gradient(90deg, rgba(188, 218, 189, 1) 0%, rgba(235, 201, 162, 1) 50%, rgba(255, 248, 193, 1) 100%), url(../img/back.webp) repeat;
  background-blend-mode: multiply;
  padding: 50px;

}


#pc_fixed .pc_fixed {
  height: 100%;
  border-radius: 50px;
  background: url(../img/illust_back.svg) no-repeat, url(../img/back.webp) repeat;
  background-blend-mode: multiply;
  background-position: right bottom;
  background-size: calc(50% - 220px), auto;
  display: flex;
  justify-content: space-between;
}

#autumn_present #pc_fixed .vertical-rl {
  font-size: 11px;
  writing-mode: vertical-rl;
  display: block;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 1.2em;
}

/* #index
---------------------------------------------------- */

#autumn_present #index,
#autumn_present .wakupre-icn_all {
  width: calc(50% - 220px);
  padding: 2em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

#autumn_present .index {
  margin: 0 0 1.5em;
  display: inline-block;
}

#autumn_present .index p {
  line-height: 1.5;
}

#autumn_present #index .index_all li {
  position: relative;
  transition: all ease 0.3s;
}

#autumn_present #index.autumn_present .index_all li:nth-child(1),
#autumn_present #index.special .index_all li:nth-child(2),
#autumn_present #index.monthly .index_all li:nth-child(3),
#autumn_present #index.limited .index_all li:nth-child(4),
#autumn_present #index .index_all li:has(> a:hover) {
  color: var(--orange-color);
}

#autumn_present #index .index_all li::before {
  content: "";
  display: inline-block;
  width: 3em;
  height: 3em;
  background: url(../img/leaf.svg) no-repeat;
  background-position: center;
  opacity: 0;
  transition: all ease 0.3s;
  vertical-align: sub;
}

#autumn_present #index.autumn_present .index_all li:nth-child(1)::before,
#autumn_present #index.special .index_all li:nth-child(2)::before,
#autumn_present #index.monthly .index_all li:nth-child(3)::before,
#autumn_present #index.limited .index_all li:nth-child(4)::before {
  opacity: 1;
}

/* #contents
---------------------------------------------------- */

#autumn_present #contents {
  width: 400px;
  margin: 0 auto;
  position: relative;
  background: url(../img/back.webp) repeat;
  box-sizing: content-box;
  border-left: 20px solid var(--orange-color);
  border-right: 20px solid var(--orange-color);
  box-shadow: 0 3px 10px 1px #999;
}

/* #autumn_present_head
---------------------------------------------------- */

#autumn_present #autumn_present_head {
  position: relative;
}

#autumn_present #autumn_present_head .head_contents {
  width: 100%;
  padding: 35% 0 var(--padding);
  background: url(../img/back01.svg) no-repeat, url(../img/back02.svg) no-repeat, url(../img/back.webp) repeat;
  background-blend-mode: multiply;
  background-size: contain;
  background-position: top, 0 80%;
}

#autumn_present #pc_fixed .wakupre-icn {
  width: min(35%, 160px);
}

#autumn_present #autumn_present_head .wakupre-icn {
  width: 25%;
  position: absolute;
  top: 7%;
  left: 7%;
  display: none;
}

.poyonTrigger {
  opacity: 0;
}

.poyon {
  animation-name: poyon;
  animation-duration: 1.4s;
  animation-fill-mode: forwards;
}

@keyframes poyon {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }

  30% {
    opacity: 0;
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1)
  }

  40% {
    opacity: 0;
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1)
  }

  50% {
    opacity: 1;
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1)
  }

  65% {
    opacity: 1;
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1)
  }

  75% {
    opacity: 1;
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1)
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }
}

#autumn_present .title_svg {
  width: 105%;
  margin: 0 auto;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

#autumn_present #autumn_present_head .cpn_period {
  width: 90%;
  margin: 0 auto;
}

#autumn_present #autumn_present_head .text {
  color: var(--brown-color);
  margin: 3em auto;
}


/* theme_svg
---------------------------------------------------- */

#autumn_present .theme {
  padding: var(--padding) 0;
}

#autumn_present .theme_title {
  padding: var(--padding) 0;
}

#autumn_present .theme_svg {
  width: 86.2%;
  margin: 0 auto;
  position: relative;
}

#autumn_present .theme_title .title {
  margin: 1em 0 0;
}

/* #special
---------------------------------------------------- */

#autumn_present #special {
  background: url(../img/back03.svg) no-repeat, url(../img/back.webp) repeat;
  background-blend-mode: multiply;
  background-size: contain;
  background-position: -50% 0;
}

/* #monthly
---------------------------------------------------- */

#autumn_present #monthly {
  background: url(../img/back04.svg) no-repeat, url(../img/back.webp) repeat;
  background-blend-mode: multiply;
  background-size: contain;
  background-position: -50% 0;
}

#autumn_present #monthly .monthly-icn p {
  line-height: 1;
  display: inline-block;
  padding: 2.5em 1.5em 1em;
  margin: 0 0 2em;
  color: #fff;
  background: url(../img/calendar.svg) no-repeat;
  background-size: contain;
  background-position: center top;
}

/* #limited
---------------------------------------------------- */

#autumn_present #limited {
  background: url(../img/back05.svg) no-repeat, url(../img/back06.svg) no-repeat, url(../img/back.webp) repeat;
  background-blend-mode: multiply;
  background-size: contain;
  background-position: left 2%, bottom;
}

#autumn_present #limited #limited_nav {
  padding: 0 0 var(--padding);
}

#autumn_present #limited .limited_svg {
  width: 15%;
  margin: 0 auto;
}

#autumn_present #limited .text {
  line-height: 1.2;
}

#autumn_present #limited .prize_box.last {
  width: 45%;
  margin: 5em auto 0;
}

#autumn_present #limited .prize_text {
  margin: 1em 0 2em;
}

#autumn_present #limited .limited_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

#autumn_present #limited .limited_flex li {
  width: 45%;
}

/* .prize_box
---------------------------------------------------- */

#autumn_present .prize_box {
  width: 90%;
  margin: 0 auto;
}

#autumn_present .prize_box img {
  display: block;
  margin: 0 auto;
  width: 100%;
  border-radius: var(--border-radius);
}

#autumn_present .prize_box .soon,
#autumn_present .prize_box .end {
  position: relative;
  overflow: hidden;
  border-radius: var(--border-radius);
}

#autumn_present .prize_box .soon:before,
#autumn_present .prize_box .end:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#autumn_present .prize_box .soon:before {
  background: rgba(0, 0, 0, 0.5) url(../img/coming_soon.svg) no-repeat;
  background-size: 100% 15%;
  background-position: center;
}

#autumn_present .prize_box .end:before {
  background: rgba(0, 0, 0, 0.5) url(../img/end.svg) no-repeat;
  background-size: 100% 15%;
  background-position: center;
}

#autumn_present .prize_box.special {
  width: 80%;
}

#autumn_present .prize_text {
  margin: 2em 0 0;
}

#autumn_present .copy {
  margin: 1em auto 0;
  text-align: left;
}

#autumn_present #monthly .prize_box .copy {
  margin: 1em auto 2em;
}

#autumn_present .winner p {
  display: inline-block;
  line-height: 1;
  padding: 0.25em 3em;
  border-radius: calc(var(--border-radius) / 2);
  color: var(--brown-color);
  margin: 1em 0 0;
  background-color: var(--yellow-color);
}

#autumn_present #monthly .winner p {
  margin: 2em 0 0;
}

#autumn_present #cool .winner p {
  margin: 2em 0 0;
  color: #fff;
}

#autumn_present #hot .winner p {
  margin: 2em 0 4em;
  background: var(--orange-color);
  color: #fff;
}


/* Arrows
---------------------------------------------------- */

#autumn_present .slick-prev,
#autumn_present .slick-next {
  line-height: 0;
  position: absolute;
  bottom: 0;
  margin: auto;
  display: block;
  width: 2.5em;
  height: 2.5em;
  background-color: var(--brown-color);
  border-radius: 50%;
  padding: 0;
  cursor: pointer;
  outline: none;
  z-index: 3;
}

#autumn_present .slick-prev {
  left: 5%;
}

#autumn_present .slick-next {
  right: 5%;
}

#autumn_present .slick-prev::before,
#autumn_present .slick-next::before {
  content: "";
  width: 30%;
  height: 30%;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

#autumn_present .slick-next::before {
  border-top: solid 2px;
  border-right: solid 2px;
  border-color: #fff;
  left: 25%;
}

#autumn_present .slick-prev::before {
  border-bottom: solid 2px;
  border-left: solid 2px;
  border-color: #fff;
  right: 25%;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  opacity: 1;
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: 0.25;
}

/* Dots
---------------------------------------------------- */

#autumn_present .slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 2.5em;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

#autumn_present .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

#autumn_present .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

#autumn_present .slick-dots li button:hover,
#autumn_present .slick-dots li button:focus {
  outline: none;
}

#autumn_present .slick-dots li button:hover:before,
#autumn_present .slick-dots li button:focus:before {
  opacity: 1;
}

#autumn_present .slick-dots li button:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--brown-color);
  opacity: 0.25;
}

#autumn_present .slick-dots li.slick-active button:before {
  opacity: 0.75;
  background-color: var(--brown-color);
}

/* #footer
---------------------------------------------------- */

#autumn_present #footer {
  padding: var(--padding) 0;
  position: relative;
  z-index: 2;
}

/* #footer
---------------------------------------------------- */

#autumn_present .scroll_arrow {
  width: 23px;
  position: absolute;
  bottom: 100px;
  right:calc((100% / 2) - 260px);
  animation: scroll_arrow 3.5s infinite;
}

@keyframes scroll_arrow {
  0% {
    transform: translate(0, 0);
  }

  80% {
    transform: translate(0, 30px);
  }

  0%,
  80%,
  100% {
    opacity: 0;
  }

  40% {
    opacity: 1;
  }
}

#autumn_present #footer .remark {
  width: 90%;
  margin: 0 auto;
  color: var(--black-color);
}

@media screen and (max-width: 1249px) {

  #autumn_present .wakupre-icn_all {
    display: none;
  }

  #autumn_present #autumn_present_head .wakupre-icn {
    display: block;
  }

  #autumn_present .scroll_arrow {
    left: 560px;
  }

  #autumn_present #autumn_present_head .head_contents {
    padding: 45% 0 var(--padding);
  }

  #pc_fixed .pc_fixed {
    background: url(../img/illust_back01.svg) no-repeat, url("../img/back.webp") repeat;
    background-position: right bottom;
    background-size: calc(100% - 490px), auto;
  }

  #autumn_present #index {
    width: calc(100% - 490px);
    margin: 0 0 0 auto;
  }

  #autumn_present #contents {
    margin: 0 0 0 100px;
  }

}

@media screen and (max-width: 969px) {

  #pc_fixed .pc_fixed {
    background: url("../img/back.webp") repeat;
    background-size: auto;
  }

  #autumn_present #btn {
    display: block;
  }

  #autumn_present #index {
    display: none;
  }

  #autumn_present #contents {
    margin: 0 auto;
  }

  #autumn_present #footer {
    padding: var(--padding) 0 40%;
    background: url(../img/illust_back01.svg) no-repeat, url("../img/back.webp") repeat;
    background-size: cover;
    background-position: center bottom;
    background-blend-mode: multiply;
  }

  #autumn_present .scroll_arrow {
    display: block;
    left: calc((100% / 2) + 240px);
  }

}

@media screen and (max-width: 767px) {

  article p,
  article li {
    color: inherit;
    font-size: inherit;
    line-height: inherit;
  }

  /*　左右余白削除　*/
  #fftop_recomDetail section {
    padding: 0;
  }

  #autumn_present .sp {
    display: block !important;
  }

  #autumn_present .pc {
    display: none !important;
  }

  #pc_fixed {
    display: none;
  }

  #autumn_present #contents {
    width: 100%;
    border: none;
    box-sizing: border-box;
  }

  #autumn_present .title_svg {
    width: 100%;
    left: 0;
    transform: inherit;
  }


  /* .btn
---------------------------------------------------- */

  #fftop_recomDetail #autumn_present #btn {
    padding: 0 0 var(--padding);
  }

  #autumn_present .btn {
    padding: 0 0 2em;
  }

  #autumn_present .btn a {
    padding: 0.9em 0;
  }
}

/***************************************************
 * Generated by SVG Artista on 8/25/2023, 5:25:26 PM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/

svg .svg-elem-1 {
  fill: transparent;
  -webkit-transition: fill 1s linear 0s;
  transition: fill 1s linear 0s;
}

svg.active .svg-elem-1 {
  fill: rgb(81, 26, 30);
}

svg .svg-elem-2 {
  fill: transparent;
  -webkit-transition: fill 1s linear 0.1s;
  transition: fill 1s linear 0.1s;
}

svg.active .svg-elem-2 {
  fill: rgb(81, 26, 30);
}

svg .svg-elem-3 {
  fill: transparent;
  -webkit-transition: fill 1s linear 0.2s;
  transition: fill 1s linear 0.2s;
}

svg.active .svg-elem-3 {
  fill: rgb(81, 26, 30);
}

svg .svg-elem-4 {
  fill: transparent;
  -webkit-transition: fill 1s linear 0.30000000000000004s;
  transition: fill 1s linear 0.30000000000000004s;
}

svg.active .svg-elem-4 {
  fill: rgb(81, 26, 30);
}

svg .svg-elem-5 {
  fill: transparent;
  -webkit-transition: fill 1s linear 0.4s;
  transition: fill 1s linear 0.4s;
}

svg.active .svg-elem-5 {
  fill: rgb(81, 26, 30);
}

svg .svg-elem-6 {
  fill: transparent;
  -webkit-transition: fill 1s linear 0.5s;
  transition: fill 1s linear 0.5s;
}

svg.active .svg-elem-6 {
  fill: rgb(81, 26, 30);
}

svg .svg-elem-7 {
  fill: transparent;
  -webkit-transition: fill 1s linear 0.6000000000000001s;
  transition: fill 1s linear 0.6000000000000001s;
}

svg.active .svg-elem-7 {
  fill: rgb(81, 26, 30);
}

svg .svg-elem-8 {
  fill: transparent;
  -webkit-transition: fill 1s linear 0.7000000000000001s;
  transition: fill 1s linear 0.7000000000000001s;
}

svg.active .svg-elem-8 {
  fill: rgb(81, 26, 30);
}

svg .svg-elem-9 {
  fill: transparent;
  -webkit-transition: fill 1s linear 0.8s;
  transition: fill 1s linear 0.8s;
}

svg.active .svg-elem-9 {
  fill: rgb(81, 26, 30);
}

svg .svg-elem-10 {
  fill: transparent;
  -webkit-transition: fill 1s linear 0.9s;
  transition: fill 1s linear 0.9s;
}

svg.active .svg-elem-10 {
  fill: rgb(81, 26, 30);
}

svg .svg-elem-11 {
  fill: transparent;
  -webkit-transition: fill 1s linear 1s;
  transition: fill 1s linear 1s;
}

svg.active .svg-elem-11 {
  fill: rgb(81, 26, 30);
}

svg .svg-elem-12 {
  fill: transparent;
  -webkit-transition: fill 1s linear 1.1s;
  transition: fill 1s linear 1.1s;
}

svg.active .svg-elem-12 {
  fill: rgb(81, 26, 30);
}

svg .svg-elem-13 {
  fill: transparent;
  -webkit-transition: fill 1s linear 1.2000000000000002s;
  transition: fill 1s linear 1.2000000000000002s;
}

svg.active .svg-elem-13 {
  fill: rgb(81, 26, 30);
}

svg .svg-elem-14 {
  fill: transparent;
  -webkit-transition: fill 1s linear 1.3s;
  transition: fill 1s linear 1.3s;
}

svg.active .svg-elem-14 {
  fill: rgb(81, 26, 30);
}

svg .svg-elem-15 {
  fill: transparent;
  -webkit-transition: fill 1s linear 1.4000000000000001s;
  transition: fill 1s linear 1.4000000000000001s;
}

svg.active .svg-elem-15 {
  fill: rgb(81, 26, 30);
}

svg .svg-elem-16 {
  fill: transparent;
  -webkit-transition: fill 1s linear 1.5s;
  transition: fill 1s linear 1.5s;
}

svg.active .svg-elem-16 {
  fill: rgb(81, 26, 30);
}

svg .svg-elem-17 {
  fill: transparent;
  -webkit-transition: fill 1s linear 1.6s;
  transition: fill 1s linear 1.6s;
}

svg.active .svg-elem-17 {
  fill: rgb(81, 26, 30);
}

svg .svg-elem-18 {
  fill: transparent;
  -webkit-transition: fill 1s linear 1.7000000000000002s;
  transition: fill 1s linear 1.7000000000000002s;
}

svg.active .svg-elem-18 {
  fill: rgb(81, 26, 30);
}

svg .svg-elem-19 {
  fill: transparent;
  -webkit-transition: fill 1s linear 1.8s;
  transition: fill 1s linear 1.8s;
}

svg.active .svg-elem-19 {
  fill: rgb(51, 51, 51);
}

svg .svg-elem-20 {
  fill: transparent;
  -webkit-transition: fill 1s linear 1.9000000000000001s;
  transition: fill 1s linear 1.9000000000000001s;
}

svg.active .svg-elem-20 {
  fill: rgb(51, 51, 51);
}

svg .svg-elem-21 {
  fill: transparent;
  -webkit-transition: fill 1s linear 2s;
  transition: fill 1s linear 2s;
}

svg.active .svg-elem-21 {
  fill: rgb(51, 51, 51);
}

svg .svg-elem-22 {
  fill: transparent;
  -webkit-transition: fill 1s linear 2.1s;
  transition: fill 1s linear 2.1s;
}

svg.active .svg-elem-22 {
  fill: rgb(51, 51, 51);
}

svg .svg-elem-23 {
  fill: transparent;
  -webkit-transition: fill 1s linear 2.2s;
  transition: fill 1s linear 2.2s;
}

svg.active .svg-elem-23 {
  fill: rgb(51, 51, 51);
}

svg .svg-elem-24 {
  fill: transparent;
  -webkit-transition: fill 1s linear 2.3000000000000003s;
  transition: fill 1s linear 2.3000000000000003s;
}

svg.active .svg-elem-24 {
  fill: rgb(51, 51, 51);
}

svg .svg-elem-25 {
  fill: transparent;
  -webkit-transition: fill 1s linear 2.4000000000000004s;
  transition: fill 1s linear 2.4000000000000004s;
}

svg.active .svg-elem-25 {
  fill: rgb(51, 51, 51);
}

svg .svg-elem-26 {
  fill: transparent;
  -webkit-transition: fill 1s linear 2.5s;
  transition: fill 1s linear 2.5s;
}

svg.active .svg-elem-26 {
  fill: rgb(51, 51, 51);
}

svg .svg-elem-27 {
  fill: transparent;
  -webkit-transition: fill 1s linear 2.6s;
  transition: fill 1s linear 2.6s;
}

svg.active .svg-elem-27 {
  fill: rgb(51, 51, 51);
}

svg .svg-elem-28 {
  fill: transparent;
  -webkit-transition: fill 1s linear 2.7s;
  transition: fill 1s linear 2.7s;
}

svg.active .svg-elem-28 {
  fill: rgb(51, 51, 51);
}

svg .svg-elem-29 {
  fill: transparent;
  -webkit-transition: fill 1s linear 2.8000000000000003s;
  transition: fill 1s linear 2.8000000000000003s;
}

svg.active .svg-elem-29 {
  fill: rgb(51, 51, 51);
}

svg .svg-elem-30 {
  fill: transparent;
  -webkit-transition: fill 1s linear 2.9000000000000004s;
  transition: fill 1s linear 2.9000000000000004s;
}

svg.active .svg-elem-30 {
  fill: rgb(51, 51, 51);
}

svg .svg-elem-31 {
  fill: transparent;
  -webkit-transition: fill 1s linear 3s;
  transition: fill 1s linear 3s;
}

svg.active .svg-elem-31 {
  fill: rgb(51, 51, 51);
}

svg .svg-elem-32 {
  fill: transparent;
  -webkit-transition: fill 1s linear 3.1s;
  transition: fill 1s linear 3.1s;
}

svg.active .svg-elem-32 {
  fill: rgb(51, 51, 51);
}

svg .svg-elem-33 {
  fill: transparent;
  -webkit-transition: fill 1s linear 3.2s;
  transition: fill 1s linear 3.2s;
}

svg.active .svg-elem-33 {
  fill: rgb(214, 93, 92);
}

svg .svg-elem-34 {
  fill: transparent;
  -webkit-transition: fill 1s linear 3.3000000000000003s;
  transition: fill 1s linear 3.3000000000000003s;
}

svg.active .svg-elem-34 {
  fill: rgb(160, 185, 63);
}

svg .svg-elem-35 {
  fill: transparent;
  -webkit-transition: fill 1s linear 3.4000000000000004s;
  transition: fill 1s linear 3.4000000000000004s;
}

svg.active .svg-elem-35 {
  fill: rgb(255, 204, 51);
}
