@charset "UTF-8";
html {
  display: flex;
  flex-direction: column;
  scroll-padding-top: 60px;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

main {
  min-height: 1px;
}

footer {
  margin-top: auto;
}

html {
  overflow-y: scroll;
}

body {
  overflow-x: hidden;
  font-family: "m-plus-rounded-1c", sans-serif;
  font-size: 16px;
  color: #666;
  font-weight: 500;
  background: #fff;
  position: relative;
  width: 100vw;
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}
body.js-no_scroll {
  overflow: hidden;
}
body.js-no_scroll:before {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
}
body {
  /* フォントのジャミジャミ防止 */
}
body p, body a, body span, body li, body h1, body h2, body h3, body h4, body h5, body h6, body dt, body dd, body th, body td, body ul, body li {
  transform: rotate(0.03deg);
}
body {
  /* マウスドラッグ時の文字色変更 */
}
body::-moz-selection {
  background-color: pink;
  color: #fff;
}
body::selection {
  background-color: pink;
  color: #fff;
}

body {
  position: relative;
}
body.modal-open {
  overflow: hidden; /* モーダル表示時のスクロール無効化 */
}

main {
  padding-top: 110px;
}
@media (max-width: 767px) {
  main {
    padding-top: 100px;
  }
}
@media (max-width: 575px) {
  main {
    padding-top: 90px;
  }
}

p {
  line-height: 1.6;
}

:focus,
button:focus {
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  .form-wrap {
    padding: 12px 0 72px;
  }
}

.section-item {
  background-color: #fff;
  margin: 40px 0;
  padding: 40px 20px;
  border: 8px solid #EF86A7;
}
@media (max-width: 767px) {
  .section-item {
    padding: 20px 12px;
    margin: 12px 0;
    border: 6px solid #EF86A7;
  }
}
.section-item .limit-item {
  display: none;
  color: #e8307a;
  border: 1px solid #e8307a;
  background-color: #fdeef3;
  padding: 4px 8px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .section-item .limit-item {
    margin: 12px 0;
  }
}
.section-item .js-sold + span + .soldTxt {
  display: none;
  background-color: #c90000;
  color: #fff;
  width: 4em;
  padding: 0 8px;
  margin: 4px auto;
  letter-spacing: 0.2em;
  font-size: 14px;
  text-align: center;
}
.section-item select {
  display: none;
  margin-right: 8px;
  padding: 2px 8px;
  color: #333;
}
@media (max-width: 767px) {
  .section-item select {
    margin-left: 8px;
  }
}
.section-item select[name=qty] + span {
  display: none;
}

#anchor-cart {
  display: none;
  background-color: #fdeef3;
  border: 8px solid #EF86A7;
  padding: 40px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
#anchor-cart h2 img {
  height: 100%;
  max-height: 50px;
  width: auto;
}
@media (max-width: 767px) {
  #anchor-cart h2 img {
    max-height: 36px;
  }
}
@media (max-width: 767px) {
  #anchor-cart {
    padding: 20px;
    border: 6px solid #EF86A7;
  }
}

:root {
  scroll-behavior: auto !important;
}

