@import url("https://fonts.googleapis.com/css?family=Montserrat");
/*
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
/* line 9, ../sass/_animate.scss */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
  /* line 17, ../sass/_animate.scss */
  from {
    opacity: 0;
  }

  /* line 21, ../sass/_animate.scss */
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  /* line 27, ../sass/_animate.scss */
  from {
    opacity: 0;
  }

  /* line 31, ../sass/_animate.scss */
  to {
    opacity: 1;
  }
}

/* line 36, ../sass/_animate.scss */
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  /* line 42, ../sass/_animate.scss */
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  /* line 48, ../sass/_animate.scss */
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  /* line 56, ../sass/_animate.scss */
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  /* line 62, ../sass/_animate.scss */
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/* line 69, ../sass/_animate.scss */
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInUp {
  /* line 75, ../sass/_animate.scss */
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 25%, 0);
    transform: translate3d(0, 25%, 0);
  }

  /* line 81, ../sass/_animate.scss */
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  /* line 89, ../sass/_animate.scss */
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 25%, 0);
    transform: translate3d(0, 25%, 0);
  }

  /* line 95, ../sass/_animate.scss */
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/* line 102, ../sass/_animate.scss */
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes borderAnimationTopBottom {
  /* line 108, ../sass/_animate.scss */
  from {
    width: 0;
  }

  /* line 112, ../sass/_animate.scss */
  to {
    width: 100%;
  }
}

@keyframes borderAnimationTopBottom {
  /* line 118, ../sass/_animate.scss */
  from {
    width: 0;
  }

  /* line 122, ../sass/_animate.scss */
  to {
    width: 100%;
  }
}

/* line 127, ../sass/_animate.scss */
.borderAnimationTopBottom {
  -webkit-animation-name: borderAnimationTopBottom;
  animation-name: borderAnimationTopBottom;
}

@-webkit-keyframes borderAnimationLeftRight {
  /* line 133, ../sass/_animate.scss */
  from {
    height: 0;
  }

  /* line 137, ../sass/_animate.scss */
  to {
    height: 100%;
  }
}

@keyframes borderAnimationLeftRight {
  /* line 143, ../sass/_animate.scss */
  from {
    height: 0;
  }

  /* line 147, ../sass/_animate.scss */
  to {
    height: 100%;
  }
}

/* line 152, ../sass/_animate.scss */
.borderAnimationLeftRight {
  -webkit-animation-name: borderAnimationLeftRight;
  animation-name: borderAnimationLeftRight;
}

/* line 13, ../sass/index.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 20, ../sass/index.scss */
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 26, ../sass/index.scss */
body {
  background-image: url(../images/natural_paper_@2X.png);
  background-position: center center;
  background-repeat: repeat;
  background-size: 523px 384px;
  animation: fadeIn 3s ease 0s 1 normal;
  -webkit-animation: fadeIn 3s ease 0s 1 normal;
}
@media all and (max-width: 767px) {
  /* line 26, ../sass/index.scss */
  body {
    width: 100%;
    overflow-y: hidden;
  }
}
@media all and (min-width: 768px) {
  /* line 26, ../sass/index.scss */
  body {
    min-width: 1140px;
  }
}

/* line 43, ../sass/index.scss */
img {
  max-width: 100%;
  vertical-align: bottom;
}

/* line 48, ../sass/index.scss */
.main-visual {
  background-size: cover;
  background-position: center center;
  position: relative;
}
@media all and (max-width: 767px) {
  /* line 48, ../sass/index.scss */
  .main-visual {
    height: auto !important;
    margin-bottom: 40px;
  }
  /* line 57, ../sass/index.scss */
  .main-visual::before {
    content: "";
    display: block;
    padding-top: 75%;
  }
}
@media all and (min-width: 768px) {
  /* line 48, ../sass/index.scss */
  .main-visual {
    width: 100%;
    max-width: 1280px;
    min-height: 600px;
    margin: 0 auto 80px;
  }
}
/* line 71, ../sass/index.scss */
.main-visual .title {
  width: 100%;
  text-align: center;
  padding: 0 10vw;
  position: absolute;
  bottom: 10%;
}
/* line 78, ../sass/index.scss */
.main-visual .title img {
  width: 100%;
  max-width: 591px;
}

