@charset "UTF-8";

.code-data {
  margin-bottom: 15px;
  text-align: center;
}

.code-data__head {
  position: relative;
  margin-bottom: 5px;
  letter-spacing: 1px;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 600;
  color: #ff6600;
}

.code-data__head:before {
  content: '＼';
  padding-right: 10px;
  font-weight: 500;
}

.code-data__head:after {
  content: '／';
  padding-left: 10px;
  font-weight: 500;
}

.code-data__body {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
}

.code-bnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 380px;
  margin: 0 auto 25px;
  padding: 15px 2vw;
  border-width: 5px;
  border-style: solid;
  background: #fff;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.code-bnr__item {
  width: 100%;
  margin-bottom: 12px;
}

.code-bnr__item:last-child {
  margin-bottom: 0;
}

.code-bnr__item.m--desc {
  font-size: 27.2px;
  font-size: 1.7rem;
  font-weight: 600;
}

.code-bnr__item.m--desc .code-txt {
  display: inline-block;
  margin-right: 1vw;
  padding: 4px 2vw;
  font-weight: 500;
  color: #fff;
}

.code-bnr__item.m--desc .code-txt.m--last {
  margin: 0 1vw;
}

.code-bnr__item.m--main {
  line-height: 1;
  font-size: 48px;
  font-size: 3rem;
  font-weight: 600;
}

.code-bnr__item.m--main strong {
  color: #ff6600;
}

.code-lead {
  margin-bottom: 20px;
  font-size: 22.4px;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
}

.code-btn {
  max-width: 250px;
  width: 100%;
  margin: 20px auto 0;
  text-align: center;
  overflow: hidden;
}

.code-btn a {
  position: relative;
  display: block;
  padding: 12px 25px 12px 10px;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 2;
}

.code-btn a:after {
  content: '→';
  position: absolute;
  top: 50%;
  right: 5px;
  font-size: 25.6px;
  font-size: 1.6rem;
  font-weight: 500;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.cp-detail {
  background: #fff;
  -webkit-transition: 0.5s cubic-bezier(0.08, 0.65, 0.655, 0.915);
  transition: 0.5s cubic-bezier(0.08, 0.65, 0.655, 0.915);
  overflow: hidden;
}

.cp-detail-btn {
  position: relative;
  padding: 10px;
  text-align: center;
  font-size: 28.8px;
  font-size: 1.8rem;
  color: #fff;
}

.cp-detail-btn:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  width: 20px;
  height: 2px;
  background: #fff;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.cp-detail-btn:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 19px;
  width: 2px;
  height: 20px;
  background: #fff;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.3s cubic-bezier(0.08, 0.65, 0.655, 0.915);
  transition: 0.3s cubic-bezier(0.08, 0.65, 0.655, 0.915);
}

