@charset "UTF-8";
@keyframes hamburgerTop {
  0% {
    top: 6px;
    transform: rotate(0deg);
  }
  50% {
    top: 14px;
    transform: rotate(0deg);
  }
  100% {
    top: 14px;
    transform: rotate(45deg);
  }
}
@keyframes hamburgerTopTab {
  0% {
    top: 4px;
    transform: rotate(0deg);
  }
  50% {
    top: 11px;
    transform: rotate(0deg);
  }
  100% {
    top: 11px;
    transform: rotate(45deg);
  }
}
@keyframes hamburgerCenter {
  0% {
    width: 100%;
  }
  50% {
    width: 0;
  }
  100% {
    width: 0;
  }
}
@keyframes hamburgerBottom {
  0% {
    bottom: 6px;
    transform: rotate(0deg);
  }
  50% {
    bottom: 14px;
    transform: rotate(0deg);
  }
  100% {
    bottom: 14px;
    transform: rotate(-45deg);
  }
}
@keyframes hamburgerBottomTab {
  0% {
    bottom: 4px;
    transform: rotate(0deg);
  }
  50% {
    bottom: 11px;
    transform: rotate(0deg);
  }
  100% {
    bottom: 11px;
    transform: rotate(-45deg);
  }
}
@keyframes hamburgerTopClose {
  0% {
    top: 14px;
    transform: rotate(45deg);
  }
  50% {
    top: 14px;
    transform: rotate(0deg);
  }
  100% {
    top: 6px;
    transform: rotate(0deg);
  }
}
@keyframes hamburgerTopTabClose {
  0% {
    top: 11px;
    transform: rotate(45deg);
  }
  50% {
    top: 11px;
    transform: rotate(0deg);
  }
  100% {
    top: 4px;
    transform: rotate(0deg);
  }
}
@keyframes hamburgerCenterClose {
  0% {
    width: 0;
  }
  50% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes hamburgerBottomClose {
  0% {
    bottom: 14px;
    transform: rotate(-45deg);
  }
  50% {
    bottom: 14px;
    transform: rotate(0deg);
  }
  100% {
    bottom: 6px;
    transform: rotate(0deg);
  }
}
@keyframes hamburgerBottomTabClose {
  0% {
    bottom: 11px;
    transform: rotate(-45deg);
  }
  50% {
    bottom: 11px;
    transform: rotate(0deg);
  }
  100% {
    bottom: 4px;
    transform: rotate(0deg);
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

input:focus,
select:focus,
textarea:focus {
  outline: none;
  border-color: #333;
}

img[src*=track] {
  display: none;
}

.header_area {
  height: 0;
  margin: 0;
  padding: 0;
}

.footer_area {
  height: 0;
  margin: 0;
  padding: 0;
}

#contents #main-column .footer_area {
  padding-top: 0;
}

#page {
  font-size: 16px;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  color: #333;
  line-height: 1.5;
  letter-spacing: 0;
}

.red {
  color: #D30000;
}

.pc-only {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-only {
    display: block;
  }
}

#contents {
  width: 100%;
  padding-top: 70px;
  padding-bottom: 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  #contents {
    padding-top: 64px;
  }
}
#contents section .title_c {
  background: #F7F7F7;
  padding: 36px 16px;
  border-top: none;
  border-bottom: none;
  margin: 0 auto 10px;
  text-align: left;
  float: none;
}
#contents section .title_c h1 {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  font-size: 24px;
  color: #333;
  margin: 0;
  padding: 0;
}
#contents section .title_c h1 span {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  letter-spacing: 0.04em;
}

#main-column {
  float: none;
  width: 100%;
  margin-bottom: 150px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #main-column {
    padding: 0;
    margin-bottom: 80px;
  }
}
#main-column h2 {
  border-top: none;
  letter-spacing: 0;
  padding: 0;
}
#main-column .top-section__heading {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  font-family: "Lato", sans-serif;
  font-size: 64px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.3;
  max-width: 1040px;
  padding: 0 20px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 768px) {
  #main-column .top-section__heading {
    font-size: 48px;
    padding: 0 12px;
  }
}
#main-column .top-section__heading span {
  color: #75787B;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  #main-column .top-section__heading span {
    font-size: 16px;
  }
}