@media (width < 768px) {
  select {
    font-size: 1rem;
  }
}
#kvCol {
  overflow: hidden;
  position: relative;
  background: #fff;
  margin: 0 auto 50px;
}
@media (max-width: 767px) {
  #kvCol {
    padding: 0;
    margin: 0 auto 10px;
  }
}
#kvCol #kvColInner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1350px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  #kvCol #kvColInner {
    display: block;
  }
}
#kvCol #kvColInner .kv {
  width: 60%;
  line-height: 0;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  #kvCol #kvColInner .kv {
    width: 100%;
  }
}
#kvCol #kvColInner .kv img {
  width: 100%;
  height: auto;
  display: block;
}
#kvCol #kvColInner .date {
  width: 40%;
  padding: 20px 40px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-height: 100%;
  overflow: hidden;
}
@media (max-width: 1200px) {
  #kvCol #kvColInner .date {
    padding: 20px 20px 20px 10px;
  }
}
@media (max-width: 767px) {
  #kvCol #kvColInner .date {
    width: 100%;
    padding: 20px;
  }
}
#kvCol #kvColInner .date h1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  margin-bottom: 40px;
}
@media (max-width: 1150px) {
  #kvCol #kvColInner .date h1 {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  #kvCol #kvColInner .date h1 {
    margin-bottom: 0;
  }
}
#kvCol #kvColInner .date h1::before, #kvCol #kvColInner .date h1::after {
  content: "";
  display: block;
  width: 100%;
  height: 30px;
  background: url("../img/title_line.png") no-repeat center;
  background-size: contain;
}
#kvCol #kvColInner .date ul {
  margin: 0;
  padding: 0;
  width: 100%;
}
#kvCol #kvColInner .date ul li {
  list-style: none;
  text-align: center;
}
#kvCol #kvColInner .date img {
  width: 100%;
  height: auto;
}

.venue-box {
  width: 80%;
  max-width: 800px;
  margin-inline: auto;
  margin-top: 30px;
}
@media (max-width: 991px) {
  .venue-box {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .venue-box {
    width: 100%;
    margin-top: 0;
  }
}
.venue-box h3 {
  text-align: center;
  padding: 10px 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
  font-family: "marvin-shadow", sans-serif;
  font-weight: 700;
  font-style: normal;
  transform: rotateZ(0.03deg);
}
@media (max-width: 767px) {
  .venue-box h3 {
    padding: 6px 0;
  }
}
.venue-box h3 img {
  height: 100%;
  max-height: 28px;
  width: auto;
}
@media (max-width: 767px) {
  .venue-box h3 img {
    max-height: 20px;
  }
}
.venue-box dl {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
  line-height: 2;
  max-width: 550px;
  padding: 16px 40px 20px;
  margin-inline: auto;
}
@media (max-width: 991px) {
  .venue-box dl {
    max-width: 1000px;
    padding: 8px 10px 20px;
    margin-bottom: 20px;
    line-height: 1.7;
  }
}
@media (max-width: 767px) {
  .venue-box dl {
    max-width: 800px;
    padding: 8px 10px 20px;
    margin-bottom: 20px;
    line-height: 1.7;
  }
}
.venue-box dl dt {
  display: block;
  width: 30%;
}
@media (max-width: 575px) {
  .venue-box dl dt {
    width: 100%;
  }
}
.venue-box dl dd {
  display: block;
  width: 70%;
}
@media (max-width: 575px) {
  .venue-box dl dd {
    width: 100%;
    margin-bottom: 16px;
  }
}
.venue-box dl dd ul {
  margin: 0;
  padding: 0;
}
.venue-box dl dd ul li {
  margin-top: 0;
  list-style: none;
}
.venue-box .box-inner-1 h3 {
  color: #e8307a;
  background-color: #fdeef3;
}
.venue-box .box-inner-1 dt {
  color: #e8307a;
}
.venue-box .box-inner-2 h3 {
  color: #21b4f7;
  background-color: #e3f5ff;
}
.venue-box .box-inner-2 dt {
  color: #21b4f7;
}
.venue-box .box-inner-3 h3 {
  color: #fabe00;
  background-color: #fff9d5;
}
.venue-box .box-inner-3 dt {
  color: #fabe00;
}
.venue-box .box-inner-4 h3 {
  color: #6eb92b;
  background-color: #faffe1;
}
.venue-box .box-inner-4 dt {
  color: #6eb92b;
}

.section-content {
  padding: 100px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 991px) {
  .section-content {
    padding: 80px 20px;
  }
}
@media (max-width: 767px) {
  .section-content {
    padding: 20px 0;
  }
}
.section-content::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 500%;
  height: 500%;
  transform: translate(-50%, -50%) rotate(45deg);
  z-index: -1;
  background-image: url(../img/bg_check.png);
  background-repeat: repeat;
  background-position: center;
  background-size: 50px;
  opacity: 0.3;
  pointer-events: none;
}
@media (max-width: 575px) {
  .section-content::before {
    width: 700%;
    height: 700%;
    opacity: 0.5;
    background-size: 30px;
  }
}
.section-content::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url(../img/bg_kirakira.png);
  background-repeat: repeat;
  background-position: center;
  background-size: 700px;
  opacity: 0.25;
}
@media (max-width: 767px) {
  .section-content::after {
    background-size: 400px;
  }
}
.section-content .box-content {
  background-color: #fff;
  padding: 40px 60px;
  width: min(90%, 1000px);
  margin-inline: auto;
  border: 8px solid;
}
@media (max-width: 767px) {
  .section-content .box-content {
    margin: 32px auto;
    max-width: 96%;
    padding: 32px 20px 32px;
  }
}
@media (max-width: 575px) {
  .section-content .box-content {
    border: 6px solid;
  }
}
.section-content .box-content h2 {
  font-family: "marvin", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 60px;
  transform: rotateZ(0.03deg);
  text-align: center;
  padding-bottom: 30px;
  letter-spacing: 3px;
}
@media (max-width: 575px) {
  .section-content .box-content h2 {
    font-size: 36px;
  }
}
.section-content .box-content h2 span {
  display: block;
  font-family: m-plus-rounded-1c, sans-serif;
  transform: rotateZ(0.03deg);
  font-weight: 700;
  font-size: 24px;
  margin-top: 10px;
}
@media (max-width: 575px) {
  .section-content .box-content h2 span {
    font-size: 18px;
  }
}
.section-content .box-content h2 span::before, .section-content .box-content h2 span::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin: 0 8px;
  position: relative;
  top: -1px;
}
.section-content .box-content .content-title {
  padding: 20px 0 10px;
  margin-bottom: 15px;
  font-size: 18px;
}

