@media only screen and (min-width: 768px) {
  .mainvisual {
    position: relative;
    background-color: #2073bd;
  }

  .mainvisual .rsp-frame {
    position: relative;
    z-index: 2;
  }
}

.main-contents {
  background-color: #eaeaea;
}

.maze {
  color: #ca008d !important;
}

.cinema-contents dt {
  background-color: #b60081;
  border-radius: 6px 6px 0 0;
  color: #eddf92;
  font-size: 24px;
  text-align: center;
  padding: 4px 0;
}

.cinema-contents dd {
  background-color: white;
  border-radius: 0 0 6px 6px;
}

.subtitle {
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px 0;
  text-align: center;
}

.subtitle > p {
  font-weight: bold;
}

.subtitle p {
  font-size: 15px;
  margin: 10px;
}
.cinema-contents + .cinema-contents {
  position: relative;
  margin-top: 65px;
}
.cinema-contents + .cinema-contents::before {
  border: 30px solid transparent;
  left: 50%;
  margin-left: -30px;
  border-top-color: #b60081;
  content: "";
  top: -45px;
  position: absolute;
}

.cinema-contents {
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
}

.point-box {
  background-color: #b60081 !important;
  color: white;
  font-size: 18px;
  font-weight: bold;
  border-radius: 6px;
  margin: 40px 0;
  box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.3);
}

.btn-03.str-02 span {
  display: table;
}

.btn-03.str-02 span {
  text-align: left;
  display: table-cell;
  vertical-align: middle;
  height: 60px;
}

.cp-summary {
  background-color: #d4d4d4;
}

.bannerwrap ul {
  text-align: center;
}

