@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Bodoni+Moda:wght@700&display=swap");
@font-face {
  font-family: "Nobel Book";
  font-style: normal;
  font-weight: normal;
  src: local("Nobel Book"), url("/files/css/fonts/Nobel Book.woff") format("woff");
}
.l-loading {
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-loading.is-finish .loadbg {
  -webkit-animation-name: scaledown;
          animation-name: scaledown;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  transform-origin: left bottom;
  transform: scale(1, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.l-loading.is-finish .l-loadingInner {
  opacity: 0;
  visibility: hidden;
}

@-webkit-keyframes scaledown {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1, 0);
  }
}

@keyframes scaledown {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1, 0);
  }
}
.loadbg {
  width: 100vw;
  height: 100vh;
  background: #fff;
  z-index: 1;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.loadimg {
  position: relative;
  z-index: 2;
  display: block;
  margin: 0 auto;
}
.loadimg .steps {
  display: block;
  width: 100px;
  height: 71px;
  background: url(/files/img/top/steps_sp.svg) no-repeat;
  -webkit-animation: stepslineSp 1s steps(4) forwards;
          animation: stepslineSp 1s steps(4) forwards;
}
@media screen and (min-width: 769px) {
  .loadimg .steps {
    width: 200px;
    height: 150px;
    background: url(/files/img/top/steps.svg) no-repeat;
    -webkit-animation: stepsline 1s steps(4) forwards;
            animation: stepsline 1s steps(4) forwards;
  }
}
@-webkit-keyframes stepslineSp {
  0% {
    background-position: -400px 0;
  }
  100% {
    background-position: 0px 0;
  }
}
@keyframes stepslineSp {
  0% {
    background-position: -400px 0;
  }
  100% {
    background-position: 0px 0;
  }
}
@-webkit-keyframes stepsline {
  0% {
    background-position: -800px 0;
  }
  100% {
    background-position: 0px 0;
  }
}
@keyframes stepsline {
  0% {
    background-position: -800px 0;
  }
  100% {
    background-position: 0px 0;
  }
}

.l-loading .l-loadingInner {
  position: relative;
  z-index: 2;
  transition: all 0.5s;
}
.l-loading .l-loadingInner .loadimg {
  position: absolute;
  top: -71px;
  right: 0;
}
@media screen and (min-width: 769px) {
  .l-loading .l-loadingInner .loadimg {
    top: -150px;
  }
}
.l-loading .l-loadingInner .logoImg {
  display: block;
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .l-loading .l-loadingInner .logoImg {
    max-width: 428px;
  }
}
.l-loading .l-loadingInner .logoImg svg {
  width: 100%;
  height: auto;
}

.bg-wrap, .inn {
  display: block;
}

.bg-wrap {
  opacity: 0;
}

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

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

.h2.is-text .bg-wrap {
  opacity: 1;
}

.h2.is-text .bg-wrap .inn {
  opacity: 1;
  transform: matrix(1, 0, 0, 1, 0, 0);
  transition-delay: 0.5s;
}

.slick-slide {
  outline: none;
}

@-webkit-keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
.slide-animation img {
  -webkit-animation: zoomUp 10s linear 0s normal both;
          animation: zoomUp 10s linear 0s normal both;
}

.topMv {
  width: 100%;
  position: relative;
  margin-top: 0;
  height: 85vh;
  margin-bottom: 70px;
}
@media screen and (min-width: 481px) {
  .topMv {
    height: 85vh;
    margin-top: 53px;
    margin-bottom: 180px;
  }
}
@media screen and (min-width: 1025px) {
  .topMv {
    height: 90vh;
    margin-top: 90px;
    margin-bottom: 120px;
  }
}
.topMv .slide {
  width: 100%;
  top: 0;
  position: absolute;
  right: 0;
  height: 100%;
  z-index: 1;
}
@media screen and (min-width: 481px) {
  .topMv .slide {
    width: 93%;
  }
}
.topMv .slide .item {
  width: 100%;
  position: relative;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}
@media screen and (min-width: 481px) {
  .topMv .slide .item {
    height: 82vh;
  }
}
.topMv .slide .item img {
  width: 100%;
  margin: 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.topMv .slide .item .mvTxtWrap {
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  display: none;
}
@media screen and (min-width: 481px) {
  .topMv .slide .item .mvTxtWrap {
    display: block;
  }
}
.topMv .slide .item .mvTxtWrap .mvTxt {
  text-align: right;
}
.topMv .slide .item .mvTxtWrap .mvTxt p {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  line-height: 1.6;
  filter: blur(10px);
}
@media screen and (min-width: 481px) {
  .topMv .slide .item .mvTxtWrap .mvTxt p {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1025px) {
  .topMv .slide .item .mvTxtWrap .mvTxt p {
    font-size: 4rem;
  }
}
.topMv .slide .topMvTxt.is-active p {
  -webkit-animation: blur 1s both ease-in;
          animation: blur 1s both ease-in;
}
@-webkit-keyframes blur {
  from {
    filter: blur(10px);
  }
  to {
    filter: blur(0);
  }
}
@keyframes blur {
  from {
    filter: blur(10px);
  }
  to {
    filter: blur(0);
  }
}
.topMv .slide .slick-dots {
  display: none !important;
  align-items: center;
  justify-content: space-between;
  width: 80px;
  position: absolute;
  left: 18px;
  bottom: 92%;
}
@media screen and (min-width: 1025px) {
  .topMv .slide .slick-dots {
    left: 0;
    bottom: 14px;
    display: flex !important;
  }
}
.topMv .slide .slick-dots li {
  position: relative;
  display: inline-block;
  height: 1rem;
  width: 1rem;
  padding: 0;
  cursor: pointer;
}
.topMv .slide .slick-dots li button {
  width: 1.5rem;
  height: 1.5rem;
  border: 0;
  background: transparent;
  display: block;
  height: 1rem;
  width: 1rem;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 0.5rem;
  cursor: pointer;
}
.topMv .slide .slick-dots li button:before {
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  border: 1px solid #7AC0C5;
  border-radius: 1rem;
  opacity: 1;
}
.topMv .slide .slick-dots li.slick-active button:before {
  background: #7AC0C5;
  border: 1px solid #7AC0C5;
}
.topMv .scrollBtn {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 10px);
  z-index: 2;
  padding: 10px 10px 100px;
  overflow: hidden;
  font-family: "Nobel Book";
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (min-width: 481px) {
  .topMv .scrollBtn {
    left: inherit;
    right: 3%;
    transform: none;
    padding: 10px 10px 210px;
    writing-mode: vertical-rl;
  }
}
.topMv .scrollBtn:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 90px;
  background: #52392B;
  -webkit-animation: sdl 2s cubic-bezier(1, 0, 0, 1) infinite;
          animation: sdl 2s cubic-bezier(1, 0, 0, 1) infinite;
}
@media screen and (min-width: 481px) {
  .topMv .scrollBtn:after {
    height: 200px;
  }
}
.topMv .topMvBg {
  position: absolute;
  width: 30%;
  top: -90px;
  left: 0;
  z-index: 0;
  background: #ECF6F7;
  display: none;
}
@media screen and (min-width: 481px) {
  .topMv .topMvBg {
    display: block;
    height: 95vh;
  }
}
@media screen and (min-width: 1025px) {
  .topMv .topMvBg {
    height: 100vh;
  }
}

@-webkit-keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  30% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  70% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  30% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  70% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
.slick-slider, .slick-track, .slick-list {
  height: 100%;
}

.topNews {
  text-align: center;
  margin-bottom: 70px;
}
@media screen and (min-width: 769px) {
  .topNews {
    margin-bottom: 120px;
  }
}
.topNews .topNews01 {
  padding: 0 30px;
}
.topNews .topNews01 .topNews01_txt {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 1.8rem;
  margin-bottom: 80px;
}
@media screen and (min-width: 1025px) {
  .topNews .topNews01 .topNews01_txt {
    font-size: 2rem;
    margin-bottom: 100px;
  }
}
.topNews .topNews01 .topNews01_btn {
  margin-bottom: 60px;
}
@media screen and (min-width: 1025px) {
  .topNews .topNews01 .topNews01_btn {
    margin-bottom: 120px;
  }
}
.topNews .topNews01 a {
  transition: 0.5s !important;
  width: 100%;
  padding: 15px;
  color: #7AC0C5;
  max-width: 900px;
  border: 3px solid #B6DAD5;
  margin: 0 auto;
  display: block;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .topNews .topNews01 a:hover {
    opacity: 0.5;
  }
}
.topNews .topNews01 a dl {
  font-size: 2rem;
  display: flex;
  justify-content: center;
  gap: 5px;
}
.topNews .topNews01 a dl dt {
  font-family: "Nobel Book";
  display: inline-block;
}
.topNews .topNews01 a dl dd {
  display: inline-block;
  font-weight: bold;
}
.topNews .topNews01 a span {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: bold;
}
.topNews .topNews01 a span::after {
  content: "";
  display: inline-block;
  vertical-align: baseline;
  background: url(/files/img/common/icon_arrw.svg) no-repeat;
  width: 14px;
  height: 11px;
  margin-left: 5px;
}
.topNews .topNews02 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media screen and (min-width: 481px) {
  .topNews .topNews02 {
    padding: 50px 0 70px;
  }
}
.topNews .topNews02::before {
  content: "";
  position: absolute;
  width: 78%;
  max-width: none;
  height: 80%;
  background: #EBE9E5;
  left: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  z-index: -1;
}
@media screen and (min-width: 481px) {
  .topNews .topNews02::before {
    width: 73%;
    height: 100%;
  }
}
.topNews .topNews02 .secIn02 {
  position: relative;
}
.topNews .topNews02 .secIn02 .topNewsImg01 {
  text-align: right;
  position: relative;
  z-index: 2;
  width: 60%;
  margin: 0 0 50px auto;
}
@media screen and (min-width: 481px) {
  .topNews .topNews02 .secIn02 .topNewsImg01 {
    width: 63%;
    margin: 0 0 40px auto;
  }
}
.topNews .topNews02 .secIn02 .topNewsImg01 img {
  display: block;
  width: 100%;
}
.topNews .topNews02 .secIn02 .topNewsImg02 {
  width: 98%;
  margin-bottom: 40px;
  transform: translateX(-30px);
}
@media screen and (min-width: 481px) {
  .topNews .topNews02 .secIn02 .topNewsImg02 {
    transform: none;
    width: 63%;
    margin-bottom: 0;
  }
}
.topNews .topNews02 .secIn02 .topNewsImg02 img {
  display: block;
  width: 100%;
}
.topNews .topNews02 .secIn02 .topNews02_fx {
  display: block;
}
@media screen and (min-width: 481px) {
  .topNews .topNews02 .secIn02 .topNews02_fx {
    display: flex;
    align-items: center;
  }
}
.topNews .topNews02 .secIn02 .topNewsImg03 {
  position: relative;
  z-index: 2;
  width: 85%;
  margin: 0 0 0 auto;
}
@media screen and (min-width: 481px) {
  .topNews .topNews02 .secIn02 .topNewsImg03 {
    width: 37%;
    transform: translateX(3vw);
  }
}
.topNews .topNews02 .secIn02 .topNewsImg03 img {
  display: block;
  width: 100%;
}
@media screen and (min-width: 481px) {
  .topNews .topNews02 .secIn02 .topNewsImg03 img {
    width: 31.9vw;
    max-width: 614px;
  }
}
.topNews .topNews02 .topNewsImg04 {
  position: absolute;
  top: 15%;
  left: 30px;
}
@media screen and (min-width: 481px) {
  .topNews .topNews02 .topNewsImg04 {
    top: -5rem;
    right: 6%;
    left: inherit;
    z-index: 1;
  }
}

.topAbout {
  margin-bottom: 100px;
}
@media screen and (min-width: 1025px) {
  .topAbout {
    margin-bottom: 150px;
  }
}
.topAbout .secIn .topaboutTxt {
  font-size: 1.8rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  margin-bottom: 30px;
}
@media screen and (min-width: 769px) {
  .topAbout .secIn .topaboutTxt {
    font-size: 2.4rem;
    margin-bottom: 40px;
  }
}
.topAbout .secIn .topaboutTxt02 {
  margin-bottom: 30px;
  font-size: 1.4rem;
}
@media screen and (min-width: 769px) {
  .topAbout .secIn .topaboutTxt02 {
    margin-bottom: 70px;
    font-size: 1.8rem;
  }
}
.topAbout .secIn .btn01 {
  text-align: right;
}
@media screen and (min-width: 1025px) {
  .topAbout .secIn .btn01 {
    text-align: left;
  }
}
.topAbout .secIn02 {
  position: relative;
  padding-bottom: 120px;
}
@media screen and (min-width: 769px) {
  .topAbout .secIn02 {
    padding-bottom: 100px;
  }
}
.topAbout .secIn02 .cat02 {
  position: absolute;
  bottom: 0;
  right: 30px;
}

.topInsta {
  background: #EBE9E5;
  padding: 30px 0;
  margin-bottom: 70px;
  position: relative;
}
@media screen and (min-width: 769px) {
  .topInsta {
    margin-bottom: 120px;
    padding: 60px 0;
  }
}
.topInsta::after {
  content: "";
  background: url(/files/img/top/bg_insta.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: -3rem;
  right: 3rem;
  width: 92px;
  height: 65px;
}
@media screen and (min-width: 1025px) {
  .topInsta::after {
    top: -2rem;
    right: 10%;
    width: 174px;
    height: 124px;
  }
}
.topInsta h2 {
  text-align: center;
  letter-spacing: 0.06em;
}
.topInsta h2 .h2sub {
  display: block;
  margin: 10px 0 0 0;
}
@media screen and (min-width: 1025px) {
  .topInsta h2 .h2sub {
    margin: 20px 0 0 0;
  }
}
.topInsta div.pc01 {
  display: none !important;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 40px;
}
@media screen and (min-width: 481px) {
  .topInsta div.pc01 {
    display: flex !important;
  }
}
.topInsta div.pc01 div {
  border: 10px solid #fff;
  width: calc(25% - 13px);
  aspect-ratio: 1/1;
}
.topInsta div.pc01 div a {
  transition: 0.5s;
}
@media screen and (min-width: 1025px) {
  .topInsta div.pc01 div a:hover {
    opacity: 0.5;
  }
}
.topInsta div.pc01 div a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.topInsta .slide02 {
  width: 90%;
  margin: 0 auto;
  aspect-ratio: 1/1;
}
.topInsta .slide02 .slick-slide {
  border: 10px solid #fff;
  margin: 0 auto;
}
.topInsta .slide02 .slick-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.topInsta .slide02 .slick-arrow:before {
  content: "" !important;
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
.topInsta .slide02 .slick-next:before {
  background: url("/files/img/top/slider-right.svg") center center no-repeat !important;
  background-size: contain !important;
}
.topInsta .slide02 .slick-prev:before {
  background: url("/files/img/top/slider-left.svg") center center no-repeat !important;
  background-size: contain !important;
}

.topMenu {
  margin-bottom: 70px;
}
@media screen and (min-width: 769px) {
  .topMenu {
    margin-bottom: 120px;
  }
}
.topMenu .menuWrap {
  display: block;
}
@media screen and (min-width: 769px) {
  .topMenu .menuWrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 100px;
    margin-bottom: 60px;
  }
}
.topMenu .menuWrap .menuIn {
  width: 100%;
  margin-bottom: 50px;
}
@media screen and (min-width: 769px) {
  .topMenu .menuWrap .menuIn {
    width: calc(50% - 50px);
    margin-bottom: 0;
  }
}
.topMenu .menuWrap .menuIn .topMenuImg {
  margin-bottom: 20px;
}
.topMenu .menuWrap .menuIn .topMenuImg img {
  display: block;
  width: 100%;
}
.topMenu .menuWrap .menuIn .topMenuTxt {
  font-size: 1.8rem;
  margin-bottom: 15px;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .topMenu .menuWrap .menuIn .topMenuTxt {
    font-size: 2rem;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-weight: 600;
    margin-bottom: 20px;
  }
}
.topMenu .menuWrap .menuIn .topMenuTxt02 {
  font-size: 1.4rem;
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  .topMenu .menuWrap .menuIn .topMenuTxt02 {
    font-size: 1.8rem;
    margin-bottom: 40px;
  }
}
.topMenu .topMenuLink a {
  transition: 0.5s !important;
  width: 100%;
  padding: 15px;
  color: #7AC0C5;
  max-width: 900px;
  border: 3px solid #B6DAD5;
  margin: 0 auto;
  display: block;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .topMenu .topMenuLink a:hover {
    opacity: 0.5;
  }
}
.topMenu .topMenuLink a > p {
  display: block;
  font-size: 1.8rem;
  line-height: 1.7;
  font-weight: bold;
  margin-bottom: 5px;
}
@media screen and (min-width: 1025px) {
  .topMenu .topMenuLink a > p {
    font-size: 2rem;
    line-height: 1.8;
    margin-bottom: 0;
  }
}
.topMenu .topMenuLink a span {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: bold;
}
@media screen and (min-width: 1025px) {
  .topMenu .topMenuLink a span {
    font-size: 1.5rem;
  }
}

/***************************************************
 * Generated by SVG Artista on 5/30/2023, 2:31:24 PM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/
svg .svg-elem-1 {
  fill: transparent;
  transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.1s;
}

svg.active .svg-elem-1 {
  fill: rgb(55, 41, 33);
}

svg .svg-elem-2 {
  fill: transparent;
  transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.2s;
}

svg.active .svg-elem-2 {
  fill: rgb(55, 41, 33);
}

svg .svg-elem-3 {
  fill: transparent;
  transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.3s;
}

svg.active .svg-elem-3 {
  fill: rgb(55, 41, 33);
}

svg .svg-elem-4 {
  fill: transparent;
  transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s;
}

svg.active .svg-elem-4 {
  fill: rgb(55, 41, 33);
}

svg .svg-elem-5 {
  fill: transparent;
  transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.5s;
}

svg.active .svg-elem-5 {
  fill: rgb(55, 41, 33);
}

svg .svg-elem-6 {
  fill: transparent;
  transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s;
}

svg.active .svg-elem-6 {
  fill: rgb(55, 41, 33);
}

svg .svg-elem-7 {
  fill: transparent;
  transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.7s;
}

svg.active .svg-elem-7 {
  fill: rgb(55, 41, 33);
}

svg .svg-elem-8 {
  fill: transparent;
  transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
}

svg.active .svg-elem-8 {
  fill: rgb(55, 41, 33);
}

svg .svg-elem-9 {
  fill: transparent;
  transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
}

svg.active .svg-elem-9 {
  fill: rgb(55, 41, 33);
}

svg .svg-elem-10 {
  fill: transparent;
  transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
}

svg.active .svg-elem-10 {
  fill: rgb(55, 41, 33);
}

svg .svg-elem-11 {
  fill: transparent;
  transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s;
}

svg.active .svg-elem-11 {
  fill: rgb(55, 41, 33);
}

svg .svg-elem-12 {
  fill: transparent;
  transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s;
}

svg.active .svg-elem-12 {
  fill: rgb(55, 41, 33);
}

svg .svg-elem-13 {
  fill: transparent;
  transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s;
}

svg.active .svg-elem-13 {
  fill: rgb(197, 184, 156);
}

svg .svg-elem-14 {
  fill: transparent;
  transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4s;
}

svg.active .svg-elem-14 {
  fill: rgb(197, 184, 156);
}

svg .svg-elem-15 {
  fill: transparent;
  transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s;
}

svg.active .svg-elem-15 {
  fill: rgb(197, 184, 156);
}

svg .svg-elem-16 {
  fill: transparent;
  transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s;
}

svg.active .svg-elem-16 {
  fill: rgb(197, 184, 156);
}

svg .svg-elem-17 {
  fill: transparent;
  transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7s;
}

svg.active .svg-elem-17 {
  fill: rgb(197, 184, 156);
}

svg .svg-elem-18 {
  fill: transparent;
  transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s;
}

svg.active .svg-elem-18 {
  fill: rgb(255, 255, 255);
}

svg .svg-elem-19 {
  fill: transparent;
  transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.9s;
}

svg.active .svg-elem-19 {
  fill: rgb(55, 41, 33);
}

svg .svg-elem-20 {
  fill: transparent;
  transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 2s;
}

svg.active .svg-elem-20 {
  fill: rgb(55, 41, 33);
}

svg .svg-elem-21 {
  fill: transparent;
  transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.1s;
}

svg.active .svg-elem-21 {
  fill: rgb(55, 41, 33);
}

svg .svg-elem-22 {
  fill: transparent;
  transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.2s;
}

svg.active .svg-elem-22 {
  fill: rgb(55, 41, 33);
}

svg .svg-elem-23 {
  fill: transparent;
  transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.3s;
}

svg.active .svg-elem-23 {
  fill: rgb(55, 41, 33);
}

svg .svg-elem-24 {
  fill: transparent;
  transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.4s;
}

svg.active .svg-elem-24 {
  fill: rgb(55, 41, 33);
}

svg .svg-elem-25 {
  fill: transparent;
  transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.5s;
}

svg.active .svg-elem-25 {
  fill: rgb(55, 41, 33);
}

svg .svg-elem-26 {
  fill: transparent;
  transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.6s;
}

svg.active .svg-elem-26 {
  fill: rgb(55, 41, 33);
}

svg .svg-elem-27 {
  fill: transparent;
  transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.7s;
}

svg.active .svg-elem-27 {
  fill: rgb(55, 41, 33);
}

svg .svg-elem-28 {
  fill: transparent;
  transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.8s;
}

svg.active .svg-elem-28 {
  fill: rgb(55, 41, 33);
}