.cp-detail-btn.m--active:after {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.cp-detail-wrap {
  padding: 0 3vw 20px;
  -webkit-transition: 0.9s cubic-bezier(0.08, 0.65, 0.655, 0.915);
  transition: 0.9s cubic-bezier(0.08, 0.65, 0.655, 0.915);
}

.cp-detail-wrap.m--active {
  padding-top: 10px;
}

.cp-detail-lead {
  margin-bottom: 20px;
  line-height: 1.8;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
}

.cp-detail-lead span {
  display: block;
  font-size: 19.2px;
  font-size: 1.2rem;
}

.cp-cashback__head {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 500;
}

.cp-cashback-txt {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
}

.cp-cash-table {
  width: 100%;
  margin: 10px 0 15px;
  table-layout: fixed;
  border: 1px solid #ddd;
  border-collapse: collapse;
  text-align: center;
  font-size: 22.4px;
  font-size: 1.4rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.cp-cash-table__head {
  width: 50%;
  vertical-align: middle;
  padding: 10px;
  border: 1px solid #ddd;
  border-bottom: none;
  background: #9a9a9a;
  text-align: center;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.cp-cash-table__body {
  width: 50%;
  vertical-align: middle;
  padding: 10px;
  border: 1px solid #ddd;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.cp-cash-rule {
  font-size: 19.2px;
  font-size: 1.2rem;
  font-weight: 500;
}

.cp-cash-rule__head {
  margin-bottom: 8px;
  line-height: 1;
}

.cp-close {
  margin-bottom: 20px;
  text-align: center;
}

.cp-close-btn {
  display: inline-block;
  margin-top: 30px;
  line-height: 1;
  font-size: 24px;
  font-size: 1.5rem;
}

.cp-close-btn span {
  margin-right: 8px;
}

@media screen and (min-width: 768px) {
  .code-data__head {
    margin-bottom: 25px;
    line-height: 1;
    font-size: 5rem;
  }

  .code-data__head:before {
    padding-right: 20px;
  }

  .code-data__head:after {
    padding-left: 20px;
  }

  .code-data__body {
    font-size: 3rem;
  }

  .code-bnr {
    max-width: 920px;
    margin-bottom: 35px;
    padding: 20px;
  }

  .code-bnr__item.m--desc {
    font-size: 4rem;
  }

  .code-bnr__item.m--desc .code-txt {
    margin-right: 10px;
    padding: 10px 15px;
    line-height: 1;
  }

  .code-bnr__item.m--desc .code-txt.m--last {
    margin: 0 10px;
  }

  .code-bnr__item.m--main {
    font-size: 9.4rem;
  }

  .code-bnr__item.m--main strong {
    margin-right: 15px;
  }

  .code-bnr__item.m--main strong.m--last {
    margin-right: 0;
  }

  .code-lead {
    margin-bottom: 35px;
    font-size: 2.6rem;
  }

  .code-btn {
    max-width: 500px;
    margin-top: 50px;
  }

  .code-btn a {
    border-width: 4px;
    border-style: solid;
    background: none;
    font-size: 2.8rem;
  }

  .code-btn a:before {
    content: '';
    display: block;
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-transition: .4s ease;
    transition: .4s ease;
  }

  .code-btn a:hover:before {
    top: 0;
  }

  .code-btn a:after {
    right: 20px;
    font-weight: 600;
    font-size: 2.8rem;
  }

  .cp-detail {
    max-width: 1200px;
    margin: 0 auto;
  }

  .cp-detail-btn {
    max-width: 1200px;
    height: 70px;
    line-height: 70px;
    margin: 0 auto;
    padding: 0;
    font-size: 2.4rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: opacity 0.5s cubic-bezier(0.08, 0.65, 0.655, 0.915);
    transition: opacity 0.5s cubic-bezier(0.08, 0.65, 0.655, 0.915);
  }

  .cp-detail-btn:hover {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  }

  .cp-detail-btn:before {
    right: 20px;
    width: 30px;
  }

  .cp-detail-btn:after {
    right: 34px;
    height: 30px;
  }

  .cp-detail-wrap {
    padding: 0 3vw 40px;
  }

  .cp-detail-wrap.m--active {
    padding-top: 40px;
  }

  .cp-detail-lead {
    margin-bottom: 30px;
    text-align: center;
    font-size: 1.8rem;
  }

  .cp-detail-lead span {
    margin-top: 7px;
    font-size: 1.4rem;
  }

  .cp-cashback-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .cp-cashback {
    width: 48%;
  }

  .cp-cashback__head {
    margin-bottom: 15px;
    line-height: 1;
    font-size: 2.4rem;
  }

  .cp-cashback-txt {
    font-size: 1.6rem;
  }

  .cp-cash-table {
    margin: 20px 0 0;
    font-size: 1.6rem;
  }

  .cp-cash-table__head {
    padding: 13px;
  }

  .cp-cash-rule {
    width: 48%;
    font-size: 1.4rem;
  }

  .cp-cash-rule .cp-cash-rule__body {
    line-height: 1.9;
  }

  .cp-cash-rule__head {
    margin-bottom: 10px;
    font-size: 1.6rem;
  }

  .cp-close {
    margin-bottom: 40px;
  }

  .cp-close-btn {
    margin-top: 50px;
    font-size: 2.4rem;
    cursor: pointer;
  }
}