.bannerwrap ul p {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

.cp-summary .bannerwrap ul li {
  width: 48%;
}

.bannerwrap li + li {
  margin-left: 10px;
}

.bannerwrap li {
  display: inline-block;
  margin: 0;
}

.bannerarea-title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.content-info {
  background-color: white;
  border-radius: 8px;
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
  padding: 50px 0;
  margin: 50px 0 80px;
}
.content-info hr {
  display: block;
  border: none;
  border-bottom: 4px dotted #cecece;
  width: 90%;
  margin: 40px auto;
}
.content_member {
  display: flex;
}

.content_member .flex_a {
  width: 50%;
}

.content_member .flex_a + .flex_a {
  border-left: 1px solid #ddd;
}

.content_member .flex_b {
  display: inline-block;
  width: auto;
}

.content_member .flex_b span span {
  min-width: 200px;
}
.btnsizing {
  width: 240px;
  margin-left: auto !important;
  margin-right: auto !important;
}

.btnsizing span span {
  padding-right: 50px;
}

.btn-01 span span img {
  vertical-align: middle;
}

.flex_b {
  vertical-align: top;
}

.note li {
  position: relative;
  padding-left: 1.5em;
  padding-bottom: 5px;
  display: block;
}

.note .mark {
  position: absolute;
  top: 0;
  left: 0;
}

.btn-01 span {
  background-color: #000 !important;
}

.btn-01 > span > span {
  background: url(/-/media/AeonCard/card/lp/merit_aeoncinema/images/ico-arrow_03.png)
    no-repeat right center;
  padding: 0 26px 0 14px;
  display: block;
}

@media only screen and (max-width: 767px) {
  .content-info {
    padding: 20px;
    margin: 30px 0 40px;
  }

  .content-info hr {
    margin: 20px auto;
  }

  .bannerarea-title {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
  }

  .bannerwrap li {
    display: block;
    margin: 0 0 10px;
  }

  .bannerwrap li + li {
    margin-left: 0;
  }

  .content_member {
    display: block;
  }

  .content_member .flex_a {
    width: 100%;
  }

  .content_member .flex_a + .flex_a {
    width: 100%;
    border-left: none;
    border-top: 4px dotted #cecece;
    margin-top: 30px;
    padding-top: 20px;
  }

  .content_member .flex_b {
    width: 100%;
  }

  .content_member .flex_b + .flex_b {
    margin-top: 20px;
  }

  .point-box {
    margin: 30px 0;
  }

  .cp-summary .bannerwrap ul li {
    width: 100%;
  }

  .bannerwrap ul p {
    margin-bottom: 0px;
  }

  .bannerwrap ul li + li {
    margin-top: 20px;
  }

  .btn-03.str-02 span {
    text-align: center;
    display: block;
    vertical-align: middle;
    height: auto;
  }

  .btn-01 span span img {
    max-width: 190px;
  }

  .subtitle > p {
    font-size: 14px;
  }
  .subtitle .bold {
    font-size: 17px;
  }
}

.how-to-buy-btn {
  display: block;
  max-width: 350px;
  margin: 0 auto;
  padding: 20px;
  background: #b60081;
  border-radius: 10px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  box-shadow: 0px 5px #7c085a;
}

@media only screen and (max-width: 767px) {
  .how-to-buy-btn {
    padding: 16px;
  }
}

.how-to-buy-btn:hover {
  position: relative;
  top: 2px;
  color: #fff;
  box-shadow: 0px 3px #7c085a;
}

.how-to-buy-btn:link {
  color: #fff;
}

.how-to-buy-btn:active {
  color: #fff;
}

.how-to-buy-btn:visited {
  color: #fff;
}

.how-to-buy-btn-wrap {
  margin-top: 40px;
}

@media only screen and (max-width: 767px) {
  .main-contents .link-top a {
    display: block;
    width: 44px;
    height: 44px;
    margin: 0 0 0 auto;
  }
}

.secureBtn{
  padding: 10px 0 0;
  text-align: center;
  margin: 0;
}
.secureBtn a{
  display: inline-block;
  max-width: 480px;
  margin: 0 auto;
}
.secureBtn a img{
  border-radius: 10px;
}
.fzcolor16{
  color: #eb0015;
  font-size: 17px;
}

.note-title{
  font-size: 18px;
}
.note-sub{
  font-size: 16px;
}
.note-note{
  font-size: 14px;
}
.note-bold{
  font-weight: bold;
  margin: 0!important;
}
.note-hdM{
  font-size: 14px;
  font-weight: bold;
  margin: 30px 0 0!important;
}

@media only screen and (max-width: 767px) {
  .secureBtn{
    padding: 0;
  }
  .secureBtn a{
    max-width: 350px;
  }
  .note-title{
    font-size: 16px;
  }
  .note-sub{
    font-size: 14px;
  }
  .note-note{
    font-size: 12px;
  }
  .note-hdM{
    font-size: 14px;
    margin: 15px 0 0!important;
  }
}

.btn-pink {
  position: relative;
  display: flex;
  margin: 30px auto 20px;
  align-items: center;
  justify-content: center;
  width: 286px;
  height: 56px;
  background-color: #f6dfef;
  color: #a20073;
  border-radius: 27px;
  font-size: 16px;
  font-weight: 600;
}

.btn-pink:hover, .btn-pink:focus {
  color: #a20073;
}

.btn-pink::after {
  content: "";
  position: absolute;
  display: block;
  top:  calc(50% + 1px);
  right: 9px;
  width: 28px;
  height: 28px;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-image: url(../images/button_blank.svg);
}
.content-info2 {
  background-color: white;
  border-radius: 8px;
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
  padding: 20px 20px 50px;
  margin: 50px 0 80px;
}
p.card-des {
  background-color: #2173bc;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin: 0 auto 20px;
  padding: 10px;
}
.cardinfo-des p {
  margin-bottom: 0 !important;
}
.cardinfo-des p.first-title{
  font-weight: bold;
}
.cardinfo-des p a {
  text-decoration: underline;
  cursor: pointer;
}
.cardinfo-box {
  margin-bottom: 20px;
}

.mainvisual {
  background-color: #2073bd;
}

.kv_attention{
  max-width: 1000px;
  margin: auto;
  padding:10px 10px 30px;
  background-color: #2073bd;
}

.kv_attention-txt{
  display: block;
  border: #eb0015 2px solid;
  background-color: #ffffff;
  font-weight: 600;
  color: #eb0015;
  padding: 10px;
}