.substrate {
  background: #ffeca6;
  padding: 20px;
  margin-bottom: 20px;
}

.substrate h2 {
  font-size: 17px;
  line-height: 28px;
  margin-bottom: 25px;
}

.substrate ul {
  line-height: 28px;
  font-weight: 500;
  font-size: 18px;
}

.substrate li:nth-of-type(1) {
  margin-bottom: 20px;
}

.substrate span {
  display: block;
  font-size: 16px;
  color: gray;
  font-weight: normal;
  line-height: 20px;
}

.substrate.red {
  position: relative;
  background-color: #bf2219;
  color: #fff;
  margin-top: -20px;
}

.substrate.red::before {
  content: "";
  display: block;
  width: 300px;
  height: 300px;
  background-image: url(../images/GAN.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 20%;
  right: 20px;
}

.substrate.red p {
  color: #fff;
  padding-left: 40px;
  padding-right: 260px;
}

.badan {
  padding-left: 40px;
  font-size: 2em;
  text-transform: uppercase;
  color: #bf2219;
}

@media (max-width: 1280px) {
  .substrate.red::before {
    width: 150px;
    height: 150px;
    position: static;
    display: block;
    margin: -20px auto -20px;
  }
  .substrate.red p {
    padding-right: 0;
  }
  .badan {
    font-size: 1em;
    padding-left: 0;
    text-align: center;
  }
}

.badan::after {
  content: url(../images/badan.png);
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
}

.content-btn {
  background: red;
  padding: 23px;
  margin: 12px 0px;
  width: 178px;
  color: #fff;
  text-shadow: 0 -1px 0 #000000, 0 -1px 0 #000000, 0 1px 0 #000000,
    0 1px 0 #000000, -1px 0 0 #000000, 1px 0 0 #000000, -1px 0 0 #000000,
    1px 0 0 #000000, -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000,
    1px 1px 0 #000000, -1px -1px 0 #000000, 1px -1px 0 #000000,
    -1px 1px 0 #000000, 1px 1px 0 #000000;
  font-size: 32px;
  border-radius: 5px;
  display: block;
  text-align: center;
  margin: 20px auto;
}

.content-btn:hover,
.content-btn:focus {
  text-decoration: none;
  color: #fff;
}

.textarea {
  line-height: normal;
  overflow-y: hidden;
  padding: 8px 7px;
  resize: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 260px;
  font-size: 17px;
  font-family: inherit;
}

.danger-text {
  color: red;
  font-weight: bold;
}

@media all and (max-width: 520px) {

  .desktop {
    display: none;
  }

  .c-app-nav > li > a {
    margin-left: 15px;
  }
}

@media screen and (max-width: 460px) {
  .c-post-img.u-blur {
    -webkit-transform: translate(3%, -7%) !important;
            transform: translate(3%, -7%) !important;
  }
}

@media screen and (max-width: 430px) {
  .c-post-img-wrap img {
    min-height: 0 !important;
  }
}

@media screen and (max-width: 370px) {
  #p0 {
    padding: 0 10px 0 10px !important;
  }

  .c-post-img.u-blur {
    -webkit-transform: translate(5%, -10%) !important;
            transform: translate(5%, -10%) !important;
  }
}

.offer-info {
  margin: 0 auto;
  width: 100%;
  max-width: 700px;
  text-align: center;
}

.offer-info__title {
  text-align: center;
  display: inline-block;
  position: relative;
  padding-left: 50px;
  margin: 0 0 22px;
}

.offer-info__title::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-image: url("../images/logo_univer.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.offer-info-inner {
  font-size: 0;
  text-align: center;
  margin-bottom: 22px;
}

.offer-info__discount,
.offer-info__product {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
}

.offer-info__discount {
  width: 40%;
  text-align: center;
}

.offer-info__discount-coupon {
  display: inline-block;
  padding: 10px 15px;
  text-align: center;
  border: 2px dashed #000000;
  border-radius: 8px;
  position: relative;
  min-width: 120px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.offer-info__discount-coupon::before,
.offer-info__discount-coupon::after {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  background-image: url("../images/scissors.svg");
  background-size: contain;
  background-position: center center;
}

.offer-info__discount-coupon::before {
  top: -9px;
  left: 10%;
}

.offer-info__discount-coupon::after {
  bottom: -9px;
  right: 10%;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.coupon-price--old {
  text-decoration: line-through;
}

.coupon-price--new {
  font-size: 28px;
  font-weight: 700;
  color: #ff0000;
}

.offer-info__discount-annotation {
  font-size: 14px;
  display: block;
  margin-top: 5px;
}

.offer-info__product {
  width: 60%;
}

@media all and (max-width: 1023px) {
  .offer-info__discount,
  .offer-info__product {
    display: block;
    width: 100%;
  }
  .offer-info__discount {
    margin-bottom: 22px;
  }
}

.offer-info__product-pic {
  display: block;
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
}

.center {
  text-align: center;
}

@media all and (max-width: 1279px) {
  .s-from-nav,
  .u-glamor {
    display: none;
  }
}

.mb22 {
  margin-bottom: 22px;
}
@media screen and (max-width:760px) {
  .is-fixed.is-compressed .c-app-nav, .is-fixed.is-compression .c-app-nav {
    margin-top: -80px;
  }
  .c-nav.is-fixed {
    top: -40px;
  }
}
@media screen and (max-width:991px) {
  .commit-text:nth-child(-n+8) {
    display: none;
  }
  .com-txt {
    padding-left: 0;
  }
}
.heading {
  font-size: 60px;
  position: absolute;
  top: 310px;
  right: 220px;
}
.mpmin {
  display: none;
}
@media screen and (max-width:1600px) {
  .heading {
    top: 270px;
    right: 180px;
  }
}
@media screen and (max-width:1370px) {
  .heading {
    top: 250px;
    right: 180px;
  }
}
@media screen and (max-width:1280px) {
  .heading {
    font-size: 40px;
    top: 145px;
    right: 90px;
  }
}
@media screen and (max-width:760px) {
  .heading {
    font-size: 50px;
    top: 35%;
    right: 50%;
    margin-right: -145px;
  }
  .c-post-img {
    display: none;
  }
  
.mpmin {
  display: block;
}
.c-post-img-wrap {
  position: relative;
  width: 100%;
}
}
@media screen and (max-width:640px) {
  .heading {
    top: 30%;
  }
}
@media screen and (max-width:540px) {
  .heading {
    top: 25%;
  }
}
@media screen and (max-width:460px) {
  .heading {
    font-size: 40px;
    z-index: 10;
    margin-right: -120px;
  }
}
@media screen and (max-width:390px) {
  .heading {
    top: 20%;
  }
}
@media screen and (max-width:370px) {
  .heading {
    font-size: 30px;
    margin-right: -80px;
  }
  .p-name.c-post-title.u-uppercase.js-si-title {
    position: relative;
    top: 10px;
  }
}