/*
  Function
*/
/*
  CSS Override (Cancel)
*/
.contents,
.main_column {
  width: auto;
}

.pankuzu_area ul.pankuzu,
#main_visual {
  display: none;
}

.pankuzu_area {
  padding: 0;
}

.contents,
.contents .columns {
  padding-bottom: 0;
}

#wholewrapper {
  visibility: hidden;
}

/* PC */
@media screen and (min-width: 768px) {
  #main {
    padding-bottom: 0;
  }
  #main.main_contents.wide {
    max-width: 100%;
  }
}
/* TAB */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  header .header_logo {
    padding-left: 15px;
  }

  #main {
    padding-bottom: 0;
  }
  #main.main_contents.wide {
    padding-left: 0;
    padding-right: 0;
  }
}
/* SP */
@media screen and (max-width: 767px) {
  #main {
    padding-bottom: 0;
  }
  #main.main_contents.wide {
    padding-left: 0;
    padding-right: 0;
  }
}
/*
  OP
*/
#main #op {
  display: none;
}

body > #op {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: #fff;
  overflow: hidden;
  /* OP PC */
  /* OP TAB */
  /* OP SP */
  /* Opening SE */
}
body > #op .wrapper {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -40%);
  width: 100%;
  height: auto;
}
body > #op .wrapper .op__logo {
  opacity: 0;
  visibility: hidden;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  transition: opacity 0.7s ease-in;
}
body > #op .wrapper .op__logo img {
  width: 100%;
}
body > #op .wrapper .op__logo.active {
  opacity: 1;
  visibility: visible;
}
@media screen and (min-width: 768px) {
  body > #op .wrapper .op__logo {
    width: 15vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  body > #op .wrapper .op__logo {
    width: 35vw;
  }
}
@media screen and (max-width: 767px) {
  body > #op .wrapper .op__logo {
    width: 50vw;
  }
  body > #op .wrapper .op_text {
    margin: 2em auto 0 auto;
  }
  body > #op .wrapper .op_text img {
    width: 98vw;
    height: auto;
  }
}