#sub-column {
  display: none;
}

article section ul,
div#wrapper div#enquete-section ul,
div.cart-article div.cart-section ul {
  font-size: 100%;
  line-height: 1.5;
  color: #333;
}

section#itemDetail-wrap .description p {
  font-size: 100%;
  line-height: 1.5;
}

article h2 {
  background: none repeat scroll 0 0 transparent;
  border-top: none;
  font-size: 100%;
}

.w100 .freeArea2,
.w100 .freeArea3,
.w100 .freeArea4,
.w100 .freeArea5 {
  padding-bottom: 0;
  margin-bottom: 0;
}

.freeArea2 .free-contents ul,
.freeArea3 .free-contents ul,
.freeArea4 .free-contents ul,
.freeArea5 .free-contents ul {
  margin: 0px;
}

.freeArea2 .free-contents ul li,
.freeArea3 .free-contents ul li,
.freeArea4 .free-contents ul li,
.freeArea5 .free-contents ul li {
  list-style-type: none;
}

section h2 {
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  section h2 {
    font-size: 22px;
    margin-bottom: 20px;
  }
}

.price {
  display: flex;
  align-items: baseline;
  gap: 10px;
  color: #75787B;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .price {
    font-size: 14px;
  }
}
.price .selling_price {
  color: #75787B;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .price .selling_price {
    font-size: 14px;
  }
}
.price .taxin {
  display: none;
}

p.price span.selling_price,
p.price span.taxin {
  color: #75787B;
}

.product-price {
  display: flex;
  align-items: baseline;
  gap: 10px;
  color: #75787B;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .product-price {
    font-size: 14px;
  }
}
.product-price span {
  color: #75787B;
  font-size: 14px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .product-price span {
    font-size: 12px;
  }
}

#itemList .column4 {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #itemList .column4 {
    margin-bottom: 20px;
  }
}

.btn {
  position: relative;
  width: 313px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #333;
  color: #fff;
  font-size: 14px;
  margin: 0 auto;
  cursor: pointer;
  z-index: 1;
}
.btn:visited {
  color: #fff;
}
.btn:link {
  color: #fff;
}
.btn-arrow {
  position: absolute;
  inset: 0 10px 0 auto;
  margin: auto;
  width: 14px;
  height: 13px;
  object-fit: contain;
}
.btn-toggle {
  position: absolute;
  inset: 0 auto 0 19px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
}
.btn-toggle::before, .btn-toggle::after {
  content: "";
  position: absolute;
  inset: 0 0 0 0;
  margin: auto;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  transform: scale(1.1);
}
.btn-toggle::after {
  transition: transform 0.1s ease-in;
  transform: scale(1.1) rotate(90deg);
}
.btn.is-open .btn-toggle::after {
  transform: scale(0) rotate(90deg);
}

#bread-crumb-listTop {
  max-width: 1060px;
  padding: 0 30px;
  margin: 0 auto 30px;
}
#bread-crumb-listTop ol li {
  font-size: 12px;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  #bread-crumb-listTop ol li {
    font-size: 10px;
    line-height: 2;
  }
}

.top-section {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .top-section {
    margin-bottom: 50px;
  }
}
.top-section__inner {
  max-width: 1040px;
  padding: 0 20px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .top-section__inner {
    padding: 0 16px;
  }
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  background-color: #333;
  z-index: 999;
}
@media screen and (max-width: 768px) {
  header {
    height: 64px;
  }
}
header #header-inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  header #header-inner {
    padding: 0 20px;
  }
}
header #header-inner .header__logo {
  width: 150px;
  margin-right: auto;
  margin-left: 32px;
}
@media screen and (max-width: 768px) {
  header #header-inner .header__logo {
    width: 120px;
    margin-left: 20px;
  }
}
header #header-inner .header__logo a {
  display: flex;
}
header #gnav {
  width: fit-content;
  background-color: #333;
  margin: 0 auto;
}
@media screen and (min-width: 1700px) {
  header #gnav {
    margin-right: 220px;
  }
}

