@charset "UTF-8";


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

#magazine {
  font-feature-settings: "palt";
  color: #2d2d2d;
}
#magazine h2{
  text-align:center;
  margin-bottom: .5em;
  font-size: 1.3em;

  color: #e9adad;
}

/* --------------------
   Header
-------------------- */
.articleHeader {
    margin-bottom: 0;
}
/* --------------------
   #intro
-------------------- */
.inBlock_L.exp{
  max-width: 44em;
}

/* --------------------
   #cont1
-------------------- */
#cont1 img.ttl{
  margin-bottom: 1em;
}



/* --------------------
   .card
-------------------- */
.card .priceBox .price:not(.discount) .num {
  font-size: 1.875em;
}
.card .card_header .ttl {
   color: #000;
}
.card .card_header .imgBox {
   top: 1em;
   right: -5%;
}
.buyBtn {
   background: #e9adad;
   border-color: #e9adad;
}
.buyBtn:hover {
   color: #e9adad;
   background-color: #fff;
   border-color: #e9adad;
}

.card .subscription {
   color: #00a33d;
   font-weight: 500;
}


/* --------------------
   .modal
-------------------- */
.modal-comingsoon-ttl {
  font-size: 2.65em;
  line-height: 1;
  font-family: 'Sulphur Point', sans-serif;
  margin: 0 0 0.5em;
}
.buyBtn.remodal-cancel:before {
  display: block;
  content: "";
  width: 1.25em;
  height: 2px;
  background: currentColor;
  position: absolute;
  top: 50%;
  right: 7.5%;
  transform: translateY(-50%) rotate(-45deg);
}
.buyBtn.remodal-cancel:after {
  width: 1.25em;
  height: 2px;
  border: none;
  background: currentColor;
}