/* line 85, ../sass/index.scss */
.main-copy {
  text-align: center;
}
/* line 87, ../sass/index.scss */
.main-copy img {
  width: 100%;
}
@media all and (max-width: 767px) {
  /* line 85, ../sass/index.scss */
  .main-copy {
    margin-bottom: 40px;
  }
  /* line 90, ../sass/index.scss */
  .main-copy img {
    max-width: 307px;
  }
}
@media all and (min-width: 768px) {
  /* line 85, ../sass/index.scss */
  .main-copy {
    margin-bottom: 80px;
  }
  /* line 94, ../sass/index.scss */
  .main-copy img {
    max-width: 808px;
  }
}

/* line 98, ../sass/index.scss */
.internal-links {
  list-style: none;
  text-align: center;
  padding: 0;
  margin-top: 0;
}
@media all and (max-width: 767px) {
  /* line 98, ../sass/index.scss */
  .internal-links {
    max-width: 420px;
    margin: 0 auto 80px;
  }
  /* line 108, ../sass/index.scss */
  .internal-links::before, .internal-links::after {
    content: "";
    display: table;
  }
  /* line 112, ../sass/index.scss */
  .internal-links::after {
    clear: both;
  }
  /* line 116, ../sass/index.scss */
  .internal-links li {
    float: left;
    width: 25%;
    padding: 0 5px;
  }
}
@media all and (min-width: 768px) {
  /* line 98, ../sass/index.scss */
  .internal-links {
    margin-bottom: 100px;
  }
  /* line 125, ../sass/index.scss */
  .internal-links li {
    display: inline-block;
    width: 120px;
  }
  /* line 126, ../sass/index.scss */
  .internal-links li + li {
    margin-left: 20px;
  }
}

