@charset "UTF-8";
/*--------------------------------------------------
  mixin
--------------------------------------------------*/
/*--------------------------------------------------
reset
--------------------------------------------------*/
.cp_wrapper img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

.cp_wrapper input,
.cp_wrapper button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  font-family: inherit;
  border-radius: 0;
  border: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  padding: 0;
}

.cp_wrapper button {
  cursor: pointer;
}

.cp_wrapper input:hover {
  border: 0;
}

.cp_wrapper button:hover,
.cp_wrapper a:hover {
  opacity: .8;
  -webkit-transition: .3s;
  transition: .3s;
}

/*　ここから編集・追記可能エリア　*/
/********************************** coustom modules **********************************/
.cp_wrapper {
  font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', 'Meiryo','ＭＳ ゴシック',sans-serif;
}

@media (min-width: 901px) {
  .cp_wrapper {
    max-width: 750px;
    margin: 0 auto 70px;
  }
}

/* ----------
 parts
---------- */
.cp_line_yellow {
  width: 100%;
  height: 25px;
  background: url(/img/freepage/maihada_line_limited20201010/images/line_yellow.png) no-repeat 0 0;
  background-size: 100%;
  border: none;
}

.cp_line_pink {
  width: 100%;
  height: 25px;
  background: url(/img/freepage/maihada_line_limited20201010/images/line_pink.png) no-repeat 0 0;
  background-size: 100%;
  border: none;
}

/* ----------
 content
---------- */
/* cp_coupon_wrap */
.cp_coupon_wrap {
  margin: 35px auto 82px;
  color: #343c43;
  letter-spacing: 0.05em;
  text-align: center;
}

.cp_coupon_expiry {
  margin-bottom: 28px;
  font-size: 31px;
  font-weight: 600;
}

.cp_coupon_ttl {
  margin-bottom: 35px;
  line-height: 1.5;
  font-size: 26px;
  font-weight: normal;
}