.section-summary {
  background-color: #EF86A7;
}
.section-summary .box-summary {
  border-color: #e8307a;
}
.section-summary .box-summary h2 {
  color: #e8307a;
}
.section-summary .box-summary h2 span::before, .section-summary .box-summary h2 span::after {
  background: url(../img/kirakira_pink.png) no-repeat center/contain;
}
.section-summary .box-summary p {
  line-height: 1.9;
}

.section-venue {
  background-color: #BAE3F9;
}
.section-venue .box-venue {
  border-color: #21b4f7;
}
.section-venue .box-venue h2 {
  color: #21b4f7;
}
.section-venue .box-venue h2 span::before, .section-venue .box-venue h2 span::after {
  background: url(../img/kirakira_blue.png) no-repeat center/contain;
}

.section-benefits {
  background-color: #FFEF97;
}
.section-benefits .box-benefits {
  border-color: #fabe00;
}
.section-benefits .box-benefits h2 {
  color: #fabe00;
}
.section-benefits .box-benefits h2 span::before, .section-benefits .box-benefits h2 span::after {
  background: url(../img/kirakira_yellow.png) no-repeat center/contain;
}

.section-precautions {
  background-color: #D8E697;
}
.section-precautions .box-precautions {
  border-color: #6eb92b;
}
.section-precautions .box-precautions h2 {
  color: #6eb92b;
}
.section-precautions .box-precautions h2 span::before, .section-precautions .box-precautions h2 span::after {
  background: url(../img/kirakira_green.png) no-repeat center/contain;
}
.section-precautions .box-precautions .content-title {
  border-bottom: 1px solid #6eb92b;
  color: #6eb92b;
}