/*
  Main
*/
#main {
  /* COMMON ALL */
  font-family: 'Noto Serif JP', serif;
  color: #000;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.5;
  /* COMMON */
  /* COMMON PC */
  /* COMMON TAB */
  /* COMMON SP */
  /* COMMON SE */
  /* HERO */
  /* SPECIAL OFFEE */
  /* LIST */
}
#main img {
  vertical-align: bottom;
}
#main img[src$=".svg"] {
  max-width: 100%;
  height: auto;
}
#main a {
  text-decoration: none;
}
#main h2, #main h3, #main h4, #main h5, #main p, #main ul, #main ol, #main figure {
  padding: 0;
  margin: 0;
  list-style: none;
}
#main .container {
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
#main .d-block {
  display: block;
}
#main .d-inline {
  display: inline;
}
#main .d-none {
  display: none;
}
#main .text-left {
  text-align: left;
}
#main .text-center {
  text-align: center;
}
#main .text-right {
  text-align: right;
}
#main .color-black {
  color: #000;
}
#main .color-white {
  color: #fff;
}
#main .ls-0 {
  letter-spacing: 0;
}
#main .ls-01 {
  letter-spacing: 0.1em;
}
#main .ls-0-05 {
  letter-spacing: 0.05em;
}
#main .lh-1 {
  line-height: 1;
}
#main .lh-1-5 {
  line-height: 1.5;
}
#main .lh-1-6 {
  line-height: 1.6;
}
#main .lh-1-75 {
  line-height: 1.75;
}
#main .lh-1-87 {
  line-height: 1.87;
}
#main .lh-2 {
  line-height: 2;
}
#main .fs-80 {
  font-size: 80%;
}
#main .fw-100 {
  font-weight: 100;
}
#main .fw-200 {
  font-weight: 200;
}
#main .fw-300 {
  font-weight: 300;
}
#main .fw-400 {
  font-weight: 400;
}
#main .fw-500 {
  font-weight: 500;
}
#main .fw-600 {
  font-weight: 600;
}
#main .fw-700 {
  font-weight: 700;
}
#main .fw-900 {
  font-weight: 900;
}
#main .w-100 {
  width: 100%;
}
#main .img100 {
  width: 100%;
  height: auto;
}
#main .hover-opacity {
  opacity: 1;
  transition: opacity 0.6s ease-out;
}
#main .hover-opacity:hover {
  opacity: 0.8 !important;
}
#main .box-flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
#main .show-pc, #main .show-tab, #main .show-sp {
  display: none;
}
#main .font-sans {
  font-family: 'Noto Sans JP', serif;
}
#main .font-serif {
  font-family: 'Noto Serif JP', serif;
}
#main .animate-fadein {
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
#main .animate-fadein.is-animated {
  opacity: 1.0;
}
#main .btn-common {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 35px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1;
  font-weight: 500;
  text-decoration: none;
  margin-inline: auto;
}
#main .btn-common::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  display: block;
  width: 11px;
  height: 21px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  #main {
    font-size: 16px;
  }
  #main .show-pc {
    display: block;
  }
  #main .container {
    width: 1030px;
  }
  #main .btn-common {
    width: 350px;
    height: 70px;
    transition: background-color 0.3s ease-in, color 0.3s ease-in;
  }
  #main .btn-common::after {
    transition: background-image 0.3s ease-in, right 0.3s ease-in;
  }
  #main .btn-common:hover {
    background-color: #f00;
    color: #fff;
  }
  #main .btn-common:hover::after {
    right: 15px;
    background-image: url(../media/images/lp/heimtoyou/btn-arrow-white.svg);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #main .container {
    width: 100%;
  }
  #main .tab-max-img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  #main .show-tab {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  #main {
    font-size: 14px;
  }
  #main img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  #main .show-sp {
    display: block;
  }
  #main .btn-common {
    width: 100%;
    height: 65px;
  }
}
#main .hero {
  position: relative;
  /* HERO PC */
  /* HERO TAB */
  /* HERO SP */
  /* HERO SE */
}
#main .hero img,
#main .hero svg {
  width: 100%;
  height: auto;
}
#main .hero .hero__title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#main .offer {
  /* SPECIAL OFFEE ALL */
  background-color: #262e42;
  color: #fff;
  /* SPECIAL OFFEE PC */
  /* SPECIAL OFFEE TAB */
  /* SPECIAL OFFEE SP */
  /* SPECIAL OFFEE SE */
}
#main .offer .offer__title p {
  letter-spacing: 0.05em;
  margin-top: 1em;
}
@media screen and (min-width: 768px) {
  #main .offer {
    padding: 80px 0;
  }
  #main .offer .offer__title p {
    font-size: 18px;
  }
  #main .offer .offer__banner .offer__banner--item.item1 {
    margin: 0 -54px 50px 0;
    margin: 25px -54px 25px -13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #main .offer {
    padding: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  #main .offer {
    padding: 40px 0;
  }
  #main .offer .offer__banner .offer__banner--item {
    margin-top: 25px;
  }
}
#main .list {
  /* LIST ALL */
  background-color: #f8f6f5;
  /* LIST PC */
  /* LIST TAB */
  /* LIST SP */
  /* LIST SE */
}
#main .list.sale-list {
  border-bottom: solid 1px #ccc;
}
#main .list .list__title h2 {
  font-weight: 600;
  text-align: center;
}
#main .list .list__item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#main .list .list__item li .list__item--btn {
  margin-top: 20px;
}
#main .list .list__item li .list__item--btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Noto Sans JP', serif;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1;
  background-color: #82a0b4;
  margin-inline: auto;
}
#main .list .list__btn a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #262e42;
  font-family: 'Noto Sans JP', serif;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-inline: auto;
}
#main .list .list__btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  display: block;
  width: 6px;
  height: 11px;
  background: url(../media/images/campaign/2025/12/newrelease/btn-arrow.svg) 0 0 no-repeat;
  background-size: contain;
  transition: right 0.3s ease-in;
}
@media screen and (min-width: 768px) {
  #main .list {
    padding: 70px 0;
  }
  #main .list .list__title h2 {
    font-size: 35px;
  }
  #main .list .list__summary {
    display: table;
    margin: 65px auto 0 auto;
  }
  #main .list .list__summary p {
    line-height: 2;
  }
  #main .list .list__item {
    margin-top: 65px;
  }
  #main .list .list__item li {
    width: 310px;
    margin-bottom: 30px;
  }
  #main .list .list__item li .list__item--btn a {
    width: 200px;
    height: 50px;
    transition: background-color 0.3s ease-in;
  }
  #main .list .list__item li .list__item--btn a:hover {
    background-color: #ee5f56;
  }
  #main .list .list__btn {
    margin-top: 40px;
  }
  #main .list .list__btn a {
    width: 300px;
    height: 60px;
    transition: background-color 0.3s ease-in;
  }
  #main .list .list__btn a::after {
    right: 20px;
  }
  #main .list .list__btn a:hover {
    background-color: #ee5f56;
  }
  #main .list .list__btn a:hover::after {
    right: 15px;
  }
  #main .list .list__notice {
    margin-top: 20px;
  }
  #main .list .list__notice li {
    font-size: 14px;
    text-align: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #main .list {
    padding: 50px 0;
  }
  #main .list .list__title h2 {
    font-size: calc(35px * 0.8);
  }
  #main .list .list__summary {
    display: table;
    margin: 40px auto 0 auto;
  }
  #main .list .list__summary p {
    line-height: 2;
  }
  #main .list .list__item {
    margin-top: 40px;
  }
  #main .list .list__item li {
    width: 49%;
    margin-bottom: 30px;
  }
  #main .list .list__btn {
    margin-top: 20px;
  }
  #main .list .list__notice {
    margin-top: 30px;
  }
  #main .list .list__notice li {
    padding-left: 1em;
    text-indent: -1em;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  #main .list {
    padding: 40px 0;
  }
  #main .list .list__title h2 {
    font-size: calc(35px * 0.6);
  }
  #main .list .list__summary {
    margin-top: 25px;
  }
  #main .list .list__summary p {
    line-height: 2;
  }
  #main .list .list__item {
    margin-top: 25px;
  }
  #main .list .list__item li {
    width: 49%;
    margin-bottom: 30px;
  }
  #main .list .list__item li .list__item--btn a {
    width: 90%;
    height: 40px;
    transition: background-color 0.3s ease-in;
  }
  #main .list .list__item li .list__item--btn a:hover {
    background-color: #ee5f56;
  }
  #main .list .list__btn {
    margin-top: 25px;
  }
  #main .list .list__btn a {
    width: 90%;
    height: 50px;
  }
  #main .list .list__btn a::after {
    right: 20px;
  }
  #main .list .list__btn a:hover {
    background-color: #ee5f56;
  }
  #main .list .list__btn a:hover::after {
    right: 15px;
  }
  #main .list .list__notice {
    margin-top: 20px;
  }
  #main .list .list__notice li {
    font-size: 12px;
    padding-left: 1em;
    text-indent: -1em;
  }
}

