#main_single #div_logo_desk {
  height: 25vh !important;
}
#main_single #div_logo_desk img {
  width: 10vh !important;
  min-width: 150px !important;
  max-width: 200px !important;
}
#main_single #div_back {
  padding: 0px 20px;
  margin-bottom: 10px;
}
#main_single #div_back a {
  color: #b2985c;
}
#main_single #div_goods_infoband {
  display: grid;
  grid-template-columns: 30% auto;
  gap: 20px;
  padding: 20px;
  align-items: center;
  background-color: #fff9ee;
}
#main_single #div_goods_infoband img {
  display: block;
  border-radius: 50%;
}
#main_single #div_goods_infoband div .name {
  font-size: 20px;
  font-weight: 800;
}
#main_single #div_goods_infoband div .price {
  font-size: 15px;
  color: #C30D23;
}
#main_single #div_content {
  padding: 0px 20px;
  margin-bottom: 50px;
}
#main_single #div_button_set {
  display: grid;
  gap: 20px;
}
#main_single #div_button_set .div_purchase_button {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 40px 10px 40px;
  background-color: #b2985c;
  color: white;
  border-radius: 50px;
  margin: 0px auto;
}
#main_single #div_button_set .div_purchase_button.base {
  background-color: #11beae;
}

a {
  color: #C30D23;
  text-decoration: none;
}

.small {
  font-size: 13px;
}

#div_carpet {
  margin: 0px auto;
}
#div_carpet .div_side {
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: sticky;
  top: 0px;
  overflow: hidden;
}
#div_carpet #div_left {
  display: flex;
  justify-content: center;
  align-items: center;
}
#div_carpet #div_left a {
  display: block;
  width: 50%;
  min-width: 150px;
  max-width: 250px;
}
#div_carpet #div_left a img {
  width: 100%;
}
#div_carpet #div_right {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-direction: column-reverse;
}
#div_carpet #div_right a {
  display: block;
  width: 100%;
  min-width: 100px;
  max-width: 150px;
  margin: 0px 20px 20px 0px;
}
#div_carpet #div_right a img {
  width: 100%;
}
#div_carpet #div_main {
  display: grid;
  grid-template-columns: auto min(100%, 428px) auto;
}
#div_carpet #div_main main {
  overflow-x: hidden;
  padding-bottom: 50px;
}
#div_carpet #div_main main #div_section_rower {
  display: grid;
  gap: 100px;
}
#div_carpet #div_main main .div_desk {
  margin: 0px 20px;
}
#div_carpet #div_main main .div_heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 900;
  margin-bottom: 40px;
}
#div_carpet #div_main main .div_heading::before {
  content: "";
  display: block;
  width: 36px;
  height: 12px;
  background-image: url("../image/asset_catears.svg");
  background-size: contain;
  background-position: bottom center;
}
#div_carpet #div_main main .div_heading div {
  color: #C30D23;
}
#div_carpet #div_main main .div_heading h1 {
  font-size: 20px;
  margin: 0px;
  line-height: 26px;
}
#div_carpet #div_main main .div_textpad {
  background-color: #fff9ee;
  padding: 20px;
  border-radius: 10px;
}
#div_carpet #div_main main .div_textpad p {
  margin: 0px;
}
#div_carpet #div_main main .div_textpad p:not(:last-child) {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #cccccc;
}
#div_carpet #div_main main #div_logo_desk {
  height: 50vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
#div_carpet #div_main main #div_logo_desk img {
  width: 20vh;
  min-width: 200px;
  max-width: 300px;
}
#div_carpet #div_main main #div_goods_desk {
  padding: 50px 0px;
  background-color: #fff9ee;
}
#div_carpet #div_main main #div_goods_desk #div_goods_gridder {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
#div_carpet #div_main main #div_goods_desk #div_goods_gridder a {
  color: #423633;
}
#div_carpet #div_main main #div_goods_desk #div_goods_gridder .div_goods {
  padding: 40px 10px 10px 10px;
  position: relative;
  border: 1px solid #efefef;
  border-radius: 10px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1803921569);
  background-color: white;
  text-align: center;
  transform-origin: 50% 10px;
  height: -webkit-fill-available;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#div_carpet #div_main main #div_goods_desk #div_goods_gridder .div_goods::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-color: #fff9ee;
  border: 1px solid #efefef;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.1803921569);
}
#div_carpet #div_main main #div_goods_desk #div_goods_gridder .div_goods img {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
  margin-bottom: 10px;
}
#div_carpet #div_main main #div_goods_desk #div_goods_gridder .div_goods .name {
  font-weight: 700;
  border-bottom: 1px dashed #cccccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-size: 13px;
}
#div_carpet #div_main main #div_goods_desk #div_goods_gridder .div_goods .price {
  color: #C30D23;
  font-size: 12px;
}
#div_carpet #div_main main #div_goods_desk #div_goods_gridder .div_goods.is-shaking {
  animation: hang-nudge 1200ms ease-out both;
}
@keyframes hang-nudge {
  0% {
    transform: rotate(0deg);
  }
  12% {
    transform: rotate(2.5deg);
  }
  26% {
    transform: rotate(-2deg);
  }
  40% {
    transform: rotate(1.4deg);
  }
  55% {
    transform: rotate(-1deg);
  }
  70% {
    transform: rotate(0.6deg);
  }
  85% {
    transform: rotate(-0.3deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
#div_carpet .portrait {
  display: none;
}
@media (orientation: portrait) {
  #div_carpet .portrait {
    display: block;
  }
}
@media (orientation: portrait) {
  #div_carpet {
    grid-template-columns: 100%;
  }
  #div_carpet img {
    width: 100%;
  }
  #div_carpet #div_nav {
    display: none;
  }
  #div_carpet #div_main {
    grid-template-columns: 100%;
  }
  #div_carpet #div_main .div_side {
    display: none;
  }
}/*# sourceMappingURL=master.css.map */