body,
html {
  width: 100%;
  height: 100%;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-wrap: break-word;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 1px;
  font-weight: 500;
  color: #040000;
}

@media (max-width: 768px) {
  body,
  html {
    font-size: 14px;
  }
}

@media (max-width: 320px) {
  body,
  html {
    font-size: 12px;
  }
}

a {
  text-decoration: none;
  color: initial;
}

p + p {
  margin-top: 0.5rem;
}

h1 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
}

h2 {
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1.5;
  margin-bottom: 1rem;
}

h3 {
  font-size: 1.2rem;
}

h4:not(:first-child) {
  margin-top: 15px;
}

@media (min-width: 769px) {
  h2 {
    font-size: 4.5rem;
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 5rem;
    letter-spacing: 3px;
  }

  h3 {
    font-size: 5rem;
  }
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-red {
  color: #dd3009;
}

.font-weight-bold {
  font-weight: 600;
}

.font-size-small {
  font-size: 0.9rem;
}

.text-underline {
  padding-bottom: 5px;
  font-weight: 600;
  background: linear-gradient(transparent 50%, #ff0 50%);
}

@media (max-width: 769px) {
  .text-underline {
    padding-bottom: 2px;
  }
}

.section {
  padding: 5rem 0;
  position: relative;
  overflow: hidden;
}

@media (min-width: 769px) {
  .section {
    padding: 7rem 0;
  }
}

.section-slim {
  padding: 3rem 0;
  position: relative;
  overflow: hidden;
}

.container {
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
  z-index: 99;
}

@media (min-width: 769px) {
  .container {
    padding: 0 60px;
  }
}

.title-img {
  transition: all 0.3s ease-out;
  transform: translateX(100%);
  opacity: 0;
}

.title-img.delighter.started {
  transform: none;
  opacity: 1;
}

@media (min-width: 769px) {
  .title-img {
    height: 100px;
    margin-bottom: 2rem;
  }
}

.firstview {
  margin-bottom: 50px;
}
@media screen and (min-width: 769px) {
  .firstview {
    margin-bottom: 100px;
  }
}

.kv {
  display: flex;
}

.kv-img {
  height: 460px;
  position: relative;
  width: calc(100% - 70px);
  margin-left: auto;
  overflow: hidden;
}

.kv-img .kv-background {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-duration: 14s;
}

.kv-background-1 {
  animation-name: kv-animation;
}

.kv-background-2 {
  animation-name: kv-animation;
  animation-delay: -7s;
}

@keyframes kv-animation {
  0% {
    opacity: 0;
  }

  10% {
    opacity: 1;
  }

  55% {
    opacity: 1;
  }

  60% {
    opacity: 0;
    transform: scale(1.1, 1.1);
  }

  100% {
    opacity: 0;
  }
}

@media screen and (min-width: 769px) {
  .kv-img {
    height: 600px;
    width: calc(100% - 170px);
  }
}

.kv-logo {
  position: absolute;
  right: 15px;
  bottom: 60px;
}

@media screen and (min-width: 769px) {
  .kv-logo {
    position: absolute;
    right: 85px;
    bottom: 130px;
    width: 250px;
  }
}

.kv-saga-silhouette {
  position: absolute;
  right: 10px;
}

.kv-saga-silhouette.top {
  bottom: 0;
}

.kv-saga-silhouette.bottom {
  top: 0;
}

@media screen and (min-width: 769px) {
  .kv-saga-silhouette {
    position: absolute;
    right: 70px;
    width: 300px;
  }
}

.st0 {
  fill: none;
  stroke: none;
  stroke-width: 3;
}

.fill {
  fill-opacity: 0;
  fill: #000;
  stroke: #000;
  transition: fill-opacity 0.8s;
}

.draw .fill {
  fill-opacity: 1;
}

.kv-main-copy {
  position: absolute;
  top: 230px;
  left: 10px;
  transform: rotate(-5deg);
  max-width: 280px;
  z-index: 99;
  filter: drop-shadow(2px 2px 0px white);
}

@media screen and (min-width: 321px) {
  .kv-main-copy {
    max-width: 340px;
  }
}

@media screen and (min-width: 769px) {
  .kv-main-copy {
    max-width: 700px;
    left: 100px;
  }
}

.key-message {
  font-size: 0.9rem;
  font-weight: 600;
  width: calc(100% - 70px);
  margin-left: auto;
  padding: 30px 10px 0 0;
  position: relative;
}

@media screen and (min-width: 769px) {
  .key-message {
    font-size: 16px;
    width: calc(100% - 170px);
    margin-left: auto;
    padding: 30px 10px 0 0;
  }
}

.logo {
  background-color: #249239;
  width: 130px;
  height: 180px;
  position: absolute;
  top: 30px;
  left: 10px;
  z-index: 98;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .logo {
    width: 300px;
    top: 30px;
    left: 50px;
  }
}

.logo img.pc {
  width: 200px;
}
@media screen and (max-width: 769px) {
  .logo img.pc {
    display: none;
  }
}

.logo img.sp {
  width: 70px;
}
@media screen and (min-width: 769px) {
  .logo img.sp {
    display: none;
  }
}

.product {
  position: relative;
  padding-top: 50px;
}

.product:not(:last-child) {
  padding-bottom: 300px;
}

.product:last-child {
  padding-bottom: 200px;
}

.product:not(:last-child).product-2 {
  padding-bottom: 450px;
}

.product .product-name {
  font-size: 3rem;
  font-weight: 900;
  position: absolute;
  right: 10px;
  top: 0px;
  z-index: 99;
}

.product .procuct-img-wrap {
  display: block;
  transition: all 0.5s ease-out;
  overflow: hidden;
  position: relative;
}

.product .procuct-img-wrap::before {
  content: "";
  background-color: #249239;
  width: 80%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  transition: all 0.5s ease-out;
}

.product .procuct-img-wrap.delighter.started::before {
  width: 0;
}

.product .procuct-img-wrap.open-left.delighter::before {
  left: 0;
}

.product .procuct-img-wrap.open-right.delighter::before {
  right: 0;
}

.product .procuct-img-wrap .product-img {
  width: 80%;
  height: 400px;
  object-fit: cover;
  object-fit: cover;
  display: block;
}

.product .product-text {
  background-color: #fff;
  width: 80%;
  max-width: 550px;
  padding: 20px 30px;
  position: absolute;
  top: 200px;
  right: 0;
  z-index: 99;
}

.product-2 .product-name {
  left: 10px;
}

.product-2 .product-img {
  margin-left: auto;
}

.product-2 .product-text {
  left: 0;
}

@media screen and (min-width: 415px) {
  .product:not(:last-child) {
    padding-bottom: 120px;
  }

  .product:last-child {
    padding-bottom: 70px;
  }
}

@media screen and (min-width: 769px) {
  .product {
    padding-top: 0;
    margin: 0 0 0 auto;
  }

  .product:not(:last-child) {
    padding-bottom: 250px;
  }

  .product:last-child {
    padding-bottom: 100px;
  }

  .product .product-name {
    font-size: 5rem;
    margin-right: 50px;
  }

  .product .procuct-img-wrap::before {
    width: 70%;
  }

  .product .procuct-img-wrap .product-img {
    width: 70%;
  }

  .product .product-text {
    max-width: 640px;
    padding: 60px;
    top: 200px;
  }

  .product-2 .product-name {
    left: 60px;
  }
}

.producers-wrap {
  display: flex;
  flex-wrap: wrap;
}

.producer {
  width: 100%;
  letter-spacing: 0;
  margin-bottom: 30px;
}

@media screen and (min-width: 415px) {
  .producer {
    width: calc(50% - 25px);
  }

  .producer:not(:nth-child(2n)) {
    margin-right: 50px;
  }
}

@media screen and (min-width: 769px) {
  .producer {
    width: calc(25% - 38px);
  }

  .producer:not(:nth-child(4n)) {
    margin-right: 50px;
  }
}

.producer-img {
  position: relative;
  border-radius: 8px;
  margin-bottom: 8px;
}

.producer-img img {
  width: 100%;
  height: auto;
  display: block;
}

.producer .name {
  font-weight: 700;
}

.producer .area {
  font-size: 0.85rem;
  font-weight: 700;
  color: #444444;
}

.producer .item {
  font-size: 0.85rem;
  color: #999999;
  margin-top: 4px;
}

.producer .description {
  font-size: 0.9rem;
  margin-top: 4px;
}

.wrap {
  display: flex;
  padding-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .wrap {
    flex-direction: column;
  }
}

.main {
  width: calc(100% - 170px);
  margin: 0 0 0 auto;
  padding: 0;
}
@media screen and (max-width: 1024px) {
  .main {
    width: 100%;
  }
}

.nav-btn {
  position: -webkit-sticky;
  position: sticky;
  top: 5px;
  right: 0;
  z-index: 9999;
  background-color: #249239;
  width: 60px;
  height: 60px;
  border-radius: 2px;
  margin: 5px 5px -70px auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav-btn .bar {
  width: 30px;
  height: 30px;
  position: relative;
}

.nav-btn .bar span {
  position: absolute;
  display: block;
  width: 30px;
  height: 3px;
  background: #fff;
  border-radius: 4px;
}

.nav-btn .bar span:nth-child(1) {
  top: 0px;
  transition-duration: 0.1s;
}

.nav-btn .bar span:nth-child(2) {
  top: calc(50% - 2px);
}

.nav-btn .bar span:nth-child(3) {
  bottom: 0px;
  transition-duration: 0.1s;
}

.nav-btn.open .bar span:nth-child(1) {
  transform: rotate(-45deg);
  top: calc(50% - 1px);
}

.nav-btn.open .bar span:nth-child(2) {
  display: none;
}

.nav-btn.open .bar span:nth-child(3) {
  transform: rotate(45deg);
  bottom: calc(50% - 1px);
}

@media screen and (min-width: 1025px) {
  .nav-btn {
    display: none;
  }
}

.nav-wrap {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
  display: none;
  transition: all 0.5s ease-out;
  font-weight: 600;
}

.nav-wrap.open {
  display: block;
}

.nav-wrap.open::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}

.nav-wrap .nav-inner {
  width: 200px;
  height: 100vh;
  background-color: #f2f2f2;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9998;
}

.nav-wrap .nav-inner .nav-logo {
  width: 100%;
  height: 150px;
  background-color: #249239;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 20px;
}

.nav-wrap .nav-inner .nav-logo img.sp {
  width: 100%;
}

@media screen and (min-width: 1025px) {
  .nav-wrap .nav-inner .nav-logo {
    height: 170px;
    align-items: center;
  }
  .nav-wrap .nav-inner .nav-logo img.sp {
    display: none;
  }
}

@media screen and (max-width: 1025px) {
  .nav-wrap .nav-inner .nav-logo img.pc {
    display: none;
  }
}

.nav-wrap .nav-inner nav {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100% - 150px);
  padding-top: 20px;
}

.nav-wrap .nav-inner .nav a {
  display: block;
  padding: 0 20px;
  font-size: 14px;
}

.nav-wrap .nav-inner .link-web {
  background-color: #249239;
  color: #fff;
  width: 100%;
  text-align: center;
  padding: 20px 0;
  letter-spacing: 0;
  display: block;
}

.nav-sns-share {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.nav-sns-share .list-sns {
  display: flex;
  margin-bottom: 15px;
}

.nav-sns-share .list-sns li:not(:last-child) {
  margin: 0 5px 0 0;
}

.nav-sns-share .list-sns a {
  display: block;
}

.nav-sns-share .list-sns a img {
  width: 50px;
  height: 50px;
  display: block;
}

@media screen and (min-width: 1025px) {
  .nav-wrap {
    display: block;
    position: -webkit-sticky;
    position: sticky;
    width: 170px;
  }

  .nav-wrap .nav-inner {
    width: 170px;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
  }

  .nav-wrap .nav-inner nav {
    height: calc(100% - 170px);
  }

  .nav-sns-share .list-sns {
    flex-direction: column;
  }

  .nav-sns-share .list-sns li:not(:last-child) {
    margin: 0 0 15px 0;
  }
}

.campaign {
  margin-top: 100px;
  height: 250px;
  width: 100%;
  background-image: url("/raw_assets/slp/saga/images/campaign_background_sp.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

.campaign-text {
  position: absolute;
  bottom: 100px;
  right: 15px;
  width: 75%;
  max-width: 300px;
}

@media screen and (min-width: 769px) {
  .campaign {
    margin-top: 0;
    background-image: url("/raw_assets/slp/saga/images/campaign_background_pc.jpg");
    height: 250px;
  }

  .campaign-text {
    bottom: 80px;
    right: 50px;
    width: 35%;
    max-width: unset;
  }
}

@media screen and (min-width: 1200px) {
  .campaign {
    height: 350px;
  }
}

.tabechoku-about {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
}

.tabechoku-about img {
  width: 100%;
  margin-bottom: 50px;
}

.about-note {
  color: #999999;
  font-size: 12px;
  margin: 40px 0 30px;
}

@media screen and (min-width: 769px) {
  .tabechoku-about {
    flex-direction: row;
    margin-bottom: 80px;
  }

  .tabechoku-about img {
    width: 50%;
    margin-left: 50px;
  }
}

.mock-wrap {
  display: flex;
  flex-direction: column;
}

.mock-inner {
  display: flex;
  justify-content: center;
}

.mock-btn-inner {
  display: flex;
}

.mock-btn-inner a {
  width: calc(50% - 5px);
  text-align: center;
}

.mock-btn-inner a:first-child {
  margin-right: 10px;
}

.mock-wrap .btn {
  margin-bottom: 20px;
  width: 150px;
}

.mock-wrap .btn:hover {
  opacity: 0.8;
}

.mock {
  width: calc(50% - 5px);
  max-width: 350px;
}

.mock img {
  width: 100%;
  height: auto;
}

.mock:first-child {
  margin-right: 10px;
}

@media screen and (min-width: 769px) {
  .mock-wrap {
    flex-direction: row;
    justify-content: space-between;
  }

  .mock-wrap .btn {
    width: 200px;
  }

  .mock-inner {
    justify-content: flex-end;
  }

  .mock-btn-inner {
    flex-direction: column;
    justify-content: flex-start;
  }

  .mock:first-child {
    margin-right: 30px;
  }
}

.footer-sns-share {
  padding: 30px;
  background: #f7f7f7;
  font-size: 16px;
  font-weight: 800;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

footer {
  width: 100%;
  background: #333;
  padding: 50px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

footer .footer-logo {
  background-color: #fff;
  max-width: 600px;
  width: 90%;
  border-radius: 20px;
  padding: 15px 30px;
  display: flex;
  justify-content: center;
}

footer .footer-logo img {
  width: 100%;
  max-width: 450px;
  display: block;
}

footer .copy {
  text-align: center;
  color: #fff;
  font-weight: 600;
  margin-top: 30px;
}

.background-img-kyusyu {
  position: absolute;
  z-index: -9999;
  right: 0;
  top: 40px;
}
@media screen and (min-width: 769px) {
  .background-img-kyusyu {
    right: auto;
    left: 450px;
    top: -10px;
    width: 450px;
  }
}

.background-img-saga {
  position: absolute;
  z-index: -9999;
  right: 0;
  top: 0;
  width: 250px;
}
@media screen and (min-width: 769px) {
  .background-img-saga {
    right: auto;
    left: 450px;
    top: -10px;
    width: 450px;
  }
}

.scroll {
  display: inline-block;
  position: absolute;
  left: 10px;
  top: 420px;
  z-index: 2;
  padding: 10px 10px 110px;
  overflow: hidden;
  color: #323b44;
  font-size: 14px;
  font-family: "Josefin Sans", sans-serif;
  line-height: 1;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-decoration: none;
  writing-mode: vertical-lr;
}

.scroll::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 100px;
  background: #323b44;
  animation: sdl 2s cubic-bezier(1, 0, 0, 1) infinite;
}

@media screen and (min-width: 769px) {
  .scroll {
    left: 60px;
    top: 550px;
  }
}

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

.fadein.delighter {
  transition: all 0.3s ease-out;
  transform: translateY(20px);
  opacity: 0;
}

.fadein.delighter.started {
  transform: none;
  opacity: 1;
}

/*商品カード*/
.product-card-columns-wrap {
  display: flex;
  flex-wrap: wrap;
}

.product-card {
  width: calc(50% - 10px);
  background-color: #fff;
  overflow: hidden;
  line-height: 1.5;
  letter-spacing: 0;
  margin-bottom: 30px;
  position: relative;
  border-radius: 8px;
}

.product-card:not(:nth-child(2n)) {
  margin-right: 20px;
}

@media (min-width: 769px) {
  .product-card {
    width: calc(25% - 23px);
  }

  .product-card:not(:nth-child(4n)) {
    margin-right: 30px;
  }
}

.product-card .img-product {
  position: relative;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}
.product-card .img-product:before {
  content: "";
  display: block;
  padding-top: 70%;
}

.product-card .img-product img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  display: block;
}

.product-card .product-info {
  padding: 10px 8px;
}

.product-card .product-info h4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  height: 63px;
  margin-bottom: 8px;
  font-size: 14px;
}

.product-card .product-info .price {
  font-size: 1.2rem;
  font-weight: 600;
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 10px;
}

/*送料無料、残りわずか、売り切れ*/
.product-card.flag-free-shipping .product-info .price::before {
  padding: 4px 4px;
  margin-right: 8px;
  font-size: 12px;
  line-height: 1;
  border-radius: 2px;
  content: "送料無料";
  color: #fff;
  background: #db3347;
}

.product-card.flag-soldout::after,
.product-card.flag-few::after {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 80px;
  height: 40px;
  transform: rotate(-45deg);
  position: absolute;
  top: -6px;
  left: -26px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0;
  line-height: 1.8;
}

.product-card.flag-soldout::after {
  content: "SOLD";
  background: #999;
  color: #fff;
  font-size: 12px;
}

.product-card.flag-few::after {
  content: "残りわずか";
  background: #ffeb3b;
  font-size: 12px;
}

/*アニメーション*/
.img-border {
  border: 2px solid #fff;
  transition: all 0.2s;
  overflow: hidden;
}

.img-border::before,
.img-border::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  content: "";
  width: 0;
  height: 0;
  border: 5px solid transparent;
}

.img-border-wrap:hover .img-border::before,
.img-border-wrap:hover .img-border::after {
  width: 100%;
  height: 100%;
}
.img-border-wrap:hover .img-border::before {
  border-top-color: #249239;
  border-right-color: #249239;
  transition: width 0.2s, height 0.2s 0.2s;
}
.img-border-wrap:hover .img-border::after {
  border-bottom-color: #249239;
  border-left-color: #249239;
  transition: height 0.2s, width 0.2s 0.2s;
}

/* もっと見る */
.more-btn {
  position: absolute;
  z-index: 999;
  bottom: 0;
  left: calc(50% - 100px);
  width: 200px;
  background-color: #249239;
  text-align: center;
  color: #fff;
  border-radius: 4px;
  padding: 10px;
  font-weight: 600;
}

.all-btn {
  width: 200px;
  background-color: #249239;
  text-align: center;
  color: #fff;
  border-radius: 4px;
  padding: 10px;
  font-weight: 600;
  display: block;
  margin: 0 auto;
}

.more-trigger {
  display: none;
}

.more-trigger:checked + .more-btn {
  display: none;
}

.more-trigger:checked ~ .more-item {
  height: auto;
}

.more-trigger:checked ~ .more-item::before {
  display: none;
}

.more-item {
  position: relative;
  overflow: hidden;
  height: 700px;
}

.more-item::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.9) 50%,
    rgba(255, 255, 255, 0.9) 50%,
    #fff 100%
  );
  z-index: 99;
  background: linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.9) 50%,
    rgba(255, 255, 255, 0.9) 50%,
    #fff 100%
  );
  z-index: 99;
}

.product-title {
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

.product-title::after {
  content: "";
  height: 1px;
  background: #000;
  flex-grow: 1;
  margin-left: 20px;
}

@media (min-width: 769px) {
  .product-title {
    font-size: 3rem;
  }

  .product-title::after {
    margin-left: 50px;
  }
}

.c-sagaBeltPostImage {
  position: absolute;
  top: 320px;
  left: 10px;
  z-index: 9999;

  width: 90%;
}

@media (min-width: 769px) {
  .c-sagaBeltPostImage {
    top: 420px;
    left: 120px;
    width: 670px;
  }
}

@media (max-width: 768px) {
.u-showonlyPC {
  display: none !important;
}
}

@media (min-width: 769px) {
  .u-showonlySP {
    display: none !important;
  }
}

.p-sagaKodawariMore {
  display: flex;
}

.p-sagaKodawariMore.p-sagaKodawariMore__marginBottom100 {
  margin-bottom: 100px;
}

.c-sagaButton {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  padding: 16px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.5px;
  transition: 300ms;
  text-decoration: none !important;
  cursor: pointer;
  text-align: center;
  border-radius: 4px;

  color: #ffffff;
  background: #cab270;
}