.cp_coupon_ttl .strong {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, transparent), color-stop(0%, #ffff66));
  background: -webkit-linear-gradient(transparent 10%, #ffff66 0%);
  background: linear-gradient(transparent 10%, #ffff66 0%);
}

.cp_coupon_code {
  width: 603px;
  height: 110px;
  margin: 0 auto 30px;
  border-radius: 28px;
  line-height: 110px;
  background: #eeeee7;
  font-size: 24px;
  font-weight: bold;
}

.cp_coupon_code input {
  position: relative;
  top: -.07em;
  display: inline-block;
  width: 175px;
  line-height: 1;
  font-size: 29px;
  text-align: center;
  vertical-align: middle;
  outline: none;
  font-weight: 900;
}

.cp_coupon_btn_copy {
  display: block;
  width: 469px;
  height: 93px;
  margin: 0 auto 30px;
}

.cp_copy_success {
  position: absolute;
  left: 0;
  right: 0;
  display: none;
  width: 200px;
  margin: 0 auto;
  border: 1px solid #000;
  padding: 20px;
  background-color: #fff;
  text-align: center;
  line-height: 1;
  z-index: 10;
  font-size: 16px;
}

.cp_coupon_btn_shopping {
  display: block;
  width: 469px;
  height: 93px;
  margin: 0 auto 45px;
}

.cp_coupon_text {
  width: 690px;
  margin: 0 auto;
  font-size: 22px;
  text-align: left;
  letter-spacing: 0;
}

.cp_coupon_text_ttl {
  display: inline-block;
  margin-top: 5px;
}

.cp_coupon_text_detail {
  display: inline-block;
  margin: 3px 0 17px;
}

.cp_coupon_text_list li {
  text-indent: -1em;
  margin-left: 1em;
  line-height: 1.8;
}

.cp_coupon_text_list li + li {
  margin-top: 3px;
}

.cp_coupon_link_howto {
  display: block;
  width: 331px;
  height: 69px;
  margin: 0 auto;
}

/* cp_coupon_pickup */
.cp_coupon_pickup_ttl {
  text-align: center;
  margin-bottom: 48px;
}

.cp_coupon_pickup_list {
  margin-bottom: 85px;
}

.cp_coupon_pickup_item {
  margin-bottom: 15px;
  text-align: center;
}

/* cp_coupon_howto */
.cp_coupon_howto {
  margin-bottom: 66px;
  padding-top: 60px;
}

.cp_coupon_howto_ttl {
  margin-bottom: 60px;
}

.cp_coupon_howto_item {
  margin-bottom: 26px;
  text-align: center;
  font-size: 26px;
}

.cp_coupon_howto_text {
  width: 665px;
  text-align: left;
  margin: 0 auto;
}

.cp_coupon_howto_text .note {
  font-size: 22px;
}

.cp_coupon_howto_text .note a {
  text-decoration: underline;
}

.cp_coupon_howto_text .strong, .cp_coupon_howto_text a {
  color: #ed7304;
  font-weight: 700;
}

.cp_coupon_howto_img {
  margin-bottom: 32px;
}

.cp_coupon_limited {
  margin-bottom: 34px;
}

.cp_coupon_bnr_choice {
  display: inline-block;
  margin-top: 20px;
}

/* trial */
.cp_fkb_trial {
  padding-bottom: 60px;
}

.cp_fkb_trial_ttl {
  margin: 0 auto 45px;
  text-align: center;
}

.cp_fkb_trial_bnr {
  display: block;
  text-align: center;
}

.cp_fkb_trial_bnr + .cp_fkb_trial_bnr {
  margin-top: 38px;
}

.cp_fkb_other {
  padding: 40px 0 70px;
}

.cp_fkb_other_ttl {
  margin: 0 auto 30px;
  text-align: center;
}

.cp_fkb_other_bnr {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.cp_fkb_comic {
  margin-bottom: 58px;
}

/* pagetop */
.cp_fkb_pagetop {
  display: block;
  position: relative;
  width: 264px;
  height: 131px;
  margin: 50px auto 0;
  background: url(/img/freepage/maihada_line_limited20201010/images/page_top.png) 0 0 no-repeat;
  font-size: 0;
  color: transparent;
  -webkit-animation: anime 2s steps(2, end) infinite;
  animation: anime 2s steps(2, end) infinite;
  z-index: 100;
  outline: none;
}

.cp_wrapper a.cp_fkb_pagetop:hover,
.cp_wrapper a.cp_fkb_pagetop:hover img {
  opacity: 1;
  outline: none;
}

@-webkit-keyframes anime {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: -528px;
  }
}

@keyframes anime {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: -528px;
  }
}

.cp_fkb_pagetop.scrolling {
  position: fixed;
  bottom: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url(/img/freepage/maihada_line_limited20201010/images/page_top.png) 0 0 no-repeat;
  background-size: 792px auto;
  background-position-x: -528px;
  -webkit-animation: none;
  animation: none;
  opacity: 1 !important;
  -webkit-animation: animeScroll 1s infinite;
  animation: animeScroll 1s infinite;
  z-index: 2;
}

.cp_fkb_pagetop.scrolling img {
  opacity: 1 !important;
}

@-webkit-keyframes animeScroll {
  0% {
    -webkit-transform: translate(-50%, 30%);
    transform: translate(-50%, 30%);
  }
  50% {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  100% {
    -webkit-transform: translate(-50%, 30%);
    transform: translate(-50%, 30%);
  }
}

@keyframes animeScroll {
  0% {
    -webkit-transform: translate(-50%, 30%);
    transform: translate(-50%, 30%);
  }
  50% {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  100% {
    -webkit-transform: translate(-50%, 30%);
    transform: translate(-50%, 30%);
  }
}

@media only screen and (max-width: 900px) {
  /* ----------
	 parts
	---------- */
  .cp_line_yellow {
    height: 3.33vw;
    background: url(/img/freepage/maihada_line_limited20201010/images/line_yellow.png) no-repeat 0 0;
    background-size: 100%;
  }
  .cp_line_pink {
    height: 3.33vw;
    background: url(/img/freepage/maihada_line_limited20201010/images/line_pink.png) no-repeat 0 0;
    background-size: 100%;
  }
  /* ----------
	 content
	---------- */
  /* cp_coupon_wrap */
  .cp_coupon_wrap {
    padding: 0 5vw;
    margin: 6vw auto 10.94vw;
  }
  .cp_coupon_expiry {
    margin-bottom: 3.74vw;
    letter-spacing: -.05em;
    font-size: 4.133vw;
  }
  .cp_coupon_ttl {
    margin-bottom: 4.67vw;
    line-height: 1.8;
    font-size: 3.47vw;
  }
  .cp_coupon_code {
    position: relative;
    width: 80.4vw;
    height: 14.67vw;
    margin: 0 auto 4vw;
    border-radius: 3.74vw;
    line-height: 14.67vw;
    font-size: 2.8vw;
  }
  .cp_coupon_code input {
    width: 23.34vw;
    font-size: 3.5vw;
  }
  .cp_coupon_btn_copy {
    width: 62.54vw;
    height: 12.4vw;
    margin: 0 auto 4vw;
  }
  .cp_copy_success {
    width: 55%;
    padding: 3vw;
    font-size: 4vw;
  }
  .cp_coupon_btn_shopping {
    width: 62.54vw;
    height: 12.4vw;
    margin: 0 auto 6vw;
  }
  .cp_coupon_text {
    width: 90vw;
    font-size: 2.9vw;
  }
  .cp_coupon_text_ttl {
    margin-top: 2vw;
  }
  .cp_coupon_text_detail {
    margin-bottom: 1.7vw;
  }
  .cp_coupon_text_list li + li {
    margin-top: 1vw;
  }
  .cp_coupon_link_howto {
    width: 53.14vw;
    height: 9.2vw;
    margin: 3vw auto 0;
  }
  /* cp_coupon_pickup */
  .cp_coupon_pickup_ttl {
    text-align: center;
    margin: 0 5.6vw 6.666vw;
  }
  .cp_coupon_pickup_list {
    margin: 0 3.333vw 10.5vw;
  }
  .cp_coupon_pickup_item {
    margin-bottom: 2.3vw;
  }
  /* cp_coupon_howto */
  .cp_coupon_howto {
    margin-bottom: 11.74vw;
    padding-top: 8vw;
  }
  .cp_coupon_howto_ttl {
    margin-bottom: 5.5vw;
  }
  .cp_coupon_howto_list {
    margin: 0 4.6666vw;
  }
  .cp_coupon_howto_item {
    margin-bottom: 5vw;
    font-size: 3.47vw;
  }
  .cp_coupon_howto_text {
    width: 88.67vw;
    text-align: center;
  }
  .cp_coupon_howto_text .note {
    font-size: 2.94vw;
  }
  .cp_coupon_howto_img {
    margin-bottom: 4.27vw;
  }
  .cp_coupon_limited {
    margin: 0 13vw 4.54vw;
  }
  .cp_coupon_bnr_choice {
    margin-top: 5vw;
  }
  /* trial */
  .cp_fkb_trial {
    padding-bottom: 8vw;
  }
  .cp_fkb_trial_ttl {
    margin: 0 8.666vw 6vw;
  }
  .cp_fkb_trial_bnr {
    margin: 0 2vw 0 6.4vw;
  }
  .cp_fkb_trial_bnr + .cp_fkb_trial_bnr {
    margin-top: 5vw;
  }
  .cp_fkb_other {
    padding: 5.3vw 0 9.3vw;
  }
  .cp_fkb_other_ttl {
    width: 57%;
    margin: 0 auto 4vw;
    line-height: 1;
  }
  .cp_fkb_other_bnr {
    width: 86.66%;
  }
  .cp_fkb_comic {
    margin-bottom: 7.74vw;
  }
  .cp_fkb_pagetop {
    display: block;
    position: relative;
    width: 35.2vw;
    height: 17.46vw;
    margin: 6.67vw auto 0;
    background: url(/img/freepage/maihada_line_limited20201010/images/page_top.png) 0 0 no-repeat;
    background-size: 105.6vw auto;
    font-size: 0;
    color: transparent;
    -webkit-animation: anime 2s steps(2, end) infinite;
    animation: anime 2s steps(2, end) infinite;
  }
  @-webkit-keyframes anime {
    0% {
      background-position-x: 0;
    }
    100% {
      background-position-x: -70.4vw;
    }
  }
  @keyframes anime {
    0% {
      background-position-x: 0;
    }
    100% {
      background-position-x: -70.4vw;
    }
  }
  .cp_fkb_pagetop.scrolling {
    position: fixed;
    bottom: 20vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: url(/img/freepage/maihada_line_limited20201010/images/page_top.png) 0 0 no-repeat;
    background-size: 105.6vw auto;
    background-position-x: -70.4vw;
    -webkit-animation: animeScroll 1s infinite;
    animation: animeScroll 1s infinite;
    z-index: 2;
  }
  @-webkit-keyframes animeScroll {
    0% {
      -webkit-transform: translate(-50%, 30%);
      transform: translate(-50%, 30%);
    }
    50% {
      -webkit-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
    }
    100% {
      -webkit-transform: translate(-50%, 30%);
      transform: translate(-50%, 30%);
    }
  }
  @keyframes animeScroll {
    0% {
      -webkit-transform: translate(-50%, 30%);
      transform: translate(-50%, 30%);
    }
    50% {
      -webkit-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
    }
    100% {
      -webkit-transform: translate(-50%, 30%);
      transform: translate(-50%, 30%);
    }
  }
}