.section-goods {
  padding: 100px;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .section-goods {
    padding: 80px 20px;
  }
}
@media (max-width: 575px) {
  .section-goods {
    padding: 32px 0;
  }
}
.section-goods::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url(../img/bg_kirakira_pink.png);
  background-repeat: repeat;
  background-position: center;
  background-size: 700px;
  opacity: 0.5;
}
@media (max-width: 767px) {
  .section-goods::after {
    background-size: 400px;
  }
}
.section-goods .box-goods {
  width: min(90%, 1000px);
  margin: 0 auto;
}
@media (max-width: 575px) {
  .section-goods .box-goods {
    margin: 0 auto;
    max-width: 96%;
  }
}
.section-goods .box-goods h2 {
  color: #e8307a;
  font-family: "marvin", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 60px;
  transform: rotateZ(0.03deg);
  text-align: center;
  letter-spacing: 3px;
}
@media (max-width: 575px) {
  .section-goods .box-goods h2 {
    font-size: 36px;
  }
}
.section-goods .box-goods h2 span {
  display: block;
  font-weight: 700;
  font-size: 24px;
  transform: rotateZ(0.03deg);
  margin-top: 10px;
}
@media (max-width: 575px) {
  .section-goods .box-goods h2 span {
    font-size: 18px;
  }
}
.section-goods .box-goods h2 span::before, .section-goods .box-goods h2 span::after {
  content: "";
  background: url(../img/kirakira_pink.png) no-repeat center/contain;
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin: 0 8px;
  position: relative;
  top: -1px;
}
.section-goods .box-goods .content-title {
  padding: 20px 0 10px;
  margin-bottom: 15px;
  font-size: 18px;
}

header .img-logo {
  display: block;
  width: 40vw;
  max-width: 160px;
  height: auto;
}
@media (max-width: 767px) {
  header .img-logo {
    width: 30vw;
  }
}

body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.1s ease, visibility 0.1s ease;
}
body.nav-open::before {
  opacity: 1;
  visibility: visible;
}

nav.navbar {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100vw;
  height: 80px;
  padding: 8px 0;
  background: #ffffff;
  border-bottom: 2px solid #e8307a;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1280px) {
  nav.navbar {
    padding: 8px 10px;
  }
}
nav.navbar .navbar-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1280px;
  margin-inline: auto;
  position: relative;
}
nav.navbar .navbar-container > div:last-child {
  display: flex;
  align-items: center;
  gap: 10px;
  position: static;
}
nav.navbar button.navbar-toggler {
  display: flex;
  align-items: center;
  padding: 0;
  border: none;
}
nav.navbar button.navbar-toggler:focus {
  box-shadow: none;
}
nav.navbar button.navbar-toggler::after {
  content: "\f0c9";
  display: block;
  font-family: "Font Awesome 5 Free";
  font-size: 18px;
  transform: rotate(0.03deg);
  font-weight: bold;
  color: #ffffff;
  background: #e8307a;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50px;
  text-align: center;
}
@media (max-width: 767px) {
  nav.navbar button.navbar-toggler::after {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
nav.navbar button.navbar-toggler[aria-expanded=true]::after {
  content: "\f00d";
}
nav.navbar #navbarToggleExternalContent {
  position: absolute;
  top: 140%;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1000;
  margin-top: 10px;
}
@media (max-width: 1280px) {
  nav.navbar #navbarToggleExternalContent {
    width: calc(100% - 20px);
    left: 10px;
  }
}
@media (max-width: 767px) {
  nav.navbar #navbarToggleExternalContent {
    width: 95vw;
    left: 50%;
    transform: translateX(-50%);
  }
}
nav.navbar #navbarToggleExternalContent.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
  display: block;
}
nav.navbar #navbarToggleExternalContent.is-fade.collapsing {
  height: auto !important;
  opacity: 0;
  transition: opacity 0.2s ease !important;
}
nav.navbar #navbarToggleExternalContent.is-fade.collapse.show {
  opacity: 1;
}
nav.navbar #navbarToggleExternalContent.collapse:not(.show) {
  display: none;
}
nav.navbar #navbarToggleExternalContent.collapse.show {
  display: block;
}
nav.navbar .navbar-nav {
  padding: 40px 0;
  background: #e8307a;
  border-radius: 20px;
  width: 100%;
}
@media (max-width: 767px) {
  nav.navbar .navbar-nav {
    padding: 0;
  }
}
nav.navbar .nav-item {
  width: 60%;
  margin: 0 auto;
  text-align: center;
  border-bottom: 1px solid #ffffff;
}
nav.navbar .nav-item:last-child {
  border-bottom: none;
}
@media (max-width: 767px) {
  nav.navbar .nav-item {
    width: 80%;
  }
}
nav.navbar .nav-link {
  display: block;
  padding: 20px 12px;
  text-decoration: none;
  color: #ffffff;
  letter-spacing: 2px;
  font-family: "marvin", sans-serif;
  font-weight: 500;
  font-size: 24px;
  transform: rotateZ(0.03deg);
  transition: 0.3s;
}
@media (max-width: 767px) {
  nav.navbar .nav-link {
    padding: 30px 0;
  }
}
nav.navbar .nav-link .nav-link__sub {
  font-family: m-plus-rounded-1c, sans-serif;
  transform: rotateZ(0.03deg);
  font-weight: 500;
  font-size: 16px;
  padding-left: 16px;
  vertical-align: middle;
}
nav.navbar .nav-link:hover {
  color: #FEE100;
  opacity: 1;
}

