@charset "UTF-8";

/*- プロフィール
-----------------------------------------------------------------------*/
.jp-cmptemp-main-profile {
  width: 70%;
  margin: 30px auto 0;
  padding: 20px;
  background: #1E2F63;
}

  .jp-cmptemp-main-profile dl {
  }

    .jp-cmptemp-main-profile dl dt {
      margin-bottom: 0px;
      color: #447BEE;
      font-size: 40px;
    }

    .jp-cmptemp-main-profile dl dd {
      color: #DEE7FF;
      text-align: left;
      font-size: 16px;
    }

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

  .jp-cmptemp-main-profile {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  
  }

    .jp-cmptemp-main-profile dl {
    }

      .jp-cmptemp-main-profile dl dt {
        font-size: 25px;
      }

      .jp-cmptemp-main-profile dl dd {
        font-size: 13px;
      }

}

/*- プレゼント
-----------------------------------------------------------------------*/
.jp-cmptemp-present {
  background: #000;
  border: 2px solid #ebc721;
  margin-top:40px;
}

  .jp-cmptemp-present-headline {
    background: #ebc721;
    color: #000;
  }

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

    .jp-cmptemp-present-headline:before {
      background: url(../img/present/icon/present.png) no-repeat #d71318;
    }

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

      .jp-cmptemp-present-txt {
        float: left;
        text-align: left;
        font-size: 24px;
      }

       .jp-cmptemp-present-txt2 {
        float: left;
        width: 650px;
        text-align: left;
        font-size: 24px;
      }
      .jp-cmptemp-present-txt2 .small{
        font-size: 18px;
        color: #FFF;
        font-weight:normal;
  
      }


      .jp-cmptemp-present-img {
             float: left;
             width: 216px;
            border: 1px solid #000;
            height: auto;
          }


        .jp-cmptemp-present-txt p,
        .jp-cmptemp-present-txt p.jp-cmptemp-present-copy,
        .jp-cmptemp-present-txt p b {
          color: #fff;
          font-weight: bold;  
          text-align: center;       
        }

        .jp-cmptemp-present-txt p.jp-cmptemp-present-copy {
          color: #f6d020;
          font-size: 160%;
        }

          .jp-cmptemp-present-txt p b{
            font-size: 140%;
          }

        .jp-cmptemp-present-txt2 p,
        .jp-cmptemp-present-txt2 p.jp-cmptemp-present-copy,
        .jp-cmptemp-present-txt2 p b {
          color: #fff;
          font-weight: bold;  
          text-align: center;       
        }

        .jp-cmptemp-present-txt2 p.jp-cmptemp-present-copy {
          color: #f6d020;
          font-size: 160%;
        }
        .jp-cmptemp-present-txt2 p.jp-cmptemp-present-copy p.sub_text{
          color: #FFF;
          font-size: 100%;
        }
          .jp-cmptemp-present-txt2 p b{
            font-size: 140%;
          }

  .jp-cmptemp-present-cation p {
    margin-top: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
  }

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

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

    .jp-cmptemp-present-txt {
      width: 100%;
      font-size: 15px;
    }
    .jp-cmptemp-present-txt2 {
      width: 100%;
      font-size: 15px;
    }
    
.jp-cmptemp-present-img {
         width: 100%;
          border: 1px solid #000;
        }
}

/*- オフィシャルサイト 
-----------------------------------------------------------------------*/
#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;
    color: #fff4ba;
    border-radius: 4px;
    background-color: #b69a00;
    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-main .jp-cmptemp-wallpaper-main h1 {
      font-size: 30px;
      font-weight: bold;
      color: #fff;
      margin: 10px 0;
    }

      #jp-cmptemp-main .jp-cmptemp-wallpaper-main p img {
        width: 50%;
        height: auto;
      }

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

      #jp-cmptemp-main .jp-cmptemp-wallpaper-main h1 {
        font-size: 20px;
        color: #fff;
        margin: 10px 0;
      }

}
/*- 待受け画像ボタン 
-----------------------------------------------------------------------*/
#jp-cmptemp-wallpaper-btn {
  display: block;
  margin-top: 30px;
  text-align: center;
}

  #jp-cmptemp-wallpaper-btn a {
    display: inline-block;
    padding: 15px 80px;
    margin-bottom: 30px;
    color: #fff4ba;
    border-radius: 4px;
    background-color: #b69a00;
    font-size: 25px;
    font-weight: bold;
    width: 50%;
  }

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

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

    #jp-cmptemp-wallpaper-btn a {
      padding: 10px 20px;
      margin-bottom: 10px;
      font-size: 14px;
    }

}

.cmptemp-end{
  font-size:20px;
  color:#fff;
  text-align: center;
  }

-----------------------------------------------------------------------*/
#jp-cmptemp-cpbtn-wrap{
  display: block;
  margin-top: 30px;
  text-align: center;
}
#jp-cmptemp-cpbtn-wrap li{
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
  text-align: center;
}

  #jp-cmptemp-cpbtn-wrap a {
    display: inline-block;
    padding: 15px 80px;
    margin-bottom: 30px;
    color: #fff4ba;
    border-radius: 4px;
    background-color: #D70E18;
    font-size: 25px;
    font-weight: bold;
    width: 50%;
  }

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

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

    #jp-cmptemp-cpbtn-wrap a {
      padding: 10px 20px;
      margin-bottom: 10px;
      font-size: 14px;
    }

    .cmptemp-end{
  font-size:16px;
  color:#fff;
  text-align: center;
  }


}
