@charset "UTF-8";


/*- プレゼント
-----------------------------------------------------------------------*/
#jp-cmptemp-present {
  background: #e7e5d9;
}

  .jp-cmptemp-present-headline {
    background: #800031;
    color: #fff;
  }

    #jp-cmptemp-present h1.jp-cmptemp-common-ttl:before {
    }

    .jp-cmptemp-present-headline:before {
      background: url(/web/src/s/campaign/733/img/present/icon/present.png) no-repeat #800031;
    }

    .jp-cmptemp-present-wrap {
      text-align: center;
      padding: 0 60px 30px;
    }

      .jp-cmptemp-present-txt {
        display: inline-block;
        text-align: left;
        font-size: 30px;
      }

        .jp-cmptemp-present-txt p,
        .jp-cmptemp-present-txt p.jp-cmptemp-present-copy,
        .jp-cmptemp-present-txt p b {
          margin-top: -10px;
          color: #fff;
          font-weight: bold;
        }

        .jp-cmptemp-present-txt p.jp-cmptemp-present-copy {
          color: #000;
          text-align: center;
        }

          .jp-cmptemp-present-txt p b {
            color: #f9692e;
            font-size: 120%;
          }

@media screen and (max-width: 767px) {

  .jp-cmptemp-present-wrap {
    padding: 0 2% 10px;
  }

    .jp-cmptemp-present-txt {
      font-size: 15px;
    }

}

/*- オフィシャルサイト
-----------------------------------------------------------------------*/
#jp-cmptemp-official {
  display: block;
  margin-top: 40px;
  text-align: center;
}

  #jp-cmptemp-official a.jp-cmptemp-official-btn {
    display: inline-block;
    padding: 15px 80px;
    margin-bottom: 20px;
    color: #fff;
    border-radius: 4px;
    background-color: #d21981;
    font-size: 25px;
    font-weight: bold;
  }

@media screen and (max-width: 767px) {

  #jp-cmptemp-official {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }

    #jp-cmptemp-official a.jp-cmptemp-official-btn {
      padding: 10px 20px;
      font-size: 14px;
    }

}

/*終了文言*/
.jp-cmptemp-date-end{
  color: #f00;
  font-size: 24px;
  font-weight: bold;
  line-height: 2;
  margin: 10px 0 0;
  text-align: center;
  text-shadow: -1px -1px #fff, 1px -1px #fff, -1px 1px #fff, 1px 1px #fff; /*必要があれば*/
}
@media screen and (max-width: 767px){
  /*終了文言*/
  .jp-cmptemp-date-end{
    font-size: 16px;
    line-height: 1.4;
    padding: 0 0 10px;
  }
  .jp-cmptemp-date-end > small{ display: block; }
}
