.mainvis__cb__info {
  font-size: 2.7rem;
  letter-spacing: 0.07em;
  margin-bottom: 30px;
}

.kv {
  height: 780px;
  background-image: url("/promotion/ordercard/tieup/platinum/images/kv/kv_pc_main.png");
  background-size: cover;
  background-position: center right 30%;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.kv__logo {
  margin-bottom: 30px;
}

.kv__logo img {
  max-width: 100%;
}

.kv__label {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.kv__label > span {
  background-color: #000;
  color: #fff;
  display: inline-block;
  padding: 8px 20px;
  line-height: 1;
  font-size: 18px;
}

.kv__title {
  margin-bottom: 60px;
  padding-bottom: 20px;
  position: relative;
}

.kv__title > span {
  display: block;
  font-weight: bold;
  font-family: 'Koburina Gothic W6 JIS2004', sans-serif;
  text-align: center;
  color: #000;
  text-shadow: 2px 2px 4px #fff, -2px -2px 4px #fff;
  line-height: 1.6;
}

.kv__title > span.main {
  font-size: 36px;
}

.kv__title > span.main sub {
  font-size: 22px;
  line-height: 1;
  vertical-align: middle;
}

.kv__title > span.main .main__num {
  font-size: 56px;
  margin: 0 4px;
}

.kv__title > span.sub {
  font-size: 30px;
}

.kv__title > span.sub .sub__num {
  font-size: 36px;
}

.kv__button {
  margin-bottom: 30px;
}

.kv__button a.btn.anc_b, .kv__button a.btn.anc_c {
  background: rgba(0, 0, 0, 0.6);
}

.kv__banner {
  margin: 0 auto 30px;
  max-width: 380px;
}

.kv__banner img {
  max-width: 100%;
}

.kv__note {
  font-size: 9px;
  margin-top: 20px;
  color: #fff;
  text-shadow: 1px 1px 2px #000, -1px -1px 2px #000;
}

.kv__note + .kv__note {
  margin-top: 8px;
}

.kv__note a {
  color: #fff;
  text-decoration: underline;
}

.kv__note a:visited {
  color: #fff !important;
}

.cashback {
  padding: 60px 0;
  background-image: url("/promotion/ordercard/tieup/platinum/images/kv/kv_pc_sub.png");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  color: #fff;
}

.cashback__text {
  font-size: 24px;
  line-height: 1.6;
  text-align: center;
}

.cashback__text > span {
  font-size: 18px;
}

.cashback__info {
  padding: 20px;
  border: 1px solid #fff;
  margin: 20px auto;
  max-width: 550px;
}

.cashback__info p {
  font-size: 16px;
  line-height: 1.6;
}

.cashback__link {
  text-align: center;
}

.cashback__link a {
  text-decoration: underline;
  color: #fff;
  font-size: 18px;
}

.cashback__link a:visited {
  color: #000 !important;
}

.p20__bg {
  font-size: 2rem;
}

.p20__bg--marble {
  padding: 80px 0 60px;
  background-image: url("/promotion/ordercard/tieup/platinum/images/p20_bg_marble.jpg");
  background-size: 100%;
  background-position: center top;
  background-repeat: no-repeat;
}

.p20__bg--silver {
  padding: 60px 0;
  background-image: url("/promotion/ordercard/tieup/platinum/images/p20_bg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.p20__title {
  font-size: 3.6rem;
  font-weight: bold;
  font-family: 'Koburina Gothic W6 JIS2004', sans-serif;
  text-align: center;
  line-height: 1.2;
}

.p20__title span {
  color: #f00;
  font-size: 5rem;
  margin: 0 5px;
}

.p20__lead {
  font-size: 1.6rem;
  margin-bottom: 40px;
  margin-top: 0;
  text-align: center;
}

.p20__block {
  padding: 40px;
  position: relative;
}

.p20__block--border {
  border: 5px solid #ddd;
}

.p20__block + .p20__block {
  margin-top: 60px;
}

.p20__block__title {
  font-size: 2.8rem;
  font-family: 'Koburina Gothic W6 JIS2004', sans-serif;
  text-align: center;
  margin-bottom: 40px;
  padding-bottom: 20px;
  position: relative;
  line-height: 1.4;
}

.p20__block__title > span {
  color: #f00;
  font-size: 3.6rem;
  margin: 0 2.5px;
  line-height: 1.4;
}

.p20__block__lead {
  font-size: 1.8rem;
  text-align: center;
}

.p20__block__lead sub {
  font-size: 80%;
}

.p20__block__logos-list {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 700px;
  margin: 20px auto;
  padding: 0;
}

.p20__block__logos-list__item {
  width: 20%;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.p20__block__logos-list__item img {
  width: 100%;
}

.p20__block__logos-list__item sup {
  position: absolute;
  bottom: 10px;
  right: 0px;
  font-size: 12px;
}

.p20__block__note-list {
  font-size: 1.2rem;
  max-width: 700px;
  margin: 0 auto 40px;
}

.p20__block__schedule {
  font-size: 2rem;
  margin: 40px 0;
  font-family: 'Koburina Gothic W6 JIS2004', sans-serif;
  text-align: center;
}

.p20__block__link {
  text-align: center;
}

.p20__block__link a {
  text-decoration: underline;
  color: #000;
  font-size: 1.4rem;
}

.p20__block__link a:visited {
  color: #000 !important;
}

.p20__block__attention {
  font-size: 1.2rem;
  text-align: center;
  margin-top: 10px;
}

.new-golddesk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 10px auto;
}

.new-golddesk__telephone {
  padding-right: 10px;
}

.new-golddesk__telephone__lead {
  font-size: 22px;
}

.new-golddesk__telephone__number {
  line-height: 1;
  font-family: 'Koburina Gothic W6 JIS2004', sans-serif;
  font-weight: bold;
  font-size: 50px;
  letter-spacing: 0.05em;
}

.new-golddesk__telephone__number a {
  color: #fff;
}

.new-golddesk__telephone__number a:visited {
  color: #fff !important;
}

.new-golddesk__information__open-hours {
  font-size: 22px;
}

.new-golddesk__information__open-hours span {
  display: inline-block;
}

.new-golddesk__information__open-hours span:first-child {
  margin-right: 1em;
}

.new-golddesk__information__contact-no {
  font-size: 26px;
}

.new-golddesk__information__contact-no span {
  display: inline-block;
  font-family: 'Koburina Gothic W6 JIS2004', sans-serif;
  font-weight: bold;
  font-size: 30px;
}

.section.camp {
  background-color: #c6bd74;
  background-image: none;
}

.camp-contents {
  max-width: 920px;
  margin: 0 auto;
  padding: 0;
}

.camp-contents__ttl-box {
  text-align: center;
}

.camp-contents__title {
  display: block;
  font-size: 36px;
  line-height: 1.4;
  font-family: 'Koburina Gothic W6 JIS2004', sans-serif;
  font-weight: bold;
}

.camp-contents__title span {
  font-size: 48px;
}

.camp-contents__schedule {
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10px;
}

.camp-contents__schedule > p {
  padding: 5px 15px;
  line-height: 1;
  border: 1px solid #fff;
  border-radius: 8px;
}

.camp-contents__present {
  margin: 40px auto 0;
  overflow: hidden;
  border-radius: 8px;
}

.camp-contents__present__ttl {
  background-color: #b38f30;
  padding: 10px 0;
  text-align: center;
  font-size: 16px;
  font-family: 'Koburina Gothic W6 JIS2004', sans-serif;
  font-weight: bold;
  line-height: 1.4;
}

.camp-contents__present__content {
  padding: 20px;
  background-color: #fff;
  color: #714e14;
}

.camp-contents__present__list {
  text-align: center;
  font-size: 20px;
  line-height: 1.4;
}

.camp-contents__present__list-item {
  font-family: 'Koburina Gothic W6 JIS2004', sans-serif;
  font-weight: bold;
}

.camp-contents__present__list-item span {
  font-size: 36px;
  color: #ff2800;
  display: inline-block;
  margin: 0 0.1em;
}

.camp-contents__present__list-item + .camp-contents__present__list-item {
  margin-top: 20px;
}

.camp-contents__more {
  margin: 30px auto;
  text-align: center;
}

.camp-contents__more img {
  width: 96px;
  height: auto;
}

.camp-contents__benefits-list {
  margin: 40px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.camp-contents__benefit {
  overflow: hidden;
  background-color: #fff;
  text-align: center;
  border-radius: 8px;
  border: 2px solid #b38f30;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 213px;
          flex: 0 0 213px;
  margin-bottom: 0;
}

.camp-contents__benefit__icon {
  padding: 20px;
  text-align: center;
}

.camp-contents__benefit__icon img {
  width: auto;
  height: 50px;
}

.camp-contents__benefit__text {
  padding: 0 0 30px;
  color: #714e14;
  font-size: 16px;
  text-align: center;
  font-family: 'Koburina Gothic W6 JIS2004', sans-serif;
  font-weight: bold;
  line-height: 1.4;
}

.camp-contents__benefit__text span {
  font-size: 18px;
  color: #ff2800;
}

.camp-contents__link {
  text-align: center;
  margin: 40px auto 0;
}

.camp-contents__link a {
  font-size: 18px;
  color: #fff;
  text-align: center;
  text-decoration: underline;
}

.camp-contents__amazon-container {
  width: 1024px;
  margin: 0 auto;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.camp-contents__amazon-banner {
  display: block;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
}

.camp-contents__amazon-banner:hover {
  opacity: .8;
}

.camp-contents__amazon-banner img {
  width: 100%;
}

.camp-contents__amazon-note {
  font-size: 12px;
  margin: 10px 0 0 13px;
  text-align: left;
  line-height: 1.6;
}

.camp-contents__movie {
  margin: 40px auto 0;
  padding: 0 20px;
  max-width: 560px;
}

.camp-contents__movie .movie-container {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}

.camp-contents__movie .movie-container iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

span.font-google {
  font-family: Arial, Helvetica, sans-serif;
}

.security-contents {
  padding: 80px 0;
  color: #333;
  border-bottom: 1px solid #ccc;
}

.security-contents__inner {
  max-width: 1024px;
  margin: 0 auto;
}

.security-contents__title {
  font-size: 3.8rem;
  text-align: center;
  font-weight: bold;
  font-family: 'Koburina Gothic W6 JIS2004', sans-serif;
  line-height: 1.8;
  margin-bottom: 20px;
}

.security-contents__lead {
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
}

.security-contents__list {
  margin: 40px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.security-contents__list-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 280px;
  margin: 20px;
}

.security-contents__list-item .security-item__title {
  font-size: 2rem;
  font-weight: bold;
  font-family: 'Koburina Gothic W6 JIS2004', sans-serif;
  line-height: 1.8;
  text-align: center;
}

.security-contents__list-item .security-item__icon {
  height: 160px;
  text-align: center;
}

.security-contents__list-item .security-item__icon img {
  max-width: 100%;
  max-height: 100%;
}

.security-contents__list-item .security-item__description {
  font-size: 14px;
  line-height: 1.8;
  text-align: left;
  margin-top: 10px;
}

.other-campaign__inner {
  max-width: 1024px;
  margin: 0 auto;
}

.other-campaign__inner--3col {
  max-width: 800px;
}

.other-campaign__title {
  font-size: 3.6rem;
  text-align: center;
  font-weight: bold;
  font-family: 'Koburina Gothic W6 JIS2004', sans-serif;
  line-height: 1.8;
  margin-bottom: 20px;
}

.other-campaign__list {
  margin: 40px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.other-campaign__list-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 220px;
  margin: 10px;
}

.other-campaign__list-item--full {
  width: 60%;
}

.other-campaign__list-item--single {
  width: 60%;
}

.other-campaign__list-item--single > * {
  max-width: 220px;
  margin: 0 auto;
}

.other-campaign__list-item--sp-only {
  display: none;
}

.other-campaign__list-item a {
  display: block;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
}

.other-campaign__list-item a:hover {
  opacity: .8;
}

.other-campaign__list-item a img {
  width: 100%;
  display: block;
}

.other-campaign__note {
  margin: 40px 0 0;
  font-size: 12px;
  line-height: 1.8;
}

.cp-8000 {
  padding: 60px 0;
  background: #000;
}

.cp-8000 figure {
  margin: 0;
  padding: 0;
}

.cp-8000__banner a {
  display: block;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
}

.cp-8000__banner a:hover {
  opacity: 0.8;
}

.cp-8000__banner a img {
  width: 100%;
}

.cp-8000__banner a img.pc-banner {
  display: block;
}

.cp-8000__banner a img.sp-banner {
  display: none;
}

.secret-campaign-banner {
  text-align: center;
  margin-bottom: 60px;
  padding: 0;
}

.secret-campaign-banner a {
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
}

.secret-campaign-banner a:hover {
  opacity: 0.8;
}

.section.hi-quality {
  margin-top: 0;
}

@media screen and (max-width: 700px) {
  .mainvis__cb__info {
    font-size: 2rem;
  }
  .mainvis__cb__info {
    margin-bottom: 15px;
  }
  .kv {
    height: 127.41775vw;
  }
  .kv {
    background-image: url("/promotion/ordercard/tieup/platinum/images/kv/kv_sp.png");
    background-position: center center;
    display: block;
    padding-top: 6.66667vw;
  }
  .kv__contents {
    overflow: hidden;
  }
  .kv__logo {
    margin-bottom: 48vw;
  }
  .kv__logo img {
    width: 26.66667vw;
  }
  .kv__label {
    margin-bottom: 1.33333vw;
  }
  .kv__label > span {
    padding: 5px 10px;
  }
  .kv__label > span {
    font-size: 2.4vw;
  }
  .kv__title {
    margin-bottom: 7vw;
  }
  .kv__title {
    padding-bottom: 0;
  }
  .kv__title > span {
    color: #fff;
    text-shadow: 1px 1px 3px #000, -1px -1px 3px #000;
  }
  .kv__title > span.main {
    font-size: 4.26667vw;
  }
  .kv__title > span.main sub {
    font-size: 2.93333vw;
  }
  .kv__title > span.main .main__num {
    font-size: 6.4vw;
  }
  .kv__title > span.sub {
    font-size: 3.73333vw;
  }
  .kv__title > span.sub .sub__num {
    font-size: 4.8vw;
  }
  .kv__button {
    margin-bottom: 2.66667vw;
  }
  .kv__button a.btn.anc_b, .kv__button a.btn.anc_c {
    height: 35px;
    line-height: 35px;
  }
  .kv__anchor {
    display: none;
  }
  .kv__anchor a.anc span img {
    width: 6.93333vw;
  }
  .kv__banner {
    margin: 0 auto 2.66667vw;
  }
  .kv__banner {
    max-width: 45.33333vw;
  }
  .kv__note {
    font-size: 10px;
  }
  .kv__note {
    margin-top: 10px;
  }
  .kv__note {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    -webkit-transform-origin: center 0;
            transform-origin: center 0;
    white-space: nowrap;
    margin-left: -100%;
    margin-right: -100%;
    text-align: center;
  }
  .kv__note + .kv__note {
    margin-top: 0;
  }
  .cashback {
    padding: 45px 0;
  }
  .cashback__text {
    font-size: 16px;
  }
  .cashback__text > span {
    font-size: 12px;
  }
  .cashback__info {
    padding: 10px;
  }
  .cashback__info {
    max-width: 315px;
  }
  .cashback__info p {
    font-size: 10px;
  }
  .cashback__link a {
    font-size: 12px;
  }
  .p20__bg {
    font-size: 1.5rem;
  }
  .p20__bg--marble {
    padding: 45px 0;
  }
  .p20__bg--silver {
    padding: 45px 0;
  }
  .p20__title {
    font-size: 2.6rem;
  }
  .p20__title span {
    font-size: 4rem;
  }
  .p20__lead {
    font-size: 1rem;
  }
  .p20__lead {
    margin-bottom: 20px;
  }
  .p20__lead {
    margin-top: 5px;
  }
  .p20__block {
    padding: 15px 15px 20px;
  }
  .p20__block__title {
    font-size: 1.6rem;
  }
  .p20__block__title {
    margin-bottom: 20px;
  }
  .p20__block__title {
    padding-bottom: 20px;
  }
  .p20__block__title > span {
    font-size: 2.4rem;
  }
  .p20__block__lead {
    font-size: 1.4rem;
  }
  .p20__block__lead sub {
    font-size: 60%;
  }
  .p20__block__logos-list {
    padding: 20px;
  }
  .p20__block__logos-list__item {
    width: 50%;
  }
  .p20__block__logos-list__item sup {
    font-size: 10px;
  }
  .p20__block__note-list {
    font-size: 1rem;
  }
  .p20__block__note-list {
    margin: 0 auto 20px;
  }
  .p20__block__schedule {
    font-size: 1.4rem;
  }
  .p20__block__schedule {
    margin: 20px 0;
  }
  .p20__block__link a {
    font-size: 1.2rem;
  }
  .p20__block__attention {
    font-size: 1rem;
  }
  .new-golddesk {
    display: block;
  }
  .new-golddesk__telephone {
    padding-right: 0;
  }
  .new-golddesk__telephone__lead {
    font-size: 12px;
  }
  .new-golddesk__telephone__number {
    font-size: 22px;
  }
  .new-golddesk__information__open-hours {
    font-size: 12px;
  }
  .new-golddesk__information__contact-no {
    font-size: 12px;
  }
  .new-golddesk__information__contact-no span {
    font-size: 14px;
  }
  .camp-contents {
    padding: 0 20px;
  }
  .camp-contents__title {
    font-size: 24px;
  }
  .camp-contents__title span {
    font-size: 28px;
  }
  .camp-contents__schedule {
    font-size: 14px;
  }
  .camp-contents__present {
    margin: 30px auto 0;
  }
  .camp-contents__present__ttl {
    font-size: 14px;
  }
  .camp-contents__present__list {
    font-size: 16px;
  }
  .camp-contents__present__list-item span {
    font-size: 20px;
  }
  .camp-contents__more {
    margin: 20px auto;
  }
  .camp-contents__more img {
    width: 48px;
  }
  .camp-contents__benefits-list {
    margin: 20px auto;
  }
  .camp-contents__benefits-list {
    display: block;
  }
  .camp-contents__benefit {
    margin-bottom: 20px;
  }
  .camp-contents__benefit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px;
  }
  .camp-contents__benefit__icon {
    padding: 0;
  }
  .camp-contents__benefit__icon img {
    height: auto;
  }
  .camp-contents__benefit__icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
            flex: 0 0 80px;
  }
  .camp-contents__benefit__icon img {
    max-width: 100%;
    max-height: 40px;
  }
  .camp-contents__benefit__text {
    padding: 0 0 0 15px;
  }
  .camp-contents__benefit__text {
    font-size: 14px;
  }
  .camp-contents__benefit__text span {
    font-size: 16px;
  }
  .camp-contents__benefit__text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: left;
  }
  .camp-contents__link a {
    font-size: 16px;
  }
  .camp-contents__amazon-container {
    width: auto;
    padding: 0 20px;
    margin: 0;
  }
  .camp-contents__amazon-note {
    font-size: 11px;
  }
  .camp-contents__amazon-note {
    margin: 10px 0 0 7px;
  }
  .security-contents {
    padding: 40px 20px;
  }
  .security-contents__title {
    font-size: 2.75rem;
  }
  .security-contents__list {
    margin: 20px 0 0;
  }
  .security-contents__list-item .security-item__title {
    font-size: 1.8rem;
  }
  .security-contents__list-item .security-item__icon {
    height: 100px;
  }
  .other-campaign__title {
    font-size: 2.6rem;
  }
  .other-campaign__list {
    margin: 20px 0 0;
  }
  .other-campaign__list-item {
    width: 40%;
  }
  .other-campaign__list-item--full {
    width: 100%;
  }
  .other-campaign__list-item--single {
    width: 100%;
  }
  .other-campaign__list-item--pc-only {
    display: none;
  }
  .other-campaign__list-item--sp-only {
    display: block;
  }
  .other-campaign__note {
    margin: 20px 20px 0;
  }
  .other-campaign__note {
    font-size: 10px;
  }
  .cp-8000 {
    padding: 45px 0;
  }
  .cp-8000__banner a img.pc-banner {
    display: none;
  }
  .cp-8000__banner a img.sp-banner {
    display: block;
  }
  .secret-campaign-banner {
    margin-bottom: 40px;
  }
  .secret-campaign-banner {
    padding: 0 28px;
  }
  .secret-campaign-banner--pc {
    display: none;
  }
  .section.hi-quality {
    margin-top: -10vw;
  }
}

@media screen and (min-width: 701px) {
  .secret-campaign-banner--sp {
    display: none;
  }
}