#header nav {
  margin: 0;
  text-align: left;
}
#header ul {
  list-style-type: none;
  padding: 0;
}

.header__menuBtn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .header__menuBtn {
    width: 24px;
    height: 24px;
  }
}
.header__menuBtn span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
}
.header__menuBtn::before, .header__menuBtn::after {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
}
.header__menuBtn::before {
  top: 6px;
}
@media screen and (max-width: 768px) {
  .header__menuBtn::before {
    top: 4px;
  }
}
.header__menuBtn::after {
  bottom: 6px;
}
@media screen and (max-width: 768px) {
  .header__menuBtn::after {
    bottom: 4px;
  }
}
.header__menuBtn.is-open.animation-enabled span {
  animation: hamburgerCenter 0.2s ease forwards;
}
.header__menuBtn.is-open.animation-enabled::before {
  animation: hamburgerTop 0.2s ease forwards;
}
@media screen and (max-width: 768px) {
  .header__menuBtn.is-open.animation-enabled::before {
    animation: hamburgerTopTab 0.2s ease forwards;
  }
}
.header__menuBtn.is-open.animation-enabled::after {
  animation: hamburgerBottom 0.2s ease forwards;
}
@media screen and (max-width: 768px) {
  .header__menuBtn.is-open.animation-enabled::after {
    animation: hamburgerBottomTab 0.2s ease forwards;
  }
}
.header__menuBtn.animation-enabled.has-been-clicked:not(.is-open) span {
  animation: hamburgerCenterClose 0.2s ease forwards;
}
.header__menuBtn.animation-enabled.has-been-clicked:not(.is-open)::before {
  animation: hamburgerTopClose 0.2s ease forwards;
}
@media screen and (max-width: 768px) {
  .header__menuBtn.animation-enabled.has-been-clicked:not(.is-open)::before {
    animation: hamburgerTopTabClose 0.2s ease forwards;
  }
}
.header__menuBtn.animation-enabled.has-been-clicked:not(.is-open)::after {
  animation: hamburgerBottomClose 0.2s ease forwards;
}
@media screen and (max-width: 768px) {
  .header__menuBtn.animation-enabled.has-been-clicked:not(.is-open)::after {
    animation: hamburgerBottomTabClose 0.2s ease forwards;
  }
}
@media screen and (max-width: 1024px) {
  .header__nav {
    display: none;
  }
}
.header__nav-list {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 1120px) {
  .header__nav-list {
    gap: 30px;
  }
}
.header__nav-item a {
  color: #fff;
  font-size: 14px;
}
@media screen and (max-width: 1280px) {
  .header__nav-item a {
    font-size: 12px;
  }
}
.header__util {
  display: flex;
  align-items: center;
  gap: 16px;
}
.header__util-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 768px) {
  .header__util-item {
    width: 26px;
    height: 26px;
  }
}
.header__util-item img {
  height: 100%;
  object-fit: contain;
}
.header__util-item svg {
  width: auto;
  height: 100%;
  object-fit: contain;
}

#mp_ta_top {
  display: contents;
}

#drawer {
  max-width: 428px;
  height: 100dvh;
  padding-bottom: 120px;
  color: #fff;
  background-color: #333;
  overflow-y: auto;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