.shopping-btn {
  display: inline-block;
  height: 45px;
  line-height: 41px;
  padding: 0 15px;
  font-weight: 600;
  color: #e8307a;
  background: #ffffff;
  border: 2px solid #e8307a;
  border-radius: 30px;
  text-decoration: none;
  transition: 0.3s;
  white-space: nowrap;
}
.shopping-btn i {
  margin-right: 5px;
}
.shopping-btn::after {
  content: "\f0d7";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  margin-left: 5px;
}
.shopping-btn:hover {
  color: #e8307a;
  opacity: 0.8;
}
@media (max-width: 767px) {
  .shopping-btn {
    height: 35px;
    line-height: 31px;
    font-size: 13px;
    padding: 0 10px;
  }
}
@media (max-width: 575px) {
  .shopping-btn {
    font-size: 11px;
    padding: 0 8px;
  }
}

footer {
  padding: 12px;
}
footer .link-pageup {
  position: fixed;
  z-index: 1;
  right: 40px;
  bottom: 20px;
  font-size: 40px;
  width: 80px;
  height: 80px;
  color: #e8307a;
  text-decoration: none;
}
@media (max-width: 991px) {
  footer .link-pageup {
    right: 8px;
    bottom: 12px;
  }
}
@media (hover) {
  footer .link-pageup:hover {
    color: #e8307a;
  }
}
footer .link-pageup i {
  display: block;
}
footer .copyright {
  display: block;
  text-align: center;
  color: #e8307a;
  transform: rotate(0.03deg);
}
footer::-moz-selection {
  background-color: pink;
  color: #fff;
}
footer::selection {
  background-color: pink;
  color: #fff;
}

h1.hdg-title img {
  display: block;
  margin: 0 auto;
}

.section-info .hdg-info {
  margin-bottom: 32px;
  font-size: 24px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .section-info .hdg-info {
    font-size: 20px;
  }
}

.section-item .hdg-item {
  font-size: 24px;
  font-weight: 700;
  color: #e8307a;
  border-bottom: 1px dashed #EF86A7;
  padding-bottom: 8px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .section-item .hdg-item {
    font-size: 20px;
    margin-bottom: 12px;
  }
}