/* line 130, ../sass/index.scss */
.container {
  margin-right: auto;
  margin-left: auto;
}
@media all and (max-width: 767px) {
  /* line 130, ../sass/index.scss */
  .container {
    width: 100%;
    text-align: center;
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media all and (min-width: 768px) {
  /* line 130, ../sass/index.scss */
  .container {
    width: 1140px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
  }
}

/* line 148, ../sass/index.scss */
.row {
  position: relative;
}
/* line 151, ../sass/index.scss */
.row::before, .row::after {
  content: "";
  display: table;
}
/* line 155, ../sass/index.scss */
.row::after {
  clear: both;
}
@media all and (max-width: 767px) {
  /* line 148, ../sass/index.scss */
  .row {
    margin-right: -8px;
    margin-left: -8px;
  }
}
@media all and (min-width: 768px) {
  /* line 148, ../sass/index.scss */
  .row {
    margin-right: -20px;
    margin-left: -20px;
  }
}

/* line 171, ../sass/index.scss */
.title-block .title {
  position: relative;
}
/* line 174, ../sass/index.scss */
.title-block .title .background {
  opacity: 0.75;
}
/* line 178, ../sass/index.scss */
.title-block .title .number {
  width: 50%;
  position: absolute;
}
/* line 182, ../sass/index.scss */
.title-block .title .number::before {
  content: "";
  display: block;
  background-color: black;
  padding-top: 100%;
}
/* line 190, ../sass/index.scss */
.title-block .title .text {
  width: 83.33333333%;
  position: absolute;
  bottom: 0;
}
/* line 195, ../sass/index.scss */
.title-block .title .text::before {
  content: "";
  display: block;
  background-color: white;
  border: 4px solid black;
  padding-top: 76.16%;
}
/* line 206, ../sass/index.scss */
.section-1 .title-block .title .number {
  left: 0;
}
/* line 208, ../sass/index.scss */
.section-1 .title-block .title .number::before {
  background-color: #52857d;
}
/* line 210, ../sass/index.scss */
.section-1 .title-block .title .text {
  right: 0;
}
/* line 212, ../sass/index.scss */
.section-1 .title-block .title .text::before {
  border-color: #52857d;
}
/* line 217, ../sass/index.scss */
.section-2 .title-block .title .number {
  right: 0;
}
/* line 219, ../sass/index.scss */
.section-2 .title-block .title .number::before {
  background-color: #77aac7;
}
/* line 221, ../sass/index.scss */
.section-2 .title-block .title .text {
  left: 0;
}
/* line 223, ../sass/index.scss */
.section-2 .title-block .title .text::before {
  border-color: #77aac7;
}
/* line 228, ../sass/index.scss */
.section-3 .title-block .title .number {
  left: 0;
}
/* line 230, ../sass/index.scss */
.section-3 .title-block .title .number::before {
  background-color: #d9c21a;
}
/* line 232, ../sass/index.scss */
.section-3 .title-block .title .text {
  right: 0;
}
/* line 234, ../sass/index.scss */
.section-3 .title-block .title .text::before {
  border-color: #d9c21a;
}
/* line 239, ../sass/index.scss */
.section-4 .title-block .title .number {
  right: 0;
}
/* line 241, ../sass/index.scss */
.section-4 .title-block .title .number::before {
  background-color: #a88851;
}
/* line 243, ../sass/index.scss */
.section-4 .title-block .title .text {
  left: 0;
}
/* line 245, ../sass/index.scss */
.section-4 .title-block .title .text::before {
  border-color: #a88851;
}

@media all and (max-width: 767px) {
  /* line 250, ../sass/index.scss */
  .section-1, .section-2, .section-3, .section-4 {
    margin-bottom: 100px;
  }
}
@media all and (min-width: 768px) {
  /* line 250, ../sass/index.scss */
  .section-1, .section-2, .section-3, .section-4 {
    margin-bottom: 160px;
  }
  /* line 257, ../sass/index.scss */
  .section-1 .title, .section-2 .title, .section-3 .title, .section-4 .title {
    position: absolute;
    z-index: 1;
  }
}

/* line 265, ../sass/index.scss */
.image-1 img, .image-2 img, .image-3 img, .image-4 img, .image-5 img, .image-6 img, .image-7 img {
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.05);
}

/* line 268, ../sass/index.scss */
.copyright {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  text-align: center;
  margin-top: 0;
  margin-bottom: 3em;
}

/* line 276, ../sass/index.scss */
.footer-link {
  background: black;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  padding: 10px 0;
}
/* line 283, ../sass/index.scss */
.footer-link ul {
  list-style: none;
  text-align: center;
  padding: 0;
}
/* line 288, ../sass/index.scss */
.footer-link ul li {
  display: inline-block;
}
/* line 291, ../sass/index.scss */
.footer-link ul li a {
  color: gainsboro;
  text-decoration: none;
  padding: 0 2em;
  transition: all 0.5s;
}
/* line 297, ../sass/index.scss */
.footer-link ul li a:hover {
  color: white;
}

@media all and (max-width: 767px) {
  /* line 308, ../sass/index.scss */
  .pc_only {
    display: none;
  }

  /* line 310, ../sass/index.scss */
  .col-sp-1, .col-sp-2, .col-sp-3, .col-sp-4, .col-sp-5, .col-sp-6, .col-sp-7, .col-sp-8, .col-sp-9, .col-sp-10, .col-sp-11, .col-sp-12 {
    min-height: 1px;
    padding-left: 8px;
    padding-right: 8px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
  }

  /* line 319, ../sass/index.scss */
  .col-sp-12 {
    width: 100%;
  }

  /* line 320, ../sass/index.scss */
  .col-sp-11 {
    width: 91.66666667%;
  }

  /* line 321, ../sass/index.scss */
  .col-sp-10 {
    width: 83.33333333%;
  }

  /* line 322, ../sass/index.scss */
  .col-sp-9 {
    width: 75%;
  }

  /* line 323, ../sass/index.scss */
  .col-sp-8 {
    width: 66.66666667%;
  }

  /* line 324, ../sass/index.scss */
  .col-sp-7 {
    width: 58.33333333%;
  }

  /* line 325, ../sass/index.scss */
  .col-sp-6 {
    width: 50%;
  }

  /* line 326, ../sass/index.scss */
  .col-sp-5 {
    width: 41.66666667%;
  }

  /* line 327, ../sass/index.scss */
  .col-sp-4 {
    width: 33.33333333%;
  }

  /* line 328, ../sass/index.scss */
  .col-sp-3 {
    width: 25%;
  }

  /* line 329, ../sass/index.scss */
  .col-sp-2 {
    width: 16.66666667%;
  }

  /* line 330, ../sass/index.scss */
  .col-sp-1 {
    width: 8.33333333%;
  }

  /* line 332, ../sass/index.scss */
  .title-block {
    max-width: 420px;
    margin-top: -15vw;
    margin-bottom: 40px;
    position: relative;
  }
  /* line 338, ../sass/index.scss */
  .title-block .title {
    margin-bottom: 0;
    position: relative;
    z-index: 2;
  }
  /* line 343, ../sass/index.scss */
  .title-block .title .inner {
    text-align: center;
    padding: 20px 0;
  }

  /* line 350, ../sass/index.scss */
  .copy-1, .copy-2 {
    margin-bottom: 20px;
  }
  /* line 352, ../sass/index.scss */
  .copy-1 img, .copy-2 img {
    max-height: 32px;
  }
}
@media all and (min-width: 768px) {
  /* line 359, ../sass/index.scss */
  .sp_only {
    display: none;
  }

  /* line 361, ../sass/index.scss */
  .col-pc-1, .col-pc-2, .col-pc-3, .col-pc-4, .col-pc-5, .col-pc-6, .col-pc-7, .col-pc-8, .col-pc-9, .col-pc-10, .col-pc-11, .col-pc-12 {
    float: left;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 40px;
  }

  /* line 368, ../sass/index.scss */
  .row-pc-table, .col-pc-table {
    display: table;
    margin-bottom: 40px;
  }
  /* line 372, ../sass/index.scss */
  .row-pc-table .col-pc-1, .row-pc-table .col-pc-2, .row-pc-table .col-pc-3, .row-pc-table .col-pc-4, .row-pc-table .col-pc-5, .row-pc-table .col-pc-6, .row-pc-table .col-pc-7, .row-pc-table .col-pc-8, .row-pc-table .col-pc-9, .row-pc-table .col-pc-10, .row-pc-table .col-pc-11, .row-pc-table .col-pc-12, .col-pc-table .col-pc-1, .col-pc-table .col-pc-2, .col-pc-table .col-pc-3, .col-pc-table .col-pc-4, .col-pc-table .col-pc-5, .col-pc-table .col-pc-6, .col-pc-table .col-pc-7, .col-pc-table .col-pc-8, .col-pc-table .col-pc-9, .col-pc-table .col-pc-10, .col-pc-table .col-pc-11, .col-pc-table .col-pc-12 {
    float: none;
    display: table-cell;
  }
  /* line 378, ../sass/index.scss */
  .row-pc-table.v-bottom .col-pc-1, .row-pc-table.v-bottom .col-pc-2, .row-pc-table.v-bottom .col-pc-3, .row-pc-table.v-bottom .col-pc-4, .row-pc-table.v-bottom .col-pc-5, .row-pc-table.v-bottom .col-pc-6, .row-pc-table.v-bottom .col-pc-7, .row-pc-table.v-bottom .col-pc-8, .row-pc-table.v-bottom .col-pc-9, .row-pc-table.v-bottom .col-pc-10, .row-pc-table.v-bottom .col-pc-11, .row-pc-table.v-bottom .col-pc-12, .col-pc-table.v-bottom .col-pc-1, .col-pc-table.v-bottom .col-pc-2, .col-pc-table.v-bottom .col-pc-3, .col-pc-table.v-bottom .col-pc-4, .col-pc-table.v-bottom .col-pc-5, .col-pc-table.v-bottom .col-pc-6, .col-pc-table.v-bottom .col-pc-7, .col-pc-table.v-bottom .col-pc-8, .col-pc-table.v-bottom .col-pc-9, .col-pc-table.v-bottom .col-pc-10, .col-pc-table.v-bottom .col-pc-11, .col-pc-table.v-bottom .col-pc-12 {
    vertical-align: bottom;
  }

  /* line 384, ../sass/index.scss */
  .col-pc-12 {
    width: 100%;
  }

  /* line 385, ../sass/index.scss */
  .col-pc-11 {
    width: 91.66666667%;
  }

  /* line 386, ../sass/index.scss */
  .col-pc-10 {
    width: 83.33333333%;
  }

  /* line 387, ../sass/index.scss */
  .col-pc-9 {
    width: 75%;
  }

  /* line 388, ../sass/index.scss */
  .col-pc-8 {
    width: 66.66666667%;
  }

  /* line 389, ../sass/index.scss */
  .col-pc-7 {
    width: 58.33333333%;
  }

  /* line 390, ../sass/index.scss */
  .col-pc-6 {
    width: 50%;
  }

  /* line 391, ../sass/index.scss */
  .col-pc-5 {
    width: 41.66666667%;
  }

  /* line 392, ../sass/index.scss */
  .col-pc-4 {
    width: 33.33333333%;
  }

  /* line 393, ../sass/index.scss */
  .col-pc-3 {
    width: 25%;
  }

  /* line 394, ../sass/index.scss */
  .col-pc-2 {
    width: 16.66666667%;
  }

  /* line 395, ../sass/index.scss */
  .col-pc-1 {
    width: 8.33333333%;
  }

  /* line 397, ../sass/index.scss */
  .push-12 {
    margin-left: 100%;
  }

  /* line 398, ../sass/index.scss */
  .push-11 {
    margin-left: 91.66666667%;
  }

  /* line 399, ../sass/index.scss */
  .push-10 {
    margin-left: 83.33333333%;
  }

  /* line 400, ../sass/index.scss */
  .push-9 {
    margin-left: 75%;
  }

  /* line 401, ../sass/index.scss */
  .push-8 {
    margin-left: 66.66666667%;
  }

  /* line 402, ../sass/index.scss */
  .push-7 {
    margin-left: 58.33333333%;
  }

  /* line 403, ../sass/index.scss */
  .push-6 {
    margin-left: 50%;
  }

  /* line 404, ../sass/index.scss */
  .push-5 {
    margin-left: 41.66666667%;
  }

  /* line 405, ../sass/index.scss */
  .push-4 {
    margin-left: 33.33333333%;
  }

  /* line 406, ../sass/index.scss */
  .push-3 {
    margin-left: 25%;
  }

  /* line 407, ../sass/index.scss */
  .push-2 {
    margin-left: 16.66666667%;
  }

  /* line 408, ../sass/index.scss */
  .push-1 {
    margin-left: 8.33333333%;
  }

  /* line 409, ../sass/index.scss */
  .push-0 {
    margin-left: auto;
  }

  /* line 411, ../sass/index.scss */
  .image-1 {
    margin-bottom: 80px;
  }

  /* line 415, ../sass/index.scss */
  .title-block {
    width: 530px;
    position: absolute;
    z-index: 1;
    top: 50%;
    margin-top: -267px;
  }
  /* line 422, ../sass/index.scss */
  .title-block .image img {
    width: 530px;
  }

  /* line 427, ../sass/index.scss */
  .copy-1 img, .copy-2 img {
    max-height: 43px;
  }

  /* line 430, ../sass/index.scss */
  .section-1 .title-block {
    left: 20px;
  }
  /* line 431, ../sass/index.scss */
  .section-1 .image-3 {
    padding-top: 65px;
  }
  /* line 432, ../sass/index.scss */
  .section-1 .copy-2 {
    text-align: right;
  }

  /* line 438, ../sass/index.scss */
  .section-2 .title-block {
    right: 20px;
  }
  /* line 439, ../sass/index.scss */
  .section-2 .image-2 {
    padding-top: 95px;
  }
  /* line 440, ../sass/index.scss */
  .section-2 .image-7 {
    padding-top: 80px;
  }
  /* line 441, ../sass/index.scss */
  .section-2 .copy-1 {
    position: absolute;
    top: 1074px;
    left: 50px;
  }
  /* line 446, ../sass/index.scss */
  .section-2 .copy-2 {
    position: absolute;
    top: 1492px;
    left: 686px;
  }

  /* line 454, ../sass/index.scss */
  .section-3 .title-block {
    left: 20px;
  }
  /* line 455, ../sass/index.scss */
  .section-3 .image-3 {
    padding-top: 75px;
  }
  /* line 456, ../sass/index.scss */
  .section-3 .copy-1 {
    position: absolute;
    top: 1002px;
    left: 686px;
  }
  /* line 461, ../sass/index.scss */
  .section-3 .copy-2 {
    position: absolute;
    top: 410px;
    left: -278px;
  }

  /* line 469, ../sass/index.scss */
  .section-4 .title-block {
    right: 20px;
  }
  /* line 470, ../sass/index.scss */
  .section-4 .image-2 {
    padding-top: 31px;
  }
  /* line 471, ../sass/index.scss */
  .section-4 .image-7 {
    padding-top: 80px;
  }
  /* line 472, ../sass/index.scss */
  .section-4 .copy-1 {
    position: absolute;
    top: 1172px;
    left: 112px;
  }
  /* line 477, ../sass/index.scss */
  .section-4 .copy-2 {
    position: absolute;
    top: 1558px;
    left: 590px;
  }
}
/* line 485, ../sass/index.scss */
.collection-link {
  text-align: center;
  margin-bottom: 80px;
}
/* line 489, ../sass/index.scss */
.collection-link .button {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  color: #000;
  vertical-align: middle;
  padding: 1.5em 2.5em;
  border: 2px solid #000;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  text-decoration: none;
  position: relative;
}
/* line 503, ../sass/index.scss */
.collection-link .button::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition: all 0.34s cubic-bezier(0.67, 0.01, 0.26, 1);
  transition: all 0.34s cubic-bezier(0.67, 0.01, 0.26, 1);
}
/* line 522, ../sass/index.scss */
.collection-link .button:hover, .collection-link .button:focus, .collection-link .button:active {
  color: white;
  text-decoration: none;
}
/* line 526, ../sass/index.scss */
.collection-link .button:hover::before, .collection-link .button:focus::before, .collection-link .button:active::before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