#drawer.is-open {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
#drawer .menu__list {
  border-top: 1px solid #75787B;
}
#drawer .menu__item--sns {
  border-bottom: 1px solid #75787B;
}
#drawer .menu__item--sns .menu__header {
  border-bottom: none;
}
#drawer .menu__header, #drawer .menu__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 30px;
  border-bottom: 1px solid #75787B;
}
@media screen and (max-width: 768px) {
  #drawer .menu__header, #drawer .menu__link {
    padding: 15px 22px;
  }
}
#drawer .menu__header {
  cursor: pointer;
}
#drawer .menu__link:link, #drawer .menu__link:visited {
  color: #fff;
}
#drawer .menu__title {
  font-weight: 700;
}
#drawer .menu__arrow {
  width: 14px;
  height: 14px;
  object-fit: contain;
}
#drawer .menu__toggle {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
}
#drawer .menu__toggle::before, #drawer .menu__toggle::after {
  content: "";
  position: absolute;
  inset: 0 0 0 0;
  margin: auto;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  transform: scale(1.1);
}
#drawer .menu__toggle::after {
  transition: transform 0.1s ease-in;
  transform: scale(1.1) rotate(90deg);
}
#drawer .menu__legal {
  padding: 20px 30px;
}
@media screen and (max-width: 768px) {
  #drawer .menu__legal {
    padding: 15px 22px;
  }
}
#drawer .menu__legal li {
  margin-bottom: 8px;
}
#drawer .menu__legal a {
  display: flex;
  align-items: center;
  padding: 4px 0;
  gap: 8px;
  font-size: 14px;
}
#drawer .menu__legal a:link, #drawer .menu__legal a:visited {
  color: #fff;
}
#drawer .sub-menu {
  background-color: #555555;
  font-size: 14px;
}
#drawer .sub-menu.sns__list {
  background-color: #333;
}
#drawer .sub-menu.sns__list ul {
  display: grid;
  grid-template-columns: repeat(5, 39px);
  gap: 20px;
  padding-top: 12px;
  padding-left: 50px;
  padding-bottom: 24px;
}
#drawer .sub-menu.sns__list .sns__item {
  width: 39px;
  height: 39px;
  object-fit: contain;
}
#drawer .sub-menu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
#drawer .menu__item.is-open .menu__toggle::after {
  transform: scale(0) rotate(90deg);
}
#drawer .menu__item.is-open .sub-menu {
  max-height: none; /* または十分な高さ */
}

div#cart-footer, footer {
  background-color: #333;
  height: auto;
  margin-top: 0;
  width: 100%;
}

div#cart-footer div.cart-nav, footer nav, #copyright {
  float: none;
  font-size: 100%;
  text-align: left;
  color: #fff;
  padding: 0;
}

#footer {
  background-color: #333;
}
#footer .freearea {
  display: contents;
}

footer #footer-inner {
  width: 100%;
  max-width: 1060px;
  padding: 40px 30px 15px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  footer #footer-inner {
    padding: 30px 16px 15px;
  }
}
footer #footer-inner .btn {
  max-width: 262px;
  height: 42px;
  border: 1px solid #fff;
}

