@media print {
  html {
    background-color: #fff !important;
  }

  body {
    color: #000;
  }

  #head,
  #header,
  #contents .noprint,
  #contents h1,
  #foot,
  #footer {
    display: none;
  }

  #contents .btn {
    display: none;
  }

  .bnr_area {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-around;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 680px;
    margin: auto;
  }

  .bnr_area div {
    overflow: hidden;
    padding-top: 5px;
  }

  .bnr_area div a>img {
    width: 90%;
    height: inherit;
  }

  .notice {
    font-size: 10px;
    line-height: 1.3;
    width: 670px;
    margin: 10px auto 0;
  }

  .u-hide-on-pc {
    display: none
  }

  /*********** coupon layout ***********/

  #coupon_all10 {
    position: relative;
    width: 790px;
    height: 289px;
    margin: 0 auto;
    text-align: center;
    background: url(/sites/default/files/media/pc/images/coupon/member/bg_coupon_all10.png) no-repeat;
  }

  #coupon_all10 .coupon_id {
    position: absolute;
    top: -4px;
    left: -4px;
    z-index: 20;
  }

  #coupon_all10 .offer_all10 {
    position: absolute;
    top: 35px;
    z-index: 10;
    width: 100%;
  }

  #coupon_all10 .time {
    position: absolute;
    bottom: 30px;
    z-index: 10;
    width: 100%;
    font-weight: bold;
    font-size: 20px;
    color: #b96cf7;
  }

  #coupon_1day_other {
    position: relative;
    width: 790px;
    height: 395px;
    margin: 0 auto;
    text-align: center;
    background: url(/sites/default/files/media/pc/images/coupon/member/bg_coupon.png) no-repeat;
  }

  #coupon_1day_other .coupon_id {
    position: absolute;
    top: -4px;
    left: -4px;
    z-index: 20;
  }

  #coupon_1day_other .offer_1day {
    position: absolute;
    top: 42px;
    z-index: 10;
    width: 100%;
  }

  #coupon_1day_other .offer_other {
    position: absolute;
    top: 197px;
    z-index: 10;
    width: 100%;
  }

  #coupon_1day_other .time {
    position: absolute;
    bottom: 39px;
    z-index: 10;
    width: 100%;
    font-weight: bold;
    font-size: 20px;
    color: #b96cf7;
  }



  /* share */
  .coupon_dsc_wrap {
    line-height: 1.8;
    width: 688px;
    margin: 0 auto;
    padding: 10px 15px 0;
    text-align: left;
    color: #333;
    border: none;
    background: #fff;
  }



  .itemList {
    overflow: hidden;
    margin: 10px auto 20px;
    text-align: left;
  }

  .itemList .left {
    float: left;
    width: 311px;
  }

  .itemList .right {
    float: right;
    width: 300px;
  }

  .itemList li {
    font-size: 12px;
    line-height: 1;
    position: relative;
    height: 32px;
  }

  .itemList li span {
    font-weight: bold;
    position: absolute;
    top: 0;
    right: 12px;
    width: 50px;
    text-align: right;
    color: #d25975;
  }

  .itemList li p.taxIn {
    font-size: .8em;
    font-weight: bold;
    position: absolute;
    top: 15px;
    right: 12px;
    width: 150px;
    text-align: right;
    color: #d25975;
  }

  #contents .bnr1 {
    margin: 0 0 10px 0;
  }

  #contents .bnr2 {
    margin: 0 0 10px 0;
  }

  #contents .bnr3 {
    display: none;
    margin: 0 0 10px 0;
  }

  #contents .bnr4 {
    margin: 0 0 10px 0;
  }

  #contents .bnr5 {
    margin: 0 0 10px 0;
  }

  #contents .txt1 {
    margin: 0 0 10px 0;
  }

  #contents .btn {
    margin: 15px;
  }

  #contents .notice {
    font-size: 11px;
    line-height: 1.6;
    width: 690px;
    margin: 15px auto;
    text-align: left;
  }

  #contents .notice_cp {
    font-size: 11px;
    line-height: 1.6;
    width: 684px;
    margin: 5px auto;
    text-align: left;
    color: #f00;
  }

  #contents .bnr_area {
    margin: 0 auto;
    overflow: hidden;
  }

  #contents .bnr_area>div {
    margin-bottom: 10px;
  }

  #contents .bnr_area #campaignBnr {
    width: 720px;
    text-align: center;
    margin: 0 auto 10px;
    padding-bottom: 10px;
    background: #1675df;
  }

  #contents .bnr_area #campaignBnr h2 {
    margin: 0;
    padding: 0;
  }

  #contents .bnr_area #campaignBnr div {
    margin-bottom: 10px;
    display: inline-block;
  }
}