.reg{
	vertical-align: -webkit-baseline-middle;
	vertical-align: -moz-middle-with-baseline;
}

h1 .reg,
.pankuzu .reg{
	vertical-align: baseline;
}

@media screen and (min-width: 501px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 500px) {
  .pc {
    display: none !important;
  }
}

.cfi01.cfi {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}
.cfi01.cfi.frame-in {
  -webkit-transition: opacity 800ms, -webkit-transform cubic-bezier(0.25, 1, 0.5, 1) 1200ms;
  transition: opacity 800ms, -webkit-transform cubic-bezier(0.25, 1, 0.5, 1) 1200ms;
  transition: opacity 800ms, transform cubic-bezier(0.25, 1, 0.5, 1) 1200ms;
  transition: opacity 800ms, transform cubic-bezier(0.25, 1, 0.5, 1) 1200ms, -webkit-transform cubic-bezier(0.25, 1, 0.5, 1) 1200ms;
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.main-wrapper {
  font-family: "Noto Sans JP", sans-serif;
}

.main-wrapper * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.menu_pc .buy_pc a {
  background: #c00;
  color: #fff;
  padding: 10px 1em;
  font-weight: 400;
  letter-spacing: 0.01em;
  border: 1px solid #c00;
  -webkit-transition: ease 200ms;
  transition: ease 200ms;
}
.menu_pc .buy_pc a:hover {
  background: #fff;
  color: #c00;
}

.sectionTtl {
  font-size: 1.75rem;
  text-align: center;
  font-weight: 500;
  /*line-height: 2;*/
}
.sectionTtl.cfi {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}
.sectionTtl.cfi.frame-in {
  -webkit-transition: opacity 800ms, -webkit-transform cubic-bezier(0.25, 1, 0.5, 1) 1200ms;
  transition: opacity 800ms, -webkit-transform cubic-bezier(0.25, 1, 0.5, 1) 1200ms;
  transition: opacity 800ms, transform cubic-bezier(0.25, 1, 0.5, 1) 1200ms;
  transition: opacity 800ms, transform cubic-bezier(0.25, 1, 0.5, 1) 1200ms, -webkit-transform cubic-bezier(0.25, 1, 0.5, 1) 1200ms;
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
@media screen and (max-width: 500px) {
  .sectionTtl {
    font-size: 5vw;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}
.sectionTtl .note {
  font-size: 0.5em;
}

/**
 * KV
 **/
.kv {
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 501px) {
  .kv::before {
    content: "";
    display: block;
    position: absolute;
    width: 50%;
    top: 0;
    height: 100%;
    left: 0;
    background-color: #231916;
    background-image: url(../images/dots_bg.png);
    background-repeat: repeat;
    background-size: 20px 22px;
  }
}
.kv__inner {
  z-index: 1;
}
@media screen and (min-width: 501px) {
  .kv__inner {
    max-width: 75rem;
    width: calc(100% - 2rem);
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .kv__inner > * {
    width: 50%;
  }
}
.kv__logo {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.kv__logo.cfi {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}
.kv__logo.cfi.frame-in {
  -webkit-transition: opacity 800ms, -webkit-transform cubic-bezier(0.25, 1, 0.5, 1) 1200ms;
  transition: opacity 800ms, -webkit-transform cubic-bezier(0.25, 1, 0.5, 1) 1200ms;
  transition: opacity 800ms, transform cubic-bezier(0.25, 1, 0.5, 1) 1200ms;
  transition: opacity 800ms, transform cubic-bezier(0.25, 1, 0.5, 1) 1200ms, -webkit-transform cubic-bezier(0.25, 1, 0.5, 1) 1200ms;
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
@media screen and (max-width: 500px) {
  .kv__logo {
    background-color: #231916;
    background-image: url(../images/dots_bg.png);
    background-repeat: repeat;
    background-size: 10px 11px;
    padding: 20vw 0;
  }
}
.kv__logo img {
  width: 436px;
  max-width: calc(100% - 40px);
  -webkit-transform: translateY(-15%);
          transform: translateY(-15%);
}
@media screen and (max-width: 500px) {
  .kv__logo img {
    width: 50%;
  }
}
.kv__logo .copy {
  position: absolute;
  left: 0;
  bottom: 0.5em;
  color: #fff;
  font-size: 0.875em;
}
@media screen and (max-width: 500px) {
  .kv__logo .copy {
    font-size: 3vw;
    left: 1em;
  }
}
.kv__prod {
  position: relative;
}
.kv__prod.cfi {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}
.kv__prod.cfi.frame-in {
  -webkit-transition: opacity 800ms, -webkit-transform cubic-bezier(0.25, 1, 0.5, 1) 1200ms;
  transition: opacity 800ms, -webkit-transform cubic-bezier(0.25, 1, 0.5, 1) 1200ms;
  transition: opacity 800ms, transform cubic-bezier(0.25, 1, 0.5, 1) 1200ms;
  transition: opacity 800ms, transform cubic-bezier(0.25, 1, 0.5, 1) 1200ms, -webkit-transform cubic-bezier(0.25, 1, 0.5, 1) 1200ms;
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
@media screen and (max-width: 500px) {
  .kv__prod {
    padding: 1em 0;
  }
}
.kv__prod img {
  height: auto;
  max-width: 100%;
}
.kv__prod .price {
  position: absolute;
  bottom: 1em;
  left: 2em;
  font-size: 0.875em;
  color: #c00;
}

/**
 * Intro
 **/
@-webkit-keyframes blockrotate {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes blockrotate {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.intro {
  background-image: url(../images/intro_bottom.png), url(../images/gridbg.png);
  background-repeat: repeat-x, repeat;
  background-position: bottom 0 center, left top;
  padding-top: 100px;
  padding-bottom: 170px;
  overflow: hidden;
}
@media screen and (max-width: 500px) {
  .intro {
    padding: 80px 0;
    overflow: hidden;
    background-size: auto 36px, 5px;
  }
}
.intro__inner {
  position: relative;
  max-width: 75rem;
  width: calc(100% - 2rem);
  margin-left: auto;
  margin-right: auto;
}
.intro__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 40px;
  margin-bottom: 60px;
}
.intro__main.cfi {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}
.intro__main.cfi.frame-in {
  -webkit-transition: opacity 800ms, -webkit-transform cubic-bezier(0.25, 1, 0.5, 1) 1200ms;
  transition: opacity 800ms, -webkit-transform cubic-bezier(0.25, 1, 0.5, 1) 1200ms;
  transition: opacity 800ms, transform cubic-bezier(0.25, 1, 0.5, 1) 1200ms;
  transition: opacity 800ms, transform cubic-bezier(0.25, 1, 0.5, 1) 1200ms, -webkit-transform cubic-bezier(0.25, 1, 0.5, 1) 1200ms;
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
@media screen and (max-width: 500px) {
  .intro__main {
    padding: 0;
  }
  .intro__main img {
    width: 200%;
  }
}
.intro__main .price {
  margin-top: 40px;
  font-size: 0.875rem;
  text-align: center;
  color: #c00;
}
.intro__desc {
  width: 630px;
  max-width: 100%;
  margin: 0 auto;
  border: 1px solid #000;
  background-color: #fbfbfb;
  font-size: 0.875rem;
  line-height: 1.7;
  padding: 1em 1.5em;
}
@media screen and (max-width: 500px) {
  .intro__blocks {
    display: none;
  }
}
.intro__blocks span {
  display: block;
  position: absolute;
  top: 0;
  height: 100%;
}
.intro__blocks span:nth-child(1) {
  left: 11rem;
}
.intro__blocks span:nth-child(1) img {
  top: 5%;
  -webkit-animation-duration: 3000ms;
          animation-duration: 3000ms;
}
.intro__blocks span:nth-child(2) {
  left: 2rem;
}
.intro__blocks span:nth-child(2) img {
  top: 20%;
  -webkit-animation-duration: 5000ms;
          animation-duration: 5000ms;
}
.intro__blocks span:nth-child(3) {
  left: 12rem;
}
.intro__blocks span:nth-child(3) img {
  top: 38%;
  -webkit-animation-duration: 6000ms;
          animation-duration: 6000ms;
}
.intro__blocks span:nth-child(4) {
  left: 4rem;
}
.intro__blocks span:nth-child(4) img {
  top: 70%;
  -webkit-animation-duration: 9000ms;
          animation-duration: 9000ms;
}
.intro__blocks span:nth-child(5) {
  right: 5rem;
}
.intro__blocks span:nth-child(5) img {
  top: 8%;
  -webkit-animation-duration: 5000ms;
          animation-duration: 5000ms;
}
.intro__blocks span:nth-child(6) {
  right: 13rem;
}
.intro__blocks span:nth-child(6) img {
  top: 25%;
  -webkit-animation-duration: 3000ms;
          animation-duration: 3000ms;
}
.intro__blocks span:nth-child(7) {
  right: 1rem;
}
.intro__blocks span:nth-child(7) img {
  top: 60%;
  -webkit-animation-duration: 8000ms;
          animation-duration: 8000ms;
}
.intro__blocks span:nth-child(8) {
  right: 10rem;
}
.intro__blocks span:nth-child(8) img {
  top: 87.5%;
  -webkit-animation-duration: 5000ms;
          animation-duration: 5000ms;
}
.intro__blocks img {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  -webkit-animation: blockrotate 6000ms linear infinite both;
          animation: blockrotate 6000ms linear infinite both;
}

.productDetail {
  padding: 130px 0 80px;
  overflow: hidden;
}
@media screen and (max-width: 500px) {
  .productDetail {
    padding: 80px 0;
  }
}
.productDetail__inner {
  max-width: 75rem;
  width: calc(100% - 2rem);
  margin-left: auto;
  margin-right: auto;
}
.productDetail__main {
  max-width: min(1200px, 105vh);
  width: 100%;
  aspect-ratio: 3/2;
  background-image: url(../images/rotation.jpg);
  background-size: 100% auto;
  background-position: left 0px top 0px;
  will-change: all;
  margin: 0 auto;
}
.productDetail__main.cfi {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}
.productDetail__main.cfi.frame-in {
  -webkit-transition: opacity 800ms, -webkit-transform cubic-bezier(0.25, 1, 0.5, 1) 1200ms;
  transition: opacity 800ms, -webkit-transform cubic-bezier(0.25, 1, 0.5, 1) 1200ms;
  transition: opacity 800ms, transform cubic-bezier(0.25, 1, 0.5, 1) 1200ms;
  transition: opacity 800ms, transform cubic-bezier(0.25, 1, 0.5, 1) 1200ms, -webkit-transform cubic-bezier(0.25, 1, 0.5, 1) 1200ms;
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
@media screen and (max-width: 500px) {
  .productDetail__main {
    margin: 1em calc((100% - 160vw) * .5);
    width: 160vw;
  }
}
.productDetail__slider {
  position: relative;
  width: calc(100% - 2rem);
  height: 4rem;
  padding: 1rem 0;
  margin: 0 auto;
}
.productDetail__slider::before {
  content: "";
  height: 6px;
  width: calc(100% + 2rem);
  display: block;
  background: #000;
  top: calc(50% - 3px);
  left: -1rem;
  position: absolute;
}
.productDetail__slider .pointer {
  position: absolute;
  top: 50%;
  height: 2rem;
  width: 2rem;
  border-radius: 100vmax;
  border: 4px solid #000;
  background: #fff;
  cursor: ew-resize;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: background-color 200ms;
  transition: background-color 200ms;
}
.productDetail__slider.is-active .pointer {
  background-color: #000;
}
.productDetail__sliderDesc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 2em;
  font-size: 0.875rem;
}
@media screen and (max-width: 500px) {
  .productDetail__sliderDesc {
    padding: 0;
  }
}
.productDetail__sliderDesc::before {
  content: "";
  width: 26px;
  height: 20px;
  background-image: url(../images/arrow.png);
  background-size: contain;
  display: inline-block;
  margin-right: 1em;
}

.theme {
  background-color: #fbfbfb;
  padding: 130px 0;
}
@media screen and (max-width: 500px) {
  .theme {
    padding: 80px 0;
  }
}
.theme__inner {
  max-width: 75rem;
  width: calc(100% - 2rem);
  margin-left: auto;
  margin-right: auto;
}
.theme__ttl {
  margin-bottom: 130px;
}
@media screen and (max-width: 500px) {
  .theme__ttl {
    margin-bottom: 80px;
  }
}
.theme__list img {
  display: block;
  max-width: 100%;
}
@media screen and (max-width: 500px) {
  .theme__list li:not(:last-child) {
    margin-bottom: 80px;
  }
}
.theme__list li figure {
  display: block;
  aspect-ratio: 39/22;
  width: 100%;
}
.theme__list li figure img {
  display: block;
  margin: 0 auto;
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.theme__list li .ttl {
  text-align: center;
  padding: 2em 0;
  font-size: 0.875rem;
  font-weight: bold;
}
.theme__list li .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #000;
  width: 100%;
  font-size: 0.75rem;
  text-decoration: none;
  height: 3.125rem;
  color: #000;
}
.theme__list li .btn::before {
  content: "";
  display: block;
  background-image: url(../images/icon_play.png);
  margin-right: 1em;
  height: 14px;
  width: 14px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: -webkit-filter 200ms;
  transition: -webkit-filter 200ms;
  transition: filter 200ms;
  transition: filter 200ms, -webkit-filter 200ms;
}
@media screen and (min-width: 501px) {
  .theme__list li .btn {
    -webkit-transition: ease 200ms;
    transition: ease 200ms;
  }
  .theme__list li .btn:hover {
    background-color: #000;
    color: #fff;
  }
  .theme__list li .btn:hover::before {
    -webkit-filter: invert(1);
            filter: invert(1);
  }
}
@media screen and (min-width: 501px) {
  .theme__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .theme__list li {
    width: calc((100% - 28px) * 0.3333);
  }
  .theme__list li:not(:nth-child(3n)) {
    margin-right: 14px;
  }
}
.theme__list.cfi li {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: opacity 600ms, -webkit-transform cubic-bezier(0.25, 1, 0.5, 1) 600ms;
  transition: opacity 600ms, -webkit-transform cubic-bezier(0.25, 1, 0.5, 1) 600ms;
  transition: opacity 600ms, transform cubic-bezier(0.25, 1, 0.5, 1) 600ms;
  transition: opacity 600ms, transform cubic-bezier(0.25, 1, 0.5, 1) 600ms, -webkit-transform cubic-bezier(0.25, 1, 0.5, 1) 600ms;
}
.theme__list.cfi.frame-in li {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.theme__list.cfi.frame-in li:nth-child(2) {
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}
.theme__list.cfi.frame-in li:nth-child(3) {
  -webkit-transition-delay: 400ms;
          transition-delay: 400ms;
}
.theme__list.cfi.frame-in li:nth-child(4) {
  -webkit-transition-delay: 600ms;
          transition-delay: 600ms;
}
.theme__list.cfi.frame-in li:nth-child(5) {
  -webkit-transition-delay: 800ms;
          transition-delay: 800ms;
}
.theme__list.cfi.frame-in li:nth-child(6) {
  -webkit-transition-delay: 1000ms;
          transition-delay: 1000ms;
}
.theme__list.cfi.frame-in li:nth-child(7) {
  -webkit-transition-delay: 1200ms;
          transition-delay: 1200ms;
}
.theme__list.cfi.frame-in li:nth-child(8) {
  -webkit-transition-delay: 1400ms;
          transition-delay: 1400ms;
}
.theme__list.cfi.frame-in li:nth-child(9) {
  -webkit-transition-delay: 1600ms;
          transition-delay: 1600ms;
}
.theme__notation {
  font-size: 0.8125rem;
  line-height: 1.9230769231;
}
.theme__notationContainer {
  padding-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.news {
  padding: 130px 0;
}
@media screen and (max-width: 500px) {
  .news {
    padding: 80px 0;
  }
}
.news img {
  display: block;
  max-width: 100%;
}
.news__inner {
  max-width: 75rem;
  width: calc(100% - 2rem);
  margin-left: auto;
  margin-right: auto;
}
.news__article {
  overflow: hidden;
  border-radius: 25px;
  -webkit-box-shadow: 0 0 13px #f0f0f0, 0 0 13px #f0f0f0, 0 0 13px #f0f0f0;
          box-shadow: 0 0 13px #f0f0f0, 0 0 13px #f0f0f0, 0 0 13px #f0f0f0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0;
  min-height: 420px;
}
.news__article.cfi {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}
.news__article.cfi.frame-in {
  -webkit-transition: opacity 800ms, -webkit-transform cubic-bezier(0.25, 1, 0.5, 1) 1200ms;
  transition: opacity 800ms, -webkit-transform cubic-bezier(0.25, 1, 0.5, 1) 1200ms;
  transition: opacity 800ms, transform cubic-bezier(0.25, 1, 0.5, 1) 1200ms;
  transition: opacity 800ms, transform cubic-bezier(0.25, 1, 0.5, 1) 1200ms, -webkit-transform cubic-bezier(0.25, 1, 0.5, 1) 1200ms;
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
@media screen and (max-width: 500px) {
  .news__article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
    border-radius: 16px;
  }
}
.news__article:not(:last-child) {
  margin-bottom: 50px;
}
.news__article figure {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
@media screen and (min-width: 501px) {
  .news__article figure {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 500px) {
  .news__article figure {
    padding: 80px 0;
    width: 80%;
  }
}
@media screen and (max-width: 500px) {
  .news__article .body {
    padding: 0 20px 40px;
  }
}
.news__article .body .ttl {
  font-size: 1.25rem;
  line-height: 2.75;
  font-weight: 500;
  padding-bottom: 0.25em;
  margin-bottom: 1.25em;
  border-bottom: 2px solid #cccccc;
}
@media screen and (max-width: 500px) {
  .news__article .body .ttl {
    line-height: 1.5;
    padding-bottom: 1em;
  }
}
.news__article .body .detail {
  font-size: 0.875rem;
  line-height: 1.7142857143;
}

.nanoblockDesc {
  border-top: 2px solid #ccc;
  padding: 130px 0;
}
@media screen and (max-width: 500px) {
  .nanoblockDesc {
    padding: 80px 0;
  }
}
.nanoblockDesc__inner {
  max-width: 75rem;
  width: calc(100% - 2rem);
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 500px) {
  .nanoblockDesc__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.nanoblockDesc__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.nanoblockDesc__logo img {
  display: block;
  max-width: 100%;
}
@media screen and (min-width: 501px) {
  .nanoblockDesc__logo {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .nanoblockDesc__logo {
    width: 80%;
    margin: 0 auto 80px;
  }
}
@media screen and (min-width: 501px) {
  .nanoblockDesc__desc {
    width: 50%;
  }
}
.nanoblockDesc__copy {
  font-weight: 700;
  font-size: 1.875rem;
  margin-bottom: 0.75em;
}
.nanoblockDesc__detail {
  font-size: 0.875rem;
  line-height: 2;
}
.nanoblockDesc__detail p:not(:last-child) {
  margin-bottom: 2em;
}
.nanoblockDesc__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #000;
  text-decoration: none;
  font-size: 0.875rem;
  border: 1px solid #000;
  margin-top: 50px;
  max-width: 390px;
}
.nanoblockDesc__link::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-image: url(../images/icon_external.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 0.5em;
  -webkit-transition: -webkit-filter 200ms;
  transition: -webkit-filter 200ms;
  transition: filter 200ms;
  transition: filter 200ms, -webkit-filter 200ms;
}
@media screen and (min-width: 501px) {
  .nanoblockDesc__link {
    -webkit-transition: ease 200ms;
    transition: ease 200ms;
  }
  .nanoblockDesc__link:hover {
    background-color: #000;
    color: #fff;
  }
  .nanoblockDesc__link:hover::after {
    -webkit-filter: invert(1) brightness(2);
            filter: invert(1) brightness(2);
  }
}