#main {
  /* HERO PC */
  /* HERO SP */
}
#main .hero .hero__title svg .svg-elem-1 {
  fill: transparent;
  -webkit-transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
  transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
}
#main .hero .hero__title svg.active .svg-elem-1 {
  fill: white;
}
#main .hero .hero__title svg .svg-elem-2 {
  fill: transparent;
  -webkit-transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
  transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
}
#main .hero .hero__title svg.active .svg-elem-2 {
  fill: white;
}
#main .hero .hero__title svg .svg-elem-3 {
  fill: transparent;
  -webkit-transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
  transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
}
#main .hero .hero__title svg.active .svg-elem-3 {
  fill: white;
}
#main .hero .hero__title svg .svg-elem-4 {
  fill: transparent;
  -webkit-transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s;
  transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s;
}
#main .hero .hero__title svg.active .svg-elem-4 {
  fill: white;
}
#main .hero .hero__title svg .svg-elem-5 {
  fill: transparent;
  -webkit-transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s;
  transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s;
}
#main .hero .hero__title svg.active .svg-elem-5 {
  fill: white;
}
#main .hero .hero__title svg .svg-elem-6 {
  fill: transparent;
  -webkit-transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s;
  transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s;
}
#main .hero .hero__title svg.active .svg-elem-6 {
  fill: white;
}
#main .hero .hero__title svg .svg-elem-7 {
  fill: transparent;
  -webkit-transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4s;
  transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4s;
}
#main .hero .hero__title svg.active .svg-elem-7 {
  fill: white;
}
#main .hero .hero__title svg .svg-elem-8 {
  fill: transparent;
  -webkit-transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s;
  transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s;
}
#main .hero .hero__title svg.active .svg-elem-8 {
  fill: white;
}
#main .hero .hero__title svg .svg-elem-9 {
  fill: transparent;
  -webkit-transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s;
  transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s;
}
#main .hero .hero__title svg.active .svg-elem-9 {
  fill: white;
}
#main .hero .hero__title svg .svg-elem-10 {
  fill: transparent;
  -webkit-transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7s;
  transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7s;
}
#main .hero .hero__title svg.active .svg-elem-10 {
  fill: white;
}
#main .hero .hero__title svg .svg-elem-11 {
  fill: transparent;
  -webkit-transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s;
  transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s;
}
#main .hero .hero__title svg.active .svg-elem-11 {
  fill: white;
}
#main .hero .hero__title svg .svg-elem-12 {
  fill: transparent;
  -webkit-transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.9s;
  transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.9s;
}
#main .hero .hero__title svg.active .svg-elem-12 {
  fill: white;
}
#main .hero .hero__title svg .svg-elem-13 {
  fill: transparent;
  -webkit-transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 2s;
  transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 2s;
}
#main .hero .hero__title svg.active .svg-elem-13 {
  fill: white;
}
#main .hero .hero__title svg .svg-elem-14 {
  fill: transparent;
  -webkit-transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.1s;
  transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.1s;
}
#main .hero .hero__title svg.active .svg-elem-14 {
  fill: white;
}
#main .hero .hero__title svg .svg-elem-15 {
  fill: transparent;
  -webkit-transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.2s;
  transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.2s;
}
#main .hero .hero__title svg.active .svg-elem-15 {
  fill: white;
}
#main .hero .hero__title svg .svg-elem-16 {
  fill: transparent;
  -webkit-transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.3s;
  transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.3s;
}
#main .hero .hero__title svg.active .svg-elem-16 {
  fill: white;
}
#main .hero .hero__title svg .svg-elem-17 {
  fill: transparent;
  -webkit-transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.4s;
  transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.4s;
}
#main .hero .hero__title svg.active .svg-elem-17 {
  fill: white;
}
#main .hero .hero__title svg .svg-elem-18 {
  fill: transparent;
  -webkit-transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.5s;
  transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.5s;
}
#main .hero .hero__title svg.active .svg-elem-18 {
  fill: white;
}
#main .hero .hero__title svg .svg-elem-19 {
  fill: transparent;
  -webkit-transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.6s;
  transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.6s;
}
#main .hero .hero__title svg.active .svg-elem-19 {
  fill: white;
}
#main .hero .hero__title svg .svg-elem-20 {
  fill: transparent;
  -webkit-transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.7s;
  transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.7s;
}
#main .hero .hero__title svg.active .svg-elem-20 {
  fill: white;
}
#main .hero .hero__title svg .svg-elem-21 {
  fill: transparent;
  -webkit-transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.8s;
  transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.8s;
}
#main .hero .hero__title svg.active .svg-elem-21 {
  fill: white;
}
#main .hero .hero__title svg .svg-elem-22 {
  fill: transparent;
  -webkit-transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.9s;
  transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.9s;
}
#main .hero .hero__title svg.active .svg-elem-22 {
  fill: white;
}
#main .hero .hero__title svg .svg-elem-23 {
  fill: transparent;
  -webkit-transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 3s;
  transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 3s;
}
#main .hero .hero__title svg.active .svg-elem-23 {
  fill: white;
}
#main .hero .hero__title svg .svg-elem-24 {
  fill: transparent;
  -webkit-transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.1s;
  transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.1s;
}
#main .hero .hero__title svg.active .svg-elem-24 {
  fill: white;
}
#main .hero .hero__title svg .svg-elem-25 {
  fill: transparent;
  -webkit-transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.2s;
  transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.2s;
}
#main .hero .hero__title svg.active .svg-elem-25 {
  fill: white;
}
#main .hero .hero__title svg .svg-elem-26 {
  fill: transparent;
  -webkit-transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.3s;
  transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.3s;
}
#main .hero .hero__title svg.active .svg-elem-26 {
  fill: white;
}
#main .hero .hero__title svg .svg-elem-27 {
  fill: transparent;
  -webkit-transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.4s;
  transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.4s;
}
#main .hero .hero__title svg.active .svg-elem-27 {
  fill: white;
}
#main .hero .hero__title svg .svg-elem-28 {
  fill: transparent;
  -webkit-transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.5s;
  transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.5s;
}
#main .hero .hero__title svg.active .svg-elem-28 {
  fill: white;
}
#main .hero .hero__title svg .svg-elem-29 {
  fill: transparent;
  -webkit-transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.6s;
  transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.6s;
}
#main .hero .hero__title svg.active .svg-elem-29 {
  fill: white;
}
#main .hero .hero__title svg .svg-elem-30 {
  fill: transparent;
  -webkit-transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.7s;
  transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.7s;
}
#main .hero .hero__title svg.active .svg-elem-30 {
  fill: white;
}
#main .hero .hero__title svg .svg-elem-31 {
  fill: transparent;
  -webkit-transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.8s;
  transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.8s;
}
#main .hero .hero__title svg.active .svg-elem-31 {
  fill: white;
}
@media screen and (max-width: 767px) {
  #main .hero .hero__title svg svg .svg-elem-1 {
    fill: transparent;
    -webkit-transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
    transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
  }
  #main .hero .hero__title svg svg.active .svg-elem-1 {
    fill: white;
  }
  #main .hero .hero__title svg svg .svg-elem-2 {
    fill: transparent;
    -webkit-transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
    transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
  }
  #main .hero .hero__title svg svg.active .svg-elem-2 {
    fill: white;
  }
  #main .hero .hero__title svg svg .svg-elem-3 {
    fill: transparent;
    -webkit-transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
    transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
  }
  #main .hero .hero__title svg svg.active .svg-elem-3 {
    fill: white;
  }
  #main .hero .hero__title svg svg .svg-elem-4 {
    fill: transparent;
    -webkit-transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s;
    transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s;
  }
  #main .hero .hero__title svg svg.active .svg-elem-4 {
    fill: white;
  }
  #main .hero .hero__title svg svg .svg-elem-5 {
    fill: transparent;
    -webkit-transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s;
    transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s;
  }
  #main .hero .hero__title svg svg.active .svg-elem-5 {
    fill: white;
  }
  #main .hero .hero__title svg svg .svg-elem-6 {
    fill: transparent;
    -webkit-transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s;
    transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s;
  }
  #main .hero .hero__title svg svg.active .svg-elem-6 {
    fill: white;
  }
  #main .hero .hero__title svg svg .svg-elem-7 {
    fill: transparent;
    -webkit-transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4s;
    transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4s;
  }
  #main .hero .hero__title svg svg.active .svg-elem-7 {
    fill: white;
  }
  #main .hero .hero__title svg svg .svg-elem-8 {
    fill: transparent;
    -webkit-transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s;
    transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s;
  }
  #main .hero .hero__title svg svg.active .svg-elem-8 {
    fill: white;
  }
  #main .hero .hero__title svg svg .svg-elem-9 {
    fill: transparent;
    -webkit-transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s;
    transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s;
  }
  #main .hero .hero__title svg svg.active .svg-elem-9 {
    fill: white;
  }
  #main .hero .hero__title svg svg .svg-elem-10 {
    fill: transparent;
    -webkit-transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7s;
    transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7s;
  }
  #main .hero .hero__title svg svg.active .svg-elem-10 {
    fill: white;
  }
  #main .hero .hero__title svg svg .svg-elem-11 {
    fill: transparent;
    -webkit-transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s;
    transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s;
  }
  #main .hero .hero__title svg svg.active .svg-elem-11 {
    fill: white;
  }
  #main .hero .hero__title svg svg .svg-elem-12 {
    fill: transparent;
    -webkit-transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.9s;
    transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.9s;
  }
  #main .hero .hero__title svg svg.active .svg-elem-12 {
    fill: white;
  }
  #main .hero .hero__title svg svg .svg-elem-13 {
    fill: transparent;
    -webkit-transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 2s;
    transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 2s;
  }
  #main .hero .hero__title svg svg.active .svg-elem-13 {
    fill: white;
  }
  #main .hero .hero__title svg svg .svg-elem-14 {
    fill: transparent;
    -webkit-transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.1s;
    transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.1s;
  }
  #main .hero .hero__title svg svg.active .svg-elem-14 {
    fill: white;
  }
  #main .hero .hero__title svg svg .svg-elem-15 {
    fill: transparent;
    -webkit-transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.2s;
    transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.2s;
  }
  #main .hero .hero__title svg svg.active .svg-elem-15 {
    fill: white;
  }
  #main .hero .hero__title svg svg .svg-elem-16 {
    fill: transparent;
    -webkit-transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.3s;
    transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.3s;
  }
  #main .hero .hero__title svg svg.active .svg-elem-16 {
    fill: white;
  }
  #main .hero .hero__title svg svg .svg-elem-17 {
    fill: transparent;
    -webkit-transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.4s;
    transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.4s;
  }
  #main .hero .hero__title svg svg.active .svg-elem-17 {
    fill: white;
  }
  #main .hero .hero__title svg svg .svg-elem-18 {
    fill: transparent;
    -webkit-transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.5s;
    transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.5s;
  }
  #main .hero .hero__title svg svg.active .svg-elem-18 {
    fill: white;
  }
  #main .hero .hero__title svg svg .svg-elem-19 {
    fill: transparent;
    -webkit-transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.6s;
    transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.6s;
  }
  #main .hero .hero__title svg svg.active .svg-elem-19 {
    fill: white;
  }
  #main .hero .hero__title svg svg .svg-elem-20 {
    fill: transparent;
    -webkit-transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.7s;
    transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.7s;
  }
  #main .hero .hero__title svg svg.active .svg-elem-20 {
    fill: white;
  }
  #main .hero .hero__title svg svg .svg-elem-21 {
    fill: transparent;
    -webkit-transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.8s;
    transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.8s;
  }
  #main .hero .hero__title svg svg.active .svg-elem-21 {
    fill: white;
  }
  #main .hero .hero__title svg svg .svg-elem-22 {
    fill: transparent;
    -webkit-transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.9s;
    transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.9s;
  }
  #main .hero .hero__title svg svg.active .svg-elem-22 {
    fill: white;
  }
  #main .hero .hero__title svg svg .svg-elem-23 {
    fill: transparent;
    -webkit-transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 3s;
    transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 3s;
  }
  #main .hero .hero__title svg svg.active .svg-elem-23 {
    fill: white;
  }
  #main .hero .hero__title svg svg .svg-elem-24 {
    fill: transparent;
    -webkit-transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.1s;
    transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.1s;
  }
  #main .hero .hero__title svg svg.active .svg-elem-24 {
    fill: white;
  }
  #main .hero .hero__title svg svg .svg-elem-25 {
    fill: transparent;
    -webkit-transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.2s;
    transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.2s;
  }
  #main .hero .hero__title svg svg.active .svg-elem-25 {
    fill: white;
  }
  #main .hero .hero__title svg svg .svg-elem-26 {
    fill: transparent;
    -webkit-transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.3s;
    transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.3s;
  }
  #main .hero .hero__title svg svg.active .svg-elem-26 {
    fill: white;
  }
  #main .hero .hero__title svg svg .svg-elem-27 {
    fill: transparent;
    -webkit-transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.4s;
    transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.4s;
  }
  #main .hero .hero__title svg svg.active .svg-elem-27 {
    fill: white;
  }
  #main .hero .hero__title svg svg .svg-elem-28 {
    fill: transparent;
    -webkit-transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.5s;
    transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.5s;
  }
  #main .hero .hero__title svg svg.active .svg-elem-28 {
    fill: white;
  }
  #main .hero .hero__title svg svg .svg-elem-29 {
    fill: transparent;
    -webkit-transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.6s;
    transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.6s;
  }
  #main .hero .hero__title svg svg.active .svg-elem-29 {
    fill: white;
  }
  #main .hero .hero__title svg svg .svg-elem-30 {
    fill: transparent;
    -webkit-transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.7s;
    transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.7s;
  }
  #main .hero .hero__title svg svg.active .svg-elem-30 {
    fill: white;
  }
  #main .hero .hero__title svg svg .svg-elem-31 {
    fill: transparent;
    -webkit-transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.8s;
    transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.8s;
  }
  #main .hero .hero__title svg svg.active .svg-elem-31 {
    fill: white;
  }
}

/*# sourceMappingURL=newrelease.css.map */
