@charset "UTF-8";
/*第3弾CP適用*/
/*リセット*/
.cp-axe {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Helvetica Neue", "Helvetica", "Yu Gothic", "Meiryo", sans-serif;
  background-color: #000;
  text-align: center;
  overflow: hidden;
}
.cp-axe h1, .cp-axe h3, .cp-axe h4 {
  font-weight: 600;
  margin: 0;
}
.cp-axe h2 {
  margin-top: 0;
}
.cp-axe p {
  margin: 0;
}
.cp-axe ul, .cp-axe li {
  list-style: none;
}
.cp-axe dl, .cp-axe dt, .cp-axe dd {
  padding: 0;
  margin: 0;
}
.cp-axe img {
  vertical-align: bottom;
  max-width: 100%;
}

/*全体*/
.sp-only {
  display: none !important;
}

@media (max-width: 768px) {
  .sp-only {
    display: block !important;
  }
}
.pc-only {
  display: block !important;
}

@media (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
}
sup {
  vertical-align: top;
  font-size: 70%;
}

sub {
  vertical-align: bottom;
  font-size: 70%;
}

/*------------------------------------------------------------------
                             KV
------------------------------------------------------------------*/
@media (min-width: 769px) {
  .cp-axe-kv__image {
    position: relative;
  }
  .cp-axe-kv__image--bnr {
    position: absolute;
    width: 25%;
    right: 10%;
    bottom: 18%;
  }
}
@media (max-width: 768px) {
  .cp-axe-kv__image--bnr {
    display: none;
  }
}
.cp-axe-kv__buttons {
  margin-top: 20px;
  margin-bottom: 22px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cp-axe-kv__buttons {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.cp-axe-kv__button {
  margin: 0 20px;
  width: 20%;
}
@media (max-width: 768px) {
  .cp-axe-kv__button {
    margin: 0 10px;
    width: calc((100% - 74px) / 2);
  }
}
.cp-axe-kv__button a {
  width: 100%;
  height: 0;
  padding-top: 18%;
  background-color: #e5007e;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  position: relative;
  text-decoration: none;
}
@media (max-width: 768px) {
  .cp-axe-kv__button a {
    padding-top: 30%;
    font-size: 12px;
  }
}
.cp-axe-kv__button a span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.cp-axe-kv__button a:after {
  content: '';
  width: 8px;
  height: 8px;
  border-top: 2.5px solid #fff;
  border-right: 2.5px solid #fff;
  transform: rotate(45deg) translateY(-50%);
  top: 50%;
  right: 15px;
  position: absolute;
}
.cp-axe-kv__lead {
  margin-top: 10px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 18px;
  line-height: 27px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .cp-axe-kv__lead {
    margin-top: 5px;
    margin-bottom: 25px;
    font-size: 15px;
    line-height: 23px;
  }
}
.cp-axe-kv__links {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 769px) {
  .cp-axe-kv__links {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
  }
}

.cp-axe-kv-link {
  width: 100%;
}
@media (min-width: 769px) {
  .cp-axe-kv-link {
    width: 32%;
    margin-right: 2%;
    padding-top: 15px;
  }
  .cp-axe-kv-link:last-child {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .cp-axe-kv-link {
    margin-bottom: 40px;
  }
}
.cp-axe-kv-link__title {
  color: #e5007e;
  font-size: 34px;
  font-weight: 700;
  font-style: italic;
  line-height: 1.2;
  letter-spacing: -1px;
  margin-bottom: 10px;
}
.cp-axe-kv-link__title span {
  font-size: 18px;
  display: block;
}
.cp-axe-kv-link__date-block {
  color: #fff;
  margin-bottom: 15px;
}
.cp-axe-kv-link__date {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}
.cp-axe-kv-link__date--title {
  font-size: 15px;
  line-height: 1;
}
.cp-axe-kv-link__date--date {
  font-weight: 700;
  font-size: 32px;
}
.cp-axe-kv-link__date--week {
  font-size: 13px;
  line-height: 15px;
  text-align: left;
  margin-left: 5px;
  height: 2em;
}
.cp-axe-kv-link__date--line {
  margin-left: 5px;
  margin-right: 5px;
}
.cp-axe-kv-link__text {
  color: #fff;
  font-size: 15px;
  line-height: 19px;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .cp-axe-kv-link__text {
    margin-bottom: 10px;
  }
}
.cp-axe-kv-link__button {
  width: 74%;
  margin: auto;
}
@media (max-width: 768px) {
  .cp-axe-kv-link__button {
    width: 61%;
    margin-top: 15px;
  }
}
.cp-axe-kv-link__button-link {
  width: 100%;
  height: 0;
  padding-top: 19.5%;
  background-color: #e5007e;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  position: relative;
  text-decoration: none;
}
@media (max-width: 768px) {
  .cp-axe-kv-link__button-link {
    padding-top: 20%;
  }
}
.cp-axe-kv-link__button-link span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.cp-axe-kv-link__button-link:after {
  content: '';
  width: 8px;
  height: 8px;
  border-top: 2.5px solid #fff;
  border-right: 2.5px solid #fff;
  transform: rotate(45deg) translateY(-50%);
  top: 50%;
  right: 15px;
  position: absolute;
}
.cp-axe-kv-link__button-link.is-soon {
  background-color: #333333;
}
.cp-axe-kv-link__button-link.is-soon:after {
  display: none;
}

/*PRODUCTS*/
.cp-axe-products__title {
  background-color: #e5007e;
  margin-bottom: 20px;
  background-color: #e5007e;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  color: #fff;
  font-size: 21px;
  line-height: 25px;
  height: 65px;
  font-weight: 600;
  letter-spacing: -1px;
  font-style: italic;
  position: relative;
}
.cp-axe-products__title:before {
  position: absolute;
  content: '';
  left: -2px;
  top: -2px;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 20px #000;
  border-bottom: solid 79px transparent;
  z-index: 1;
}
.cp-axe-products__title:after {
  position: absolute;
  content: '';
  right: -3px;
  top: -7px;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 20px transparent;
  border-bottom: solid 79px #000;
  z-index: 1;
}
@media (max-width: 768px) {
  .cp-axe-products__title:after {
    right: -1px;
  }
}
.cp-axe-products__lead {
  color: #fff;
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
}
.cp-axe-products__lead span {
  font-size: 12px;
  font-weight: 300;
}

@media (max-width: 768px) {
  .cp-axe-cp02-contents.point {
    margin-bottom: 30px;
  }
}

.cp-axe-products-point {
  padding-top: 35px;
  padding-bottom: 110px;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .cp-axe-products-point {
    padding-bottom: 60px;
  }
}
.cp-axe-products-point__title {
  color: #e5007e;
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 45px;
  font-style: italic;
}
@media (max-width: 768px) {
  .cp-axe-products-point__title {
    line-height: 1.2;
  }
}

.cp-axe-products-point-header__title {
  font-size: 12px;
  display: block;
  color: #e5007e;
  font-weight: 700;
  font-style: italic;
}
.cp-axe-products-point-header__num {
  color: #e5007e;
  font-size: 75px;
  font-weight: 700;
  font-style: italic;
  line-height: 1;
  margin-left: -20px;
}

.cp-axe-products-blocks {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}
@media (min-width: 769px) {
  .cp-axe-products-blocks {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
  }
}
@media (max-width: 768px) {
  .cp-axe-products-blocks {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 769px) {
  .cp-axe-products-block {
    width: calc((100% - 80px) / 2);
  }
}
@media (max-width: 768px) {
  .cp-axe-products-block:last-child {
    margin-top: 90px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .cp-axe-products-block:last-child {
    margin-top: 80px;
  }
}

.cp-axe-products-block__image--note {
  margin-top: 12px;
  margin-bottom: 12px;
  color: #cccccc;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
}

.cp-axe-products-3x__logo {
  width: 120px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}
.cp-axe-products-3x__detail {
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
  margin-bottom: 15px;
}
.cp-axe-products-3x__detail.is-soap {
  padding-left: 14px;
  padding-right: 14px;
  margin-bottom: 18px;
}

.cp-axe-products-point02 {
  background-color: #040a26;
}
.cp-axe-products-point02 .cp-axe-products-point {
  padding-bottom: 35px;
  padding-top: 60px;
}
@media (max-width: 768px) {
  .cp-axe-products-point02 .cp-axe-products-point {
    padding-top: 35px;
  }
}
@media (max-width: 768px) {
  .cp-axe-products-point02 .cp-axe-products-point__title {
    margin-bottom: 15px;
  }
}
.cp-axe-products-point02 .cp-axe-products__title {
  width: 335px;
  height: 45px;
  margin-left: auto;
  margin-right: auto;
}
.cp-axe-products-point02 .cp-axe-products__title:before {
  border-left: solid 20px #040a26;
  border-bottom: solid 73px transparent;
}
.cp-axe-products-point02 .cp-axe-products__title:after {
  border-left: solid 20px transparent;
  border-bottom: solid 73px #040a26;
  right: -2px;
}
.cp-axe-products-point02 .cp-axe-products-block.is-colmon01 {
  width: auto;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .cp-axe-products-point02 .cp-axe-products-block.is-product-lavendor {
    margin-top: 50px;
  }
}
.cp-axe-products-point02 .cp-axe-products-block__image {
  width: 297px;
  margin-left: auto;
  margin-right: auto;
}
.cp-axe-products-point02 .cp-axe-products-block__name {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -1px;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .cp-axe-products-point02 .cp-axe-products-block__name {
    margin-top: 40px;
  }
}
.cp-axe-products-point02 .cp-axe-products-block__name span {
  font-size: 18px;
  display: block;
}
.cp-axe-products-point02 .cp-axe-products-block__name.is-bergamot {
  color: #00ace6;
}
.cp-axe-products-point02 .cp-axe-products-block__name.is-lavendor {
  color: #0073e6;
}
.cp-axe-products-point02 .cp-axe-products-block__texts {
  color: #fff;
  font-size: 15px;
  line-height: 21px;
  letter-spacing: -1px;
  font-weight: 500;
  margin-top: 17px;
}
.cp-axe-products-point02 .cp-axe-products-block__texts span {
  font-size: 12px;
  display: block;
  font-weight: 300;
}
@media (max-width: 768px) {
  .cp-axe-products-point02 .cp-axe-products-blocks .cp-axe-products-block__image {
    width: 100%;
  }
}

.cp-axe-products-footer {
  background-image: url("bg-grd02_pc.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding-top: 110px;
  padding-bottom: 25px;
}
@media (max-width: 768px) {
  .cp-axe-products-footer {
    padding-top: 50px;
    background-image: url("bg-grd02_sp.png");
  }
}

.cp-axe-products-sns {
  color: #000;
}
.cp-axe-products-sns__title {
  font-size: 45px;
  font-weight: 700;
  font-style: italic;
}
.cp-axe-products-sns__lead {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .cp-axe-products-sns__lead {
    margin-bottom: 10px;
  }
}
.cp-axe-products-sns__text {
  font-size: 15px;
  line-height: 21px;
  margin-bottom: 15px;
  font-weight: 500;
}
.cp-axe-products-sns__copyright {
  font-size: 12px;
  line-height: 21px;
}

.cp-axe-products-sns-lists {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 15px;
}
.cp-axe-products-sns-lists__link {
  margin-left: 16px;
  margin-right: 16px;
}

/*------------------------------------------------------------------
                            第2弾
------------------------------------------------------------------*/
.cp-axe-profile {
  max-width: 100%;
  background: #202d40;
  padding-top: 35px;
  padding-bottom: 35px;
}
@media (max-width: 768px) {
  .cp-axe-profile {
    padding-top: 43px;
    padding-bottom: 43px;
  }
}
.cp-axe-profile img {
  margin-left: auto;
  margin-right: auto;
}
.cp-axe-profile__inner {
  max-width: 100%;
  padding-left: 27px;
  padding-right: 27px;
  box-sizing: border-box;
}
@media (min-width: 769px) {
  .cp-axe-profile__inner {
    width: 1014px;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }
}
.cp-axe-profile__brand-movie {
  flex-basis: 51.8%;
  box-sizing: border-box;
  position: relative;
}
.cp-axe-profile__brand-movie:before {
  content: 'Special Collaboration Movie';
  font-size: 12px;
  font-weight: 600;
  color: white;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -22px;
  width: 100%;
}
@media (max-width: 768px) {
  .cp-axe-profile__brand-movie:before {
    top: -18px;
  }
}
@media (max-width: 768px) {
  .cp-axe-profile__brand-movie {
    width: 100%;
    margin-bottom: 28px;
  }
}
.cp-axe-profile__brand-movie .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.cp-axe-profile__brand-movie .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.cp-axe-profile__interview {
  flex-basis: 48.2%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}
.cp-axe-profile__interview-movie {
  margin-left: 1%;
  flex-basis: 34%;
  position: relative;
}
@media (max-width: 768px) {
  .cp-axe-profile__interview-movie {
    flex-basis: 49.5%;
    margin-left: 0;
  }
}
.cp-axe-profile__interview-movie:before {
  content: 'Interview Movie';
  font-size: 12px;
  font-weight: 600;
  color: white;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -22px;
  width: 100%;
}
@media (max-width: 768px) {
  .cp-axe-profile__interview-movie:before {
    top: -18px;
  }
}
@media (max-width: 768px) {
  .cp-axe-profile__interview-movie:nth-child(2) {
    margin-left: 1%;
  }
}
.cp-axe-profile__interview-movie:nth-child(2):before {
  content: 'Official Live Movie';
}
.cp-axe-profile__interview-movie .youtube-short {
  position: relative;
  width: 100%;
  padding-top: 177.77%;
}
.cp-axe-profile__interview-movie .youtube-short iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.cp-axe-profile__profile {
  flex-basis: 29%;
  margin-left: 1%;
  background-color: #2ea8e6;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -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;
}
@media (max-width: 768px) {
  .cp-axe-profile__profile {
    flex-basis: 100%;
    margin-top: 6px;
    margin-left: 0;
  }
}
@media (min-width: 769px) {
  .cp-axe-profile__profile img {
    width: calc(100% - 20px);
  }
}
.cp-axe-profile__profile-text {
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  margin-bottom: 15px;
}
.cp-axe-profile__profile-text span {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  display: block;
}

.bnr-fifa {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
@media (min-width: 769px) {
  .bnr-fifa {
    display: none;
  }
}

.cp-axe-cp02 {
  color: #fff;
  width: 100%;
  max-width: 790px;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  margin-bottom: 88px;
}

.cp-axe-cp02-kv {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}

.cp-axe-cp02-lead {
  margin-top: 45px;
  margin-bottom: 45px;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
}
.cp-axe-cp02-lead__text {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .cp-axe-cp02-lead__text {
    margin-bottom: 15px;
  }
}

.cp-axe-cp02-contents {
  margin-bottom: 45px;
}
.cp-axe-cp02-contents__title {
  color: #e5007e;
  font-style: italic;
  font-weight: 700;
  font-size: 34px;
  margin-bottom: 15px;
}
.cp-axe-cp02-contents__lead {
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
}
.cp-axe-cp02-contents__lead span {
  font-size: 12px;
  line-height: 15px;
  color: #cccccc;
  display: block;
  font-weight: 400;
  margin-top: 7px;
}

@media (max-width: 768px) {
  .cp-axe-cp02-contents.kikan {
    margin-bottom: 55px;
  }
}

.cp-axe-cp02-present__numbers {
  margin: 35px auto 12px;
  font-size: 18px;
  font-weight: 700;
  font-style: italic;
  width: 235px;
  height: 30px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  background-color: #0099e5;
}
@media (max-width: 768px) {
  .cp-axe-cp02-present__numbers {
    margin: 27px auto 10px;
  }
}
.cp-axe-cp02-present__title {
  font-size: 23px;
  line-height: 30px;
  color: #0099e5;
  font-weight: 700;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .cp-axe-cp02-present__title {
    margin-bottom: 15px;
  }
}

.cp-axe-cp02-present-detail__text {
  text-align: left;
  display: inline-block;
  margin-bottom: 10px;
}
.cp-axe-cp02-present-detail__text dl {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.cp-axe-cp02-present-detail__text dl dt {
  flex-basis: 5em;
}
.cp-axe-cp02-present-detail__text dl dd {
  flex-basis: calc(100% - 5em);
}
@media (max-width: 768px) {
  .cp-axe-cp02-present-detail__note {
    text-align: left;
  }
}
.cp-axe-cp02-present-detail__note span {
  font-size: 15px;
  line-height: 25px;
  color: #cccccc;
  position: relative;
  margin-left: 1.2em;
  display: inline-block;
}
.cp-axe-cp02-present-detail__note span:before {
  content: '※';
  position: absolute;
  left: -1.2em;
}

.cp-axe-cp02-present-bonus {
  border: 2px solid #0099e5;
  padding: 20px 50px 0;
  box-sizing: border-box;
  margin-top: 30px;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .cp-axe-cp02-present-bonus {
    margin-bottom: 12px;
    padding: 25px 20px 0;
  }
}
.cp-axe-cp02-present-bonus__title {
  color: #0099e5;
  text-align: center;
  font-size: 19px;
  line-height: 21px;
  font-weight: 700;
  font-style: italic;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cp-axe-cp02-present-bonus__title {
    margin-bottom: 10px;
  }
}
.cp-axe-cp02-present-bonus__list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-bottom: 20px !important;
}
@media (max-width: 768px) {
  .cp-axe-cp02-present-bonus__list {
    display: block;
    margin-bottom: 25px !important;
  }
}
.cp-axe-cp02-present-bonus__number {
  flex-basis: 55px;
  height: 25px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 15px;
  color: black;
  font-weight: 700;
  background-color: white;
}
@media (max-width: 768px) {
  .cp-axe-cp02-present-bonus__number {
    margin-bottom: 10px !important;
    width: 55px;
  }
}
.cp-axe-cp02-present-bonus__text {
  flex-basis: calc(100% - 55px);
  padding-left: 10px !important;
  box-sizing: border-box;
  text-align: left;
  font-size: 15px;
  line-height: 25px;
}
@media (max-width: 768px) {
  .cp-axe-cp02-present-bonus__text {
    padding-left: 0 !important;
  }
}
.cp-axe-cp02-present-bonus__note {
  text-align: left;
  color: #ccc;
  font-size: 12px;
  line-height: 15px;
}

.cp-axe-cp02-present-profile {
  margin-top: 30px;
  border: 1px solid #4c4c4c;
  padding: 25px 50px 20px;
  margin-bottom: 60px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
@media (max-width: 768px) {
  .cp-axe-cp02-present-profile {
    margin-top: 45px;
    padding: 60px 20px 64px;
    position: relative;
  }
}
.cp-axe-cp02-present-profile__texts {
  flex-basis: calc(100% - 100px);
  padding-left: 25px;
  box-sizing: border-box;
  text-align: left;
}
@media (max-width: 768px) {
  .cp-axe-cp02-present-profile__texts {
    padding-left: 15px;
  }
}
.cp-axe-cp02-present-profile__name {
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .cp-axe-cp02-present-profile__name {
    position: absolute;
    top: 25px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.cp-axe-cp02-present-profile__text {
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 10px;
}
.cp-axe-cp02-present-profile__links {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cp-axe-cp02-present-profile__links {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
  }
}
.cp-axe-cp02-present-profile__links a {
  display: block;
  margin-right: 20px;
}

.cp-axe-cp02-contents.products {
  margin-bottom: 70px;
}
@media (max-width: 768px) {
  .cp-axe-cp02-contents.products {
    margin-bottom: 60px;
  }
}

.cp-axe-cp02-products {
  margin-top: 25px;
  margin-bottom: 20px;
}
@media (min-width: 769px) {
  .cp-axe-cp02-products {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }
}
@media (max-width: 768px) {
  .cp-axe-cp02-products {
    margin-top: 15px;
  }
}

@media (min-width: 769px) {
  .cp-axe-cp02-product {
    flex-basis: 50%;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
  }
}
@media (max-width: 768px) {
  .cp-axe-cp02-product {
    margin-bottom: 25px;
  }
}
.cp-axe-cp02-product__name {
  font-size: 15px;
  line-height: 21px;
  font-weight: 700;
}
.cp-axe-cp02-product__image {
  margin-top: 10px;
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  .cp-axe-cp02-product__image {
    margin-top: 8px;
    margin-bottom: 8px;
  }
}
.cp-axe-cp02-product__type {
  font-size: 15px;
  line-height: 25px;
  font-weight: 300;
  letter-spacing: -1px;
}
.cp-axe-cp02-product__note {
  color: #ccc;
  font-size: 12px;
  line-height: 15px;
  text-align: left;
}

.cp-axe-cp02-contents.howto {
  margin-bottom: 65px;
}
@media (max-width: 768px) {
  .cp-axe-cp02-contents.howto {
    margin-bottom: 50px;
  }
}
.cp-axe-cp02-contents.howto .cp-axe-cp02-contents__title {
  margin-bottom: 20px;
}

.cp-axe-cp02-step {
  margin-top: 10px;
  border: 1px solid #4c4c4c;
  padding: 25px 20px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cp-axe-cp02-step {
    padding-bottom: 30px;
    position: relative;
  }
  .cp-axe-cp02-step:not(nth-child:first-child) {
    margin-top: 7px;
  }
  .cp-axe-cp02-step:last-child .cp-axe-cp02-step__title {
    margin-bottom: 10px;
  }
  .cp-axe-cp02-step:last-child .cp-axe-cp02-step__note {
    margin-top: 10px;
  }
  .cp-axe-cp02-step:last-child .cp-axe-cp02-step__note ul {
    margin-top: 10px;
  }
}
.cp-axe-cp02-step__number {
  color: #e5007e;
  font-size: 45px;
  font-weight: 700;
  font-style: italic;
  flex-basis: 53px;
}
@media (max-width: 768px) {
  .cp-axe-cp02-step__number {
    position: absolute;
    left: 20px;
    top: 20px;
  }
}
.cp-axe-cp02-step__number .is-no1 {
  margin-left: -10px;
}
.cp-axe-cp02-step__number .step {
  display: block;
  font-size: 15px;
  margin-bottom: -10px;
}
.cp-axe-cp02-step__image {
  flex-basis: 210px;
  text-align: center;
}
@media (max-width: 768px) {
  .cp-axe-cp02-step__image {
    flex-basis: 100%;
  }
}
.cp-axe-cp02-step__contents {
  flex-basis: calc(100% - 263px);
  padding-left: 17px;
  box-sizing: border-box;
  text-align: left;
}
@media (min-width: 769px) {
  .cp-axe-cp02-step__contents {
    margin-top: -5px;
  }
}
@media (max-width: 768px) {
  .cp-axe-cp02-step__contents {
    flex-basis: 100%;
    margin-top: 20px;
    padding-left: 0;
  }
}
.cp-axe-cp02-step__title {
  font-size: 15px;
  line-height: 25px;
  font-weight: 700;
}
@media (min-width: 769px) {
  .cp-axe-cp02-step__title.mb00 {
    padding-top: 20px;
  }
}
@media (max-width: 768px) {
  .cp-axe-cp02-step__title {
    text-align: center;
    margin-bottom: 15px;
  }
  .cp-axe-cp02-step__title.mb00 {
    margin-bottom: 0;
  }
}
.cp-axe-cp02-step__text {
  font-size: 15px;
  line-height: 21px;
}
@media (max-width: 768px) {
  .cp-axe-cp02-step__text {
    text-align: center;
  }
}
.cp-axe-cp02-step__button {
  margin-top: 15px;
}
.cp-axe-cp02-step__button a {
  width: 260px;
  height: 45px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  background-color: #e5007e;
  color: white;
  font-weight: 700;
  font-size: 15px;
  position: relative;
  text-decoration: none;
}
@media (max-width: 768px) {
  .cp-axe-cp02-step__button a {
    margin-left: auto;
    margin-right: auto;
  }
}
.cp-axe-cp02-step__button a:after {
  content: '';
  width: 6px;
  height: 6px;
  border-top: 2.5px solid #fff;
  border-right: 2.5px solid #fff;
  transform: rotate(45deg) translateY(-50%);
  top: 50%;
  right: 12px;
  position: absolute;
}
.cp-axe-cp02-step__note {
  font-size: 12px;
  line-height: 15px;
  color: #cccccc;
}
@media (max-width: 768px) {
  .cp-axe-cp02-step__note {
    margin-top: 18px;
  }
}
.cp-axe-cp02-step__note ul {
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 20px;
}
.cp-axe-cp02-step__note li {
  position: relative;
  margin-left: 1.2em;
}
.cp-axe-cp02-step__note li:before {
  content: '※';
  position: absolute;
  left: -1.2em;
}
.cp-axe-cp02-step:last-child .cp-axe-cp02-step__number {
  font-size: 24px;
  line-height: 1.3;
}

/*アコーディオン*/
.accordion-title {
  font-size: 30px;
  text-decoration: none;
}
.accordion-title:after {
  content: '＋';
  margin-left: 15px;
  width: 28px;
  height: 28px;
  border: 1px solid #e5007e;
  display: inline-flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  color: #e5007e;
  font-size: 18px;
  font-style: normal;
  position: relative;
  top: -3px;
}
.accordion-title[data-is-open]:after {
  content: '－';
}

.accordion-contents {
  margin-top: 20px;
}

.cp-axe-cp02-receipt__image {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cp-axe-cp02-receipt__image {
    text-align: left;
    padding-left: 18px;
    margin-bottom: 40px;
  }
  .cp-axe-cp02-receipt__image img {
    width: 230px;
  }
}
.cp-axe-cp02-receipt__lead {
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 18px;
}
@media (max-width: 768px) {
  .cp-axe-cp02-receipt__lead {
    text-align: left;
    padding-left: 18px;
    padding-right: 18px;
  }
}

.cp-axe-cp02-receipt-caution {
  margin-top: 16px;
  text-align: left;
}
@media (max-width: 768px) {
  .cp-axe-cp02-receipt-caution {
    margin-top: 25px;
  }
}
.cp-axe-cp02-receipt-caution__title {
  font-size: 15px;
  font-weight: 700;
  padding-left: 50px;
  position: relative;
}
.cp-axe-cp02-receipt-caution__title:before {
  content: '';
  width: 40px;
  height: 36px;
  background-image: url("cp02/icon-caution.png");
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.cp-axe-cp02-receipt-caution__list {
  margin-top: 15px;
  margin-bottom: 25px;
  padding-left: 0;
}
@media (max-width: 768px) {
  .cp-axe-cp02-receipt-caution__list {
    margin-top: 5px;
  }
}
.cp-axe-cp02-receipt-caution__list li {
  font-size: 15px;
  line-height: 25px;
  margin-left: 1.2em;
  position: relative;
}
.cp-axe-cp02-receipt-caution__list li:before {
  content: '●';
  position: absolute;
  left: -1.2em;
}
.cp-axe-cp02-receipt-caution__list.caution-list {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cp-axe-cp02-receipt-caution__list.caution-list {
    margin-top: 10px;
  }
}

@media (max-width: 768px) {
  .cp-axe-cp02-contents.qna {
    margin-bottom: 30px;
  }
}

.cp-axe-cp02-qna {
  margin-top: 30px;
  margin-bottom: 80px;
  border-top: 1px solid #4d4d4d;
}
@includ sp {
  .cp-axe-cp02-qna {
    margin-top: 25px;
  }
}
.cp-axe-cp02-qna__q {
  font-size: 15px;
  line-height: 25px;
  font-weight: 700;
  color: white;
  text-decoration: none;
  padding-left: 20px;
  display: block;
  position: relative;
}
.cp-axe-cp02-qna__q:before {
  content: 'Q';
  font-size: 15px;
  line-height: 25px;
  font-weight: 700;
  color: #0099e5;
  position: absolute;
  left: 0;
  top: 0;
}
.cp-axe-cp02-qna__q:after {
  content: '＋';
  position: absolute;
  right: 0;
  top: 0;
  color: white;
  font-size: 23px;
  line-height: 21px;
  font-weight: 700;
}
.cp-axe-cp02-qna__q[data-is-open]:after {
  content: '－';
}
.cp-axe-cp02-qna__a {
  margin-top: 20px;
  font-size: 15px;
  line-height: 25px;
  font-weight: 300;
  padding-left: 20px;
  display: block;
  position: relative;
}
.cp-axe-cp02-qna__a:before {
  content: 'A';
  font-size: 15px;
  line-height: 25px;
  font-weight: 700;
  color: #0099e5;
  position: absolute;
  left: 0;
  top: 0;
}

.cp-axe-cp02-qna-block {
  text-align: left;
  padding: 15px;
  border-bottom: 1px solid #4d4d4d;
}
@media (max-width: 768px) {
  .cp-axe-cp02-qna-block {
    padding: 20px 15px;
  }
}

.cp-axe-cp02-rules {
  margin-top: 38px;
  border-top: 1px solid #4d4d4d;
  padding-bottom: 10px;
}
@media (max-width: 768px) {
  .cp-axe-cp02-rules {
    margin-top: 25px;
  }
}
.cp-axe-cp02-rules__title {
  color: white;
  font-size: 18px;
  line-height: 25px;
  text-decoration: none;
  font-weight: 700;
  position: relative;
  display: block;
}
.cp-axe-cp02-rules__title:after {
  content: '＋';
  position: absolute;
  right: 0;
  top: 0;
  color: white;
  font-size: 23px;
  line-height: 21px;
  font-weight: 700;
}
.cp-axe-cp02-rules__title[data-is-open]:after {
  content: '－';
}
.cp-axe-cp02-rules__lists {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 0;
}
.cp-axe-cp02-rules__lists li {
  margin-left: 1.2em;
  position: relative;
}
.cp-axe-cp02-rules__lists li:before {
  content: '●';
  position: absolute;
  left: -1.2em;
}
.cp-axe-cp02-rules__text {
  margin-top: 20px;
  font-size: 15px;
  line-height: 25px;
}
.cp-axe-cp02-rules__text a {
  color: #0099e5;
  text-decoration: underline;
}

.cp-axe-cp02-rules-block {
  text-align: left;
  padding: 15px 15px 15px 0;
  border-bottom: 1px solid #4d4d4d;
}
@media (max-width: 768px) {
  .cp-axe-cp02-rules-block {
    padding: 20px 15px 20px 0;
  }
}

.cp-axe-cp02-contact {
  margin-top: 50px;
  border: 2px solid #e5007e;
  padding: 30px 65px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .cp-axe-cp02-contact {
    margin-top: 48px;
    padding: 40px 18px 45px;
  }
}
.cp-axe-cp02-contact__title {
  font-size: 19px;
  line-height: 25px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #e5007e;
  font-style: italic;
}
.cp-axe-cp02-contact__button a {
  width: 260px;
  height: 45px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  background-color: #e5007e;
  color: white;
  font-weight: 700;
  font-size: 15px;
  position: relative;
  text-decoration: none;
  margin-left: auto;
  margin-right: auto;
}
.cp-axe-cp02-contact__button a:after {
  content: '';
  width: 6px;
  height: 6px;
  border-top: 2.5px solid #fff;
  border-right: 2.5px solid #fff;
  transform: rotate(45deg) translateY(-50%);
  top: 50%;
  right: 20px;
  position: absolute;
  margin-top: -2px;
}
.cp-axe-cp02-contact__note ul {
  margin-top: 20px;
  margin-bottom: 0;
  text-align: left;
  padding-left: 0;
}
@media (max-width: 768px) {
  .cp-axe-cp02-contact__note ul {
    margin-top: 20px;
  }
}
.cp-axe-cp02-contact__note ul li {
  position: relative;
  margin-left: 1.2em;
  font-size: 12px;
  line-height: 15px;
  color: #ccc;
}
.cp-axe-cp02-contact__note ul li:before {
  content: '※';
  position: absolute;
  left: -1.2em;
  color: #ccc;
}

/*------------------------------------------------------------------
                             第3弾
------------------------------------------------------------------*/
.cp-axe-cp02-lead {
  margin-top: 65px;
}
@media (max-width: 768px) {
  .cp-axe-cp02-lead {
    margin-top: 40px;
  }
}
.cp-axe-cp02-lead__image {
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .cp-axe-cp02-lead__image {
    max-width: 300px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 23px;
  }
}
.cp-axe-cp02-lead__image img {
  max-width: 100%;
}
@media (max-width: 768px) {
  .cp-axe-cp02-lead__text {
    letter-spacing: -1px;
  }
}

.cp-axe-cp02-present-type {
  width: 335px;
  max-width: 100%;
  height: 55px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #fff;
}
.cp-axe-cp02-present-type__type {
  flex-basis: 120px;
  background-color: #fff;
  position: relative;
  color: #000;
  font-size: 35px;
  font-style: italic;
  font-weight: 600;
  line-height: 55px;
  padding-right: 16px;
  box-sizing: border-box;
}
.cp-axe-cp02-present-type__type:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 0px 55px 16px;
  border-color: transparent transparent #000 transparent;
  position: absolute;
  right: 0;
  bottom: 0;
}
.cp-axe-cp02-present-type__text {
  flex-basis: calc(100% - 120px);
  box-sizing: border-box;
  font-size: 19px;
  font-style: italic;
  font-weight: 600;
  line-height: 21px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}
.cp-axe-cp02-present-type__text span {
  font-size: 55%;
}
.cp-axe-cp02-present-type__numbers {
  margin-top: 25px;
}
.cp-axe-cp02-present-type__note {
  color: #fff;
  font-size: 15px;
  line-height: 25px;
  text-align: left;
}
.cp-axe-cp02-present-type__note ul {
  margin: 25px 0 0;
  padding: 0;
}
.cp-axe-cp02-present-type__note ul li {
  list-style: none;
  position: relative;
  margin-left: 1.2em;
}
.cp-axe-cp02-present-type__note ul li:before {
  content: '●';
  left: -1.2em;
  position: absolute;
}

@media (max-width: 768px) {
  .cp-axe-cp02-present-image {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
}

.cp-axe-cp02-present-block {
  margin-bottom: 70px;
}
.cp-axe-cp02-present-block.type-b .cp-axe-cp02-present-type__text {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media (max-width: 768px) {
  .cp-axe-cp02-present-block.type-b .cp-axe-cp02-present-type__text {
    text-align: left;
    letter-spacing: -1px;
  }
}

.cp-axe-cp02-present-service {
  background-color: #202d40;
  padding: 18px 50px;
}
@media (max-width: 768px) {
  .cp-axe-cp02-present-service {
    padding: 30px 20px;
  }
}
.cp-axe-cp02-present-service__text {
  font-size: 15px;
  margin-bottom: 12px;
}
.cp-axe-cp02-present-service__image {
  margin-bottom: 12px;
}

.cp-axe-cp02-present-service-gift {
  margin-top: 20px;
  margin-bottom: 62px;
}
.cp-axe-cp02-present-service-gift__banner {
  margin-bottom: 8px;
  display: block;
}
.cp-axe-cp02-present-service-gift__banner img {
  vertical-align: bottom;
}
.cp-axe-cp02-present-service-gift__text ul {
  margin: 0;
  padding: 0;
}
.cp-axe-cp02-present-service-gift__text ul li {
  padding: 0;
  list-style: none;
  position: relative;
  margin-left: 1.2em;
  font-size: 15px;
  line-height: 25px;
  text-align: left;
}
.cp-axe-cp02-present-service-gift__text ul li:before {
  content: '●';
  position: absolute;
  left: -1.2em;
}
.cp-axe-cp02-present-service-gift__text ul li a {
  color: #0099e5;
  text-decoration: underline;
}
.cp-axe-cp02-present-service-gift__text ul li a:hover, .cp-axe-cp02-present-service-gift__text ul li a:active, .cp-axe-cp02-present-service-gift__text ul li a:visited {
  color: #0099e5;
}

@media (max-width: 768px) {
  .cp-axe-cp02-present-bonus__note {
    font-size: 9px;
    line-height: 11px;
  }
}

@media (max-width: 768px) {
  .cp-axe-cp02-contents.products .cp-axe-cp02-contents__lead {
    letter-spacing: -1px;
    margin-bottom: 30px;
  }
}