.footer__logo {
  width: 185px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .footer__logo {
    width: 164px;
    margin-bottom: 24px;
  }
}
.footer__nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
}
.footer__nav-container {
  max-width: 350px;
}
@media screen and (max-width: 768px) {
  .footer__nav-container {
    width: 100%;
    max-width: 100%;
  }
}
.footer__nav-item {
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .footer__nav-item {
    width: 100%;
    margin-bottom: 0;
    border-bottom: 1px solid #D9D9D9;
  }
}
.footer__nav-item a {
  color: #fff;
  text-decoration: none;
}
.footer__nav-item a:visited, .footer__nav-item a:link {
  color: #fff;
}
.footer__nav-item.is-open .footer__nav-ttl::after {
  transform: scale(0) rotate(90deg);
}
.footer__nav-ttl {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .footer__nav-ttl {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 8px;
    font-weight: 400;
  }
}
.footer__nav-list {
  padding-top: 12px;
  padding-left: 14px;
}
@media screen and (max-width: 768px) {
  .footer__nav-list {
    padding-top: 0;
    padding-left: 22px;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.3s ease;
  }
}
.footer__nav-list li {
  font-size: 13px;
  margin-bottom: 9px;
}
@media screen and (max-width: 768px) {
  .footer__nav-list li {
    font-size: 12px;
  }
  .footer__nav-list li:last-child {
    margin-bottom: 20px;
  }
}
.footer__nav-list.sns__list {
  display: grid;
  grid-template-columns: repeat(5, 39px);
  gap: 20px;
}
.footer__nav-list.sns__list .sns__item {
  width: 39px;
  height: 39px;
  object-fit: contain;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .footer__nav-list.sns__list .sns__item:last-child {
    margin-bottom: 20px;
  }
}
.footer__nav-contact {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .footer__nav-contact {
    padding-bottom: 22px;
  }
}
.footer__nav-txt {
  font-size: 13px;
  line-height: 1.6;
  margin-bottom: 5px;
  padding-top: 12px;
  padding-left: 15px;
}
@media screen and (max-width: 768px) {
  .footer__nav-txt {
    font-size: 12px;
    padding-top: 0;
    padding-left: 8px;
  }
}
.footer__nav-note {
  font-size: 11px;
  line-height: 1.6;
  margin-bottom: 18px;
  padding-left: 15px;
}
@media screen and (max-width: 768px) {
  .footer__nav-note {
    font-size: 10px;
    line-height: 1.6;
    margin-bottom: 11px;
    padding-left: 8px;
  }
}
.footer-accordion .footer__nav-ttl {
  position: relative;
}
.footer-accordion .footer__nav-ttl::before, .footer-accordion .footer__nav-ttl::after {
  content: "";
  position: absolute;
  inset: 0 10px 0 auto;
  margin: auto;
  display: block;
  width: 8px;
  height: 1px;
  background-color: #fff;
  transform: scale(1.1);
}
.footer-accordion .footer__nav-ttl::after {
  transition: transform 0.1s ease-in;
  transform: scale(1.1) rotate(90deg);
}
.footer__legal {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding-bottom: 18px;
  border-bottom: 1px solid #fff;
  margin-bottom: 18px;
}
@media screen and (max-width: 768px) {
  .footer__legal {
    flex-flow: column;
    gap: 14px;
    padding-bottom: 24px;
    margin-bottom: 12px;
  }
}
.footer__legal li a {
  color: #fff;
  font-size: 13px;
  text-decoration: none;
}
.footer__legal li a:visited, .footer__legal li a:link {
  color: #fff;
}

#footer .footer {
  display: none;
}

#copyright ul li {
  font-size: 11px;
  text-align: center;
}

#mp_footer_item2 {
  display: contents;
}

#mp_ta_footer_item2 {
  display: contents;
}

.freearea ul {
  list-style-type: none;
  padding: 0;
  padding-left: 22px;
}
.freearea p {
  margin: 0;
}
.freearea .footer__nav-txt {
  margin-bottom: 5px;
}
.freearea .footer__nav-note {
  margin-bottom: 11px;
}
.freearea .footer__legal {
  padding-bottom: 24px;
  padding-left: 0;
}

#floating-menu {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 100;
}
#floating-menu.footer-visible {
  position: absolute;
  bottom: 100%;
}
#floating-menu .pageTop-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background-color: rgba(51, 51, 51, 0.8);
}
@media screen and (max-width: 768px) {
  #floating-menu .pageTop-btn {
    width: 47px;
    height: 47px;
  }
}
#floating-menu .pageTop-btn img {
  width: 58px;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  #floating-menu .pageTop-btn img {
    width: 34px;
  }
}

.floating-search__btn {
  position: fixed;
  top: 130px;
  right: 0;
  width: 59px;
  background-color: #91A3B0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  z-index: 101;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .floating-search__btn {
    top: 100px;
    width: 41px;
  }
}
.floating-search__btn.is-visible {
  opacity: 1;
  visibility: visible;
}
.floating-search__btn a {
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 5px;
  width: 100%;
  height: 100%;
  padding: 11px 0 25px;
}
@media screen and (max-width: 768px) {
  .floating-search__btn a {
    padding: 7px 0 16px;
  }
}
.floating-search__btn a span {
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.2em;
  writing-mode: vertical-lr;
}
@media screen and (max-width: 768px) {
  .floating-search__btn a span {
    font-size: 12px;
  }
}
.floating-search__btn a img {
  width: 36px;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  .floating-search__btn a img {
    width: 27px;
  }
}

.floating-cart__btn {
  display: none;
}/*# sourceMappingURL=common.css.map */