#anchor-cart .hdg-cart {
  text-align: center;
  font-weight: bold;
  color: #e8307a;
  padding: 12px 8px;
  font-size: 28px;
  margin-bottom: 32px;
}
#anchor-cart .hdg-cart::before, #anchor-cart .hdg-cart::after {
  content: "";
  background: url(../img/kirakira_pink.png) no-repeat center/contain;
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  margin: 0 8px;
  position: relative;
  top: -1px;
}
@media (max-width: 767px) {
  #anchor-cart .hdg-cart {
    font-size: 24px;
    margin-bottom: 20px;
  }
}

.list-icon {
  list-style-type: none;
  padding-left: 0;
}
.list-icon > li {
  padding-left: 1.4em;
  position: relative;
  margin-bottom: 8px;
}
.list-icon > li span {
  color: #e8307a;
  position: absolute;
  left: 0;
}

.section-info .list-info {
  margin: 32px 0;
}
.section-info .list-info dt {
  margin-bottom: 8px;
  font-size: 18px;
}
@media (max-width: 767px) {
  .section-info .list-info dt {
    font-size: 16px;
  }
}
.section-info .list-info dd {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .section-info .list-info dd {
    font-size: 14px;
  }
}
.section-info .list-info dd .list-icon {
  margin: 12px 0 0;
}

.section-item .list-item dt {
  margin-bottom: 4px;
  font-size: 18px;
  color: #e8307a;
  font-weight: bold;
}
@media (max-width: 767px) {
  .section-item .list-item dt {
    font-size: 14px;
    margin-bottom: 0;
  }
}
.section-item .list-item dd {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .section-item .list-item dd {
    font-size: 14px;
    margin-bottom: 12px;
  }
}
.section-item .list-item dt:nth-of-type(2) {
  display: none;
}
.section-item .list-item .txt-description {
  margin-bottom: 12px;
  display: none;
}
.section-item .list-item .txt-catchphrase {
  font-size: 14px;
  margin: 20px 0 32px;
}
.section-item .list-item .txt-note-comment03 {
  margin: 32px 0 0;
}
.section-item .list-item .txt-note-comment01 {
  margin: 8px 0 20px;
}

.list-select {
  margin: 4px 4px 20px;
}
.list-select dt,
.list-select dd {
  font-size: 14px;
  text-align: center;
}
.list-select dt {
  margin-bottom: 4px;
}
.list-select dd {
  display: none;
}

a {
  text-decoration: underline;
  color: #0098dd;
  word-break: break-all;
}
@media (hover) {
  a:hover {
    text-decoration: none;
    opacity: 0.8;
    color: #006b9c;
  }
}
a.btn {
  text-decoration: none;
}

.btn-item {
  display: none;
  background-color: #e8307a;
  color: #fff;
  text-decoration: none;
  padding: 8px;
  text-align: center;
  margin: 40px auto 0;
  width: 480px;
  max-width: 92%;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .btn-item {
    margin: 20px auto 0;
  }
}
.btn-item:after {
  content: "\f0d7";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  padding-left: 8px;
  font-size: 20px;
}
.btn-item:hover {
  color: #fff;
  text-decoration: none;
}
@media (hover) {
  .btn-item:hover {
    opacity: 0.7;
  }
}

.btn-cart {
  background-color: #e8307a;
  color: #fff;
  font-weight: 700;
  display: block;
  text-decoration: none;
  padding: 8px;
  width: 800px;
  max-width: 100%;
  text-align: center;
  margin: 20px auto 0;
  border: 2px solid #e8307a;
  border-radius: 30px;
}
@media (max-width: 575px) {
  .btn-cart {
    font-size: 4.2vw;
    letter-spacing: 0;
    border-radius: 20px;
  }
}
.btn-cart:before {
  content: "\f07a";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  padding-right: 8px;
  font-size: 20px;
}
@media (max-width: 575px) {
  .btn-cart:before {
    font-size: 4vw;
  }
}
@media (hover) {
  .btn-cart:hover {
    opacity: 0.8;
    color: #fff;
  }
}