@charset "UTF-8";


.block-container-section {
    padding: 0!important;
}

#magazine {
  font-feature-settings: "palt";
}

.buyBtn {
   border-color: #ee4ca2;
   background: #ee4ca2;
}
.buyBtn:hover {
   border-color: #ee4ca2;
   color: #ee4ca2;
}

/* --------------------
   Intro
-------------------- */
#intro {
   text-align: center;
}

/* --------------------
   #cont1
-------------------- */
@media (max-width: 960px) {
  .sp-over_img {
    width: auto;
    margin-right: -5em !important;
    margin-left: -5em !important;
    margin-bottom: 1em; }
}
@media (max-width: 768px) {
  .sp-over_img {
    width: 130vw;
    margin-right: -20.5vw !important;
    margin-left: -20.5vw !important;
    border-radius: 0 !important; }
}
/* --------------------
   #cont2
-------------------- */
#cont2 {
   
}

/* --------------------
   .card
-------------------- */
.card {
   background: #fdeaf2;
}
.card .card_header .imgBox {
   width: 40%;
   top: 1em;
}
.card .priceBox .off {
   flex-direction: column;
}
.card .priceBox .off em {
   font-weight: 500;
   display: block;
   margin-bottom: .25em;
   font-size: .575em;
}









