@charset "UTF-8";
/*

  ベースCSS

*/
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 200;
  src: local("NotoSansJP-Light.otf"), url("//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.woff2") format("woff2"), url("//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.woff") format("woff"), url("//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.otf") format("opentype");
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 400;
  src: local("NotoSansJP-Regular.otf"), url("//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff2") format("woff2"), url("//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff") format("woff"), url("//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.otf") format("opentype");
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 700;
  src: local("NotoSansJP-Bold.otf"), url("//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff2") format("woff2"), url("//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff") format("woff"), url("//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.otf") format("opentype");
}
* {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  outline: none;
  list-style: none;
}

html {
  font-size: 62.5%;
  height: auto;
  margin: 0;
  min-height: 100%;
  padding: 0;
  width: 100%;
}

body {
  background-color: #fff;
  color: #333;
  font-family: "Noto Sans Japanese", sans-serif;
  height: auto;
  margin: 0;
  min-height: 100%;
  padding: 0;
  width: 100%;
}

h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, ul, li, img {
  font-weight: normal;
  margin: 0;
  padding: 0;
}

ul, li {
  list-style-position: inside;
  list-style: none;
}

a {
  color: #3583EE;
  opacity: 1;
  text-decoration: none;
  -moz-transition: opacity 0.1s linear;
  -o-transition: opacity 0.1s linear;
  -webkit-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}

a:focus, *:focus {
  outline: none;
}

a:hover {
  text-decoration: none;
}

/*

  global-header CSS

*/
.global-header {
  background-color: #fff;
  background-image: url("/site_assets/lp/common/img/common/bg_header.png");
  background-repeat: repeat-x;
  background-position: center top;
  height: 45px;
  position: relative;
  width: 100%;
}
.global-header__logo {
  padding: 11px 0 0 10px;
  position: relative;
}
.global-header__mypage {
  position: absolute;
  right: 0;
  top: 0;
}

.mypage {
  display: table;
  height: 26px;
  width: 90px;
}
.mypage__btn {
  color: #878787;
  font-family: 'Noto Sans Japanese';
  font-size: 1.0rem;
  font-weight: 700;
  display: block;
  height: 22px;
  line-height: 22px;
  padding-right: 10px;
  position: absolute;
  right: 10px;
  text-align: right;
  text-decoration: none;
  top: 15px;
  vertical-align: middle;
  width: 90px;
}
.mypage__btn:before {
  background-color: #888;
  background-image: url("/site_assets/lp/common/img/common/icon_header_mypage.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 12px 14px;
  border-radius: 3px;
  content: "";
  height: 22px;
  left: 0;
  position: absolute;
  top: 0;
  width: 22px;
}

/*

  global-nav-top CSS

*/
.global-nav-top {
  background: #0044A4;
  background: -webkit-linear-gradient(top, #094EAF, #0044A4);
  background: linear-gradient(to bottom, #094eaf, #0044a4);
  border-bottom: 1px solid #0044A4;
  border-top: 1px solid #094EAF;
  padding: 4px 0;
  position: relative;
  width: 100%;
}
.global-nav-top__lists {
  height: auto;
  display: table;
  margin: 0;
  position: relative;
  width: 100%;
}
.global-nav-top__list {
  border-left: 1px solid #fff;
  display: table-cell;
  height: auto;
  margin: 0;
  padding: 4px 0;
  vertical-align: top;
  width: 90px;
}
.global-nav-top__list:first-child {
  border: none;
  padding: 10px 0;
  width: 50px;
}
.global-nav-top__list-link {
  color: #fff;
  font-family: 'Noto Sans Japanese';
  font-size: 1.2rem;
  font-weight: 400;
  display: block;
  line-height: 1.5rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 100%;
}

/*

  global-nav-bottom CSS

*/
.global-nav-bottom {
  background-color: #fff;
  min-width: 320px;
  position: relative;
  width: 100%;
}
.global-nav-bottom__inner {
  height: inherit;
  margin: 0 auto;
  max-width: 684px;
  min-width: 284px;
  padding-bottom: 40px;
  position: relative;
  width: 90%;
}
.global-nav-bottom__lists {
  height: auto;
  display: block;
  margin: 0 auto;
  position: relative;
  width: 300px;
}
.global-nav-bottom__list {
  display: block;
  height: 34px;
  margin: 0;
  padding: 0;
  text-align: left;
  vertical-align: middle;
  width: 100%;
}
.global-nav-bottom__ptop {
  border: 1px solid #004BB2;
  display: block;
  height: 35px;
  overflow: hidden;
  position: absolute;
  right: 0;
  text-indent: -9999px;
  top: 0;
  width: 35px;
  z-index: 10;
}
.global-nav-bottom__ptop:before {
  background-image: url("/site_assets/lp/sp/img/common/icon_nav_ptop.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 11px 12px;
  content: "";
  display: block;
  height: 12px;
  right: 12px;
  position: absolute;
  text-align: center;
  top: 11px;
  width: 11px;
}

.sns__lists {
  display: block;
  position: relative;
}
.sns__list {
  display: inline-block;
  height: 34px;
  margin: 0;
  padding-right: 5px;
  text-align: center;
  vertical-align: middle;
  width: 45px;
}

/*

  footer-nav CSS

*/
.footer-nav {
  border-top: #0774C9 2px solid;
  border-bottom: #0774C9 2px solid;
  height: auto;
  position: relative;
  width: 100%;
}
.footer-nav__lists {
  display: table;
  height: auto;
  padding: 0;
  position: relative;
  width: 100%;
}
.footer-nav__list {
  display: table-row;
  position: relative;
  vertical-align: middle;
  width: 100%;
}
.footer-nav__list-link {
  border-bottom: 1px solid #E0E6ED;
  color: #094EAF;
  display: table-cell;
  font-family: 'Noto Sans Japanese';
  font-size: 1.3rem;
  font-weight: 400;
  height: 45px;
  line-height: 2.0rem;
  padding: 0 15px;
  position: relative;
  text-decoration: none;
  vertical-align: middle;
  width: 100%;
}
.footer-nav__list-link:before {
  background-image: url("/site_assets/lp/sp/img/common/icon_btn_arrow-blue.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 7px 12px;
  content: "";
  display: block;
  height: 12px;
  margin-top: -6px;
  position: absolute;
  right: 5px;
  top: 50%;
  width: 7px;
}

/*

  global-footer CSS

*/
.global-footer {
  background: #fff;
  bottom: 0;
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.global-footer__link {
  display: block;
  padding: 25px 0 20px 10px;
  position: relative;
  width: 258px;
}
.global-footer__logo {
  position: relative;
}
.global-footer__txt {
  color: #435B67;
  font-family: 'Noto Sans Japanese';
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.05rem;
  line-height: 1;
  text-decoration: underline;
  padding-top: 3px;
  position: relative;
}

/*

  campaign CSS

*/
.campaign {
  background-color: #28a9e5;
  background-image: url(/site_assets/lp/sp/img/top/cashless/bg_campaign_3.png);
  background-repeat: repeat-x;
  background-position: left 21vw;
  background-size: 100%;
  height: auto;
  min-width: 320px;
  position: relative;
  width: 100%;
}
.campaign__inner {
  height: inherit;
  margin: 0 auto;
  max-width: 684px;
  min-width: 284px;
  padding-bottom: 25px;
  position: relative;
  width: 90%;
}
.campaign__heading {
  color: #fff;
  font-family: 'Noto Sans Japanese';
  font-size: 2.5rem;
  font-weight: 400;
  left: 50%;
  letter-spacing: 0.12rem;
  line-height: 1;
  margin-left: -150px;
  position: relative;
  width: 300px;
}
.campaign__heading > .large {
  font-family: DINAlternate-Bold, 'DIN Alternate Bold', 'Noto Sans Japanese';
  font-size: 4rem;
  font-weight: 500;
  letter-spacing: 0.1rem;
}
.campaign__heading > .per {
  font-family: "Avenir Next", 'Noto Sans Japanese';
}
.campaign__txt {
  color: #fff;
  font-family: 'Noto Sans Japanese';
  font-size: 2.2rem;
  font-weight: 400;
  left: 50%;
  letter-spacing: 0.1rem;
  line-height: 1.4;
  margin-left: -150px;
  padding: 0 0 5px 27px;
  position: relative;
  width: 300px;
}
.campaign__txt--circle {
  background-color: #fff;
  border: 2px solid #f00;
  border-radius: 50%;
  color: #f00;
  /* display: none; */
  font-family: 'Noto Sans Japanese';
  font-size: 1.1rem;
  font-weight: 700;
  height: 60px;
  letter-spacing: 0.1rem;
  line-height: 1.4;
  margin-left: 90px;
  padding-top: 12px;
  position: absolute;
  left: 50%;
  text-align: center;
  top: 48px;
  width: 60px;
}
.campaign__card {
  height: auto;
  margin: auto;
  padding: 0;
  position: relative;
  text-align: center;
  width: 100%;
}
.campaign__entry {
  height: 92px;
  position: relative;
  width: 100%;
}
.campaign__btn {
  background: #E40038;
  background: -webkit-linear-gradient(top, #FF003F, #E40038);
  background: linear-gradient(to bottom, #ff003f, #e40038);
  border-radius: 5px;
  -moz-box-shadow: 0px 5px 0 0 #9E0038;
  -webkit-box-shadow: 0px 5px 0 0 #9E0038;
  box-shadow: 0px 5px 0 0 #9E0038;
  color: #fff;
  font-family: 'Noto Sans Japanese';
  font-size: 1.6rem;
  font-weight: 700;
  display: block;
  height: auto;
  line-height: 1;
  margin: 9px auto;
  padding: 7px 0 0 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
.campaign__btn:before {
  background-image: url("/site_assets/lp/sp/img/common/icon_btn_arrow-white.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 7px 12px;
  content: "";
  height: 12px;
  right: 15px;
  position: absolute;
  top: 20px;
  width: 7px;
}
.campaign__btn > span {
  display: block;
  font-family: 'Noto Sans Japanese';
  font-size: 1.2rem;
  font-weight: 400;
  padding: 4px 0 7px 0;
  text-align: center;
  width: 100%;
}
.campaign__detail {
  margin: 0 auto;
  position: relative;
  width: 100%;
}
.campaign__detail-limit {
  background-color: #FFFF66;
  color: #333;
  font-family: 'Noto Sans Japanese';
  font-size: 1.3rem;
  font-weight: 700;
  padding: 3px 0;
  text-align: center;
  width: 100%;
}
.campaign__detail-limit > .large {
  font-size: 2.0rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  padding: 0 7px 0 10px;
}
.campaign__detail-article {
  background: #EEE;
  background: -webkit-linear-gradient(top, #FFF, #EEE);
  background: linear-gradient(to bottom, #ffffff, #eeeeee);
  height: auto;
  padding-bottom: 10px;
  width: 100%;
}
.hpg .campaign__detail-article{
	border: solid 1px #dddddd;
}
.campaign__detail-until {
  border-bottom: 1px solid #E0E6ED;
  color: #333;
  font-family: 'Noto Sans Japanese';
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
  margin: 0 auto;
  padding: 5px 0 5px 0;
  position: relative;
  text-align: center;
  width: 92%;
}
.cp-style {
  display: none;
}
.campaign__detail-heading {
  color: #0673C9;
  font-family: 'Noto Sans Japanese';
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.15;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: center;
}
.campaign__detail-heading > .large {
  font-size: 4.1rem;
  font-weight: 700;
  letter-spacing: -1.2rem;
  padding: 0 12px 0 0;
}
.campaign__detail-heading > .large .dp {
  font-size: 3rem;
  padding: 0 2px 0 5px;
}
.campaign__detail-heading > .small {
  color: #333;
  font-size: 2.0rem;
  font-weight: 700;
  letter-spacing: 0;
  padding: 0 10px;
}
.campaign__detail-notes {
  color: #333;
  font-family: 'Noto Sans Japanese';
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.4rem;
  margin: 7px auto;
  padding: 0;
  position: relative;
  text-align: left;
  width: 92%;
}
.note_ponta {
  display: none;
}
.lmga0005 .note_ponta,
.lmga0007 .note_ponta,
.lmga0006 .note_ponta {
  display: block;
}
.campaign__detail-todetail {
  margin: 0 auto;
  position: relative;
  width: 92%;
}
.campaign__detail-todetail-btn {
  background-color: #fff;
  border-radius: 3px;
  color: #074CAD;
  font-family: 'Noto Sans Japanese';
  font-size: 1.4rem;
  font-weight: 400;
  display: block;
  height: 30px;
  line-height: 30px;
  margin: 9px auto 0 auto;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
.campaign__detail-todetail-btn:before {
  background-image: url("/site_assets/lp/sp/img/common/icon_btn_arrow-blue.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 7px 12px;
  content: "";
  height: 12px;
  right: 15px;
  position: absolute;
  top: 10px;
  width: 7px;
}

/*

  important-notice CSS

*/
.important-notice {
  background-color: #fff;
  height: auto;
  min-width: 320px;
  position: relative;
  width: 100%;
}
.important-notice__inner {
  height: inherit;
  margin: 0 auto;
  max-width: 684px;
  min-width: 284px;
  padding: 25px 0;
  position: relative;
  width: 90%;
}
.important-notice__heading {
  background-color: #E0E6ED;
  color: #555;
  font-family: 'Noto Sans Japanese';
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0;
  margin: 0 auto;
  padding: 5px 0;
  position: relative;
  text-align: center;
  width: 100%;
}
.important-notice__lists {
  display: block;
  margin: 0 auto;
  position: relative;
  width: 100%;
}
.important-notice__list {
  border-bottom: 1px solid #E0E6ED;
}
.important-notice__list-link {
  color: #084DAE;
  display: block;
  font-family: 'Noto Sans Japanese';
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.2rem;
  padding: 11px 20px 12px 7px;
  position: relative;
  text-decoration: none;
}
.important-notice__list-link:before {
  background-image: url("/site_assets/lp/sp/img/common/icon_btn_arrow-blue.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 7px 12px;
  content: "";
  display: block;
  height: 12px;
  margin-top: -6px;
  position: absolute;
  right: 5px;
  top: 50%;
  width: 7px;
}

/*

  earn-points CSS

*/
.earn-points {
  background: #E2EAED;
  background: -webkit-linear-gradient(top, #EFF6F9, #E2EAED);
  background: linear-gradient(to bottom, #eff6f9, #e2eaed);
  position: relative;
  min-width: 320px;
  width: 100%;
}
.earn-points__inner {
  height: inherit;
  margin: 0 auto;
  max-width: 684px;
  min-width: 284px;
  padding: 30px 0 40px 0;
  position: relative;
  width: 90%;
}
.earn-points__heading {
  background-image: url("/site_assets/lp/sp/img/top/earn-points/bg_earn-points_heading.png");
  background-repeat: no-repeat;
  background-position: center 3px;
  background-size: contain;
  margin: 0 auto;
  max-width: 302px;
  position: relative;
  width: 100%;
}
.earn-points__heading-subtitle {
  color: #333;
  font-family: 'Noto Sans Japanese';
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.12rem;
  text-align: center;
}
.earn-points__heading-title {
  color: #333;
  font-family: 'Noto Sans Japanese';
  font-size: 3.0rem;
  font-weight: 700;
  letter-spacing: 0.12rem;
  line-height: 3.5rem;
  padding-top: 4px;
  text-align: center;
}
.earn-points__lists {
  margin: 0 auto;
  padding-top: 10px;
  position: relative;
  width: 100%;
}
.earn-points__list {
  height: auto;
  padding: 0px 0 20px 0;
  position: relative;
  width: 100%;
}
.earn-points__list-article {
  background-color: #fff;
  min-height: 215px;
  padding-bottom: 10px;
  position: relative;
}
.earn-points__list-article--p {
  background-color: #fff;
  min-height: 230px;
  margin-top: 0;
  padding-bottom: 10px;
  position: relative;
}
.earn-points__list-heading {
  background: #056DBE;
  background: -webkit-linear-gradient(top, #0774C9, #056DBE);
  background: linear-gradient(to bottom, #0774c9, #056dbe);
  color: #fff;
  font-family: 'Noto Sans Japanese';
  font-size: 2.0rem;
  font-weight: 500;
  line-height: 40px;
  height: 40px;
  position: relative;
  text-align: center;
  top: 0;
  width: 100%;
}
.earn-points__list-heading:after {
  border-top: 13px solid #056DBE;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  bottom: -13px;
  content: "";
  height: 0;
  left: 50%;
  margin-left: -13px;
  position: absolute;
  width: 0;
}
.earn-points__list-heading--p {
  border-bottom: 1px solid #BCC2C8;
  color: #333;
  font-family: 'Noto Sans Japanese';
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.8rem;
  margin: 0 auto;
  padding: 14px 0 10px 30px;
  position: relative;
  width: 92%;
}
.earn-points__list-heading--p:before {
  background-image: url("/site_assets/lp/common/img/top/earn-points/earn-points_icon_point.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px 22px;
  content: "";
  display: block;
  height: 22px;
  position: absolute;
  left: 3px;
  top: 15px;
  width: 20px;
}
.earn-points__list-pic {
  margin: 0 auto;
  padding-top: 20px;
  width: 212px;
}
.earn-points__list-pic--p {
  margin: 0 auto;
  padding-top: 15px;
  width: 212px;
}
.earn-points__list-txt {
  font-family: 'Noto Sans Japanese';
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2.0rem;
  margin: 0 auto;
  padding-top: 10px;
  position: relative;
  text-align: center;
  width: 92%;
}
.earn-points__list-txt--p {
  font-family: 'Noto Sans Japanese';
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2.0rem;
  margin: 0 auto;
  padding-top: 7px;
  position: relative;
  text-align: left;
  width: 92%;
}
.earn-points__todetail {
  margin: 0 auto;
  position: relative;
  width: 100%;
}
.earn-points__todetail-btn {
  background: #094EAF;
  background: -webkit-linear-gradient(top, #0955BF, #094EAF);
  background: linear-gradient(to bottom, #0955bf, #094eaf);
  border-radius: 3px;
  -moz-box-shadow: 0px 3px 0 0 #00008C;
  -webkit-box-shadow: 0px 3px 0 0 #00008C;
  box-shadow: 0px 3px 0 0 #00008C;
  color: #fff;
  font-family: 'Noto Sans Japanese';
  font-size: 1.5rem;
  font-weight: 400;
  display: block;
  height: 35px;
  line-height: 35px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
.earn-points__todetail-btn:before {
  background-image: url("/site_assets/lp/sp/img/common/icon_btn_arrow-white.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 7px 12px;
  content: "";
  height: 12px;
  right: 15px;
  position: absolute;
  top: 12px;
  width: 7px;
}

/*

  increase-deals CSS

*/
.increase-deals {
  background: #259AD0;
  background: -webkit-linear-gradient(top, #29AAE6 0%, #259AD0 30%);
  background: linear-gradient(to bottom, #29aae6 0%, #259ad0 30%);
  background-repeat: repeat-x;
  background-position: left bottom;
  min-width: 320px;
  position: relative;
  width: 100%;
}
.increase-deals:before {
  background: url("/site_assets/lp/common/img/top/increase-deals/bg_increase-deals.png");
  background-repeat: repeat-x;
  background-position: left bottom;
  background-size: 720px 57px;
  bottom: 0;
  content: "";
  height: 57px;
  position: absolute;
  width: 100%;
}
.increase-deals__inner {
  height: inherit;
  margin: 0 auto;
  max-width: 684px;
  min-width: 284px;
  padding: 30px 0 40px 0;
  position: relative;
  width: 90%;
}
.increase-deals__heading {
  background-image: url("/site_assets/lp/sp/img/top/increase-deals/bg_increase-deals_heading.png");
  background-repeat: no-repeat;
  background-position: center 2px;
  background-size: contain;
  margin: 0 auto;
  max-width: 302px;
  position: relative;
  width: 100%;
}
.increase-deals__heading-subtitle {
  color: #fff;
  font-family: 'Noto Sans Japanese';
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
  padding-bottom: 5px;
  text-align: center;
}
.increase-deals__heading-title {
  color: #fff;
  font-family: 'Noto Sans Japanese';
  font-size: 2.9rem;
  font-weight: 700;
  letter-spacing: -0.05rem;
  line-height: 3.5rem;
  padding-top: 4px;
  text-align: center;
}
.increase-deals__txt {
  color: #fff;
  font-family: 'Noto Sans Japanese';
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2.0rem;
  margin: 0 auto;
  padding: 16px 0 0 0;
  width: 100%;
}
.increase-deals__lists {
  margin: 0 auto;
  padding-top: 22px;
  position: relative;
  width: 100%;
}
.increase-deals__list {
  height: auto;
  padding: 0px 0 20px 0;
  position: relative;
  width: 100%;
}
.increase-deals__list-article {
  background-color: #fff;
}
.increase-deals__list-heading {
  color: #333;
  font-family: 'Noto Sans Japanese';
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 2.5rem;
  padding-top: 18px;
  text-align: center;
}
.increase-deals__list-heading--other {
  color: #333;
  font-family: 'Noto Sans Japanese';
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.5rem;
  padding-top: 18px;
  text-align: center;
}
.increase-deals__list-txt {
  color: #333;
  font-family: 'Noto Sans Japanese';
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2.0rem;
  margin: 0 auto;
  padding: 7px 7px 12px 7px;
  text-align: center;
  width: 100%;
}
.increase-deals__list-txt--other {
  color: #333;
  font-family: 'Noto Sans Japanese';
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5rem;
  margin: 0 auto;
  padding: 7px 0px 0px 0em;
  text-align: left;
  width: 88%;
}
.increase-deals__list-txt--other > a {
  color: #0060C3;
}
.increase-deals__list-pic {
  margin: 0 auto;
  padding: 0 0;
  width: 260px;
}
.increase-deals__list-btm {
  background: #E2EAED;
  background: -webkit-linear-gradient(top, #EFF6F9, #E2EAED);
  background: linear-gradient(to bottom, #eff6f9, #e2eaed);
  display: table;
  min-height: 85px;
  padding: 7px 0;
  position: relative;
  width: 100%;
}
.increase-deals__list-btm-txt {
  display: table-cell;
  color: #333;
  font-family: 'Noto Sans Japanese';
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.2rem;
  text-align: center;
  vertical-align: middle;
}
.increase-deals__list-btm-txt_2 {
  display: table-cell;
  color: #333;
  font-family: 'Noto Sans Japanese';
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.2rem;
  text-align: center;
  vertical-align: middle;
  padding-top:5px;
}
.increase-deals__list-btm-txt_small {
	font-size: 10px;
	display: inline-block;
	font-weight: 400;
	line-height: 12px;
	padding: 7px;
	padding-bottom: 0;
}
.increase-deals__list-btm-txt > .red {
  color: #FF003F;
}
.increase-deals__list-btm-txt_2 > .red {
  color: #FF003F;
}
.increase-deals__links-lists {
  margin: 0 0 0 0;
  position: relative;
  text-align: center;
  width: 100%;
}
.increase-deals__links-lists--other {
  margin: 0 auto;
  padding-top: 10px;
  position: relative;
  text-align: center;
  width: 96%;
}
.increase-deals__links-list {
  display: inline-block;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
.increase-deals__links-list-link {
  margin: 0px 10px 0 10px;
}
.increase-deals__links-list-link--other {
  color: #0060C3;
  font-family: 'Noto Sans Japanese';
  font-size: 1.5rem;
  font-weight: 400;
  display: block;
  line-height: 2.2rem;
  margin: 0 auto;
  padding: 20px 0px 15px 0;
  position: relative;
  text-align: left;
  text-decoration: none;
  width: 185px;
}
.increase-deals__links-list-link--other:after {
  background-image: url("/site_assets/lp/common/img/common/icon_btn-window.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 12px 10px;
  content: "";
  display: block;
  height: 10px;
  position: absolute;
  right: 0;
  top: 27px;
  width: 12px;
}
.increase-deals__links-toentry {
  margin: 40px auto 0 auto;
  position: relative;
  width: 440px;
}
.increase-deals__links-toentry-btn {
  border: 1px solid #f00;
  background: #E40038;
  background: -webkit-linear-gradient(top, #FF003F, #E40038);
  background: linear-gradient(to bottom, #ff003f, #e40038);
  border-radius: 5px;
  -moz-box-shadow: 0px 5px 0 0 #9E0038;
  -webkit-box-shadow: 0px 5px 0 0 #9E0038;
  box-shadow: 0px 5px 0 0 #9E0038;
  color: #fff;
  font-family: 'Noto Sans Japanese';
  font-size: 2.6rem;
  font-weight: 500;
  display: block;
  height: 70px;
  line-height: 70px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 440px;
}
.increase-deals__links-toentry-btn:before {
  background-image: url("/site_assets/lp/sp/img/common/icon_btn_arrow-white.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 9px 17px;
  content: "";
  height: 17px;
  right: 21px;
  position: absolute;
  top: 27px;
  width: 9px;
}
.increase-deals__links-toentry-note {
  color: #fff;
  font-family: 'Noto Sans Japanese';
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  padding-top: 20px;
  position: relative;
  text-align: center;
}

/*

  feature-rich CSS

*/
.feature-rich {
  background-image: url("/site_assets/lp/common/img/top/feature-rich/bg_feature-rich.png");
  background-repeat: no-repeat;
  background-position: 71% 50%;
  background-size: cover;
  min-width: 320px;
  position: relative;
  width: 100%;
}
.feature-rich__inner {
  height: inherit;
  margin: 0 auto;
  max-width: 684px;
  min-width: 284px;
  padding: 10px 0 20px 0;
  position: relative;
  width: 90%;
}
.feature-rich__heading {
  color: #fff;
  font-family: 'Noto Sans Japanese';
  font-size: 2.0rem;
  font-weight: 200;
  letter-spacing: 0rem;
  padding: 30px 0 0 0;
  position: relative;
  text-align: center;
}
.feature-rich__card {
  margin: 0 auto;
  padding-top: 15px;
  position: relative;
  width: 287px;
}
.feature-rich__txt {
  border-bottom: 1px solid #fff;
  color: #fff;
  font-family: 'Noto Sans Japanese';
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.12rem;
  margin: 0 auto;
  padding: 10px 0 40px 0;
  position: relative;
  text-align: center;
  width: 100%;
}
.feature-rich__lists {
  margin: 0 auto;
  position: relative;
  width: 287px;
}
.feature-rich__list-heading {
  color: #fff;
  font-family: 'Noto Sans Japanese';
  font-size: 1.5rem;
  font-weight: 400;
  left: 70px;
  letter-spacing: 0.12rem;
  margin: 0;
  padding: 20px 0 5px 0;
  position: relative;
  text-align: left;
  width: 205px;
}
.feature-rich__list-heading:after {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 52px 52px;
  content: "";
  display: block;
  height: 52px;
  position: absolute;
  left: -65px;
  top: 24px;
  width: 52px;
}
.feature-rich__list-heading.icon1:after {
  background-image: url("/site_assets/lp/common/img/top/feature-rich/feature-rich_icon_01.png");
}
.feature-rich__list-heading.icon2:after {
  background-image: url("/site_assets/lp/common/img/top/feature-rich/feature-rich_icon_02.png");
}
.feature-rich__list-txt {
  color: #fff;
  font-family: 'Noto Sans Japanese';
  font-size: 1.4rem;
  font-weight: 400;
  left: 70px;
  letter-spacing: 0.12rem;
  line-height: 1.8rem;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: left;
  width: 205px;
}
.feature-rich__todetail {
  margin: 0 auto;
  padding: 25px 0 30px 0;
  position: relative;
  width: 100%;
}
.feature-rich__todetail-btn {
  background: #094EAF;
  background: -webkit-linear-gradient(top, #0955BF, #094EAF);
  background: linear-gradient(to bottom, #0955bf, #094eaf);
  border-radius: 3px;
  -moz-box-shadow: 0px 3px 0 0 #00008C;
  -webkit-box-shadow: 0px 3px 0 0 #00008C;
  box-shadow: 0px 3px 0 0 #00008C;
  color: #fff;
  font-family: 'Noto Sans Japanese';
  font-size: 1.4rem;
  font-weight: 400;
  display: block;
  height: 35px;
  line-height: 35px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
.feature-rich__todetail-btn:before {
  background-image: url("/site_assets/lp/sp/img/common/icon_btn_arrow-white.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 7px 12px;
  content: "";
  height: 12px;
  right: 15px;
  position: absolute;
  top: 12px;
  width: 7px;
}

/*

  convenient-feature CSS

*/
.convenient-feature {
  background: #E2EAED;
  background: -webkit-linear-gradient(top, #EFF6F9, #E2EAED);
  background: linear-gradient(to bottom, #eff6f9, #e2eaed);
  min-width: 320px;
  position: relative;
  width: 100%;
}
.convenient-feature__inner {
  height: inherit;
  margin: 0 auto;
  max-width: 684px;
  min-width: 284px;
  padding: 0;
  position: relative;
  width: 90%;
}
.convenient-feature__heading {
  color: #333;
  font-family: 'Noto Sans Japanese';
  font-size: 2.0rem;
  font-weight: 700;
  letter-spacing: 0rem;
  padding: 30px 0 0 0;
  position: relative;
  text-align: center;
}
.convenient-feature__lists {
  margin: 0 auto;
  padding-bottom: 40px;
  width: 100%;
}
.convenient-feature__list {
  padding-top: 20px;
  position: relative;
}
.convenient-feature__list-article {
  background-color: #fff;
  height: 130px;
  position: relative;
  width: 100%;
}
.convenient-feature__list-heading {
  background-repeat: no-repeat;
  background-position: center 15px;
  color: #333;
  font-family: 'Noto Sans Japanese';
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0rem;
  margin: 0 auto;
  padding-top: 45px;
  text-align: center;
  width: 92%;
}
.convenient-feature__list-heading.icon1 {
  background-image: url("/site_assets/lp/common/img/top/convenient-feature/convenient-feature_icon_01.png");
  background-size: 40px 27px;
}
.convenient-feature__list-heading.icon2 {
  background-image: url("/site_assets/lp/common/img/top/convenient-feature/convenient-feature_icon_02.png");
  background-size: 40px 25px;
}
.convenient-feature__list-heading.icon3 {
  background-image: url("/site_assets/lp/common/img/top/convenient-feature/convenient-feature_icon_03.png");
  background-size: 40px 25px;
}
.convenient-feature__list-todetail {
  margin: 0 auto;
  padding-top: 7px;
  position: relative;
  width: 92%;
}
.convenient-feature__list-todetail-btn {
  background-color: #fff;
  border: 1px solid #074CAD;
  color: #074CAD;
  font-family: 'Noto Sans Japanese';
  font-size: 1.5rem;
  font-weight: 400;
  display: block;
  height: 34px;
  line-height: 30px;
  margin: 7px auto;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
.convenient-feature__list-todetail-btn:before {
  background-image: url("/site_assets/lp/sp/img/common/icon_btn_arrow-blue.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 7px 12px;
  content: "";
  height: 12px;
  right: 15px;
  position: absolute;
  top: 10px;
  width: 7px;
}

/*

  initial-benefits CSS

*/
.initial-benefits {
  background-color: #F7F7F7;
  background-size: 100% 90px;
  border-bottom: 2px solid #094EAF;
  min-width: 320px;
  position: relative;
  width: 100%;
}
.initial-benefits__inner {
  height: inherit;
  margin: 0 auto;
  padding-bottom: 5px;
  position: relative;
  width: 100%;
}
.initial-benefits__heading {
  background: #0044A4;
  background: -webkit-linear-gradient(top, #094EAF, #0044A4);
  background: linear-gradient(to bottom, #094eaf, #0044a4);
  color: #fff;
  font-family: 'Noto Sans Japanese';
  font-size: 1.5rem;
  font-weight: 700;
  min-height: 75px;
  letter-spacing: 0.12rem;
  padding-top: 17px;
  position: relative;
  width: 100%;
}
.initial-benefits__heading:after {
  border-top: 13px solid #0044A4;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  bottom: -13px;
  content: "";
  height: 0;
  left: 50%;
  margin-left: -13px;
  position: absolute;
  width: 0;
}
.initial-benefits__heading > span {
  display: block;
  height: inherit;
  left: 50%;
  padding-left: 28px;
  position: relative;
  width: 50%;
}
.initial-benefits__heading > span:before {
  background-image: url("/site_assets/lp/common/img/top/initial-benefits/initial-benefits_illust_coin.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 42px 34px;
  content: "";
  height: 34px;
  left: 82px;
  margin-left: 0;
  position: absolute;
  top: -12px;
  width: 42px;
}
.initial-benefits__illust {
  display: block;
  height: 83px;
  left: 50%;
  margin: 0 0 0 -150px;
  top: -15px;
  position: absolute;
  width: 135px;
}
.initial-benefits__entry {
  height: 92px;
  margin: 40px auto 0 auto;
  max-width: 684px;
  min-width: 284px;
  position: relative;
  width: 100%;
}
.initial-benefits__btn {
  background: #E40038;
  background: -webkit-linear-gradient(top, #FF003F, #E40038);
  background: linear-gradient(to bottom, #ff003f, #e40038);
  border-radius: 5px;
  -moz-box-shadow: 0px 5px 0 0 #9E0038;
  -webkit-box-shadow: 0px 5px 0 0 #9E0038;
  box-shadow: 0px 5px 0 0 #9E0038;
  color: #fff;
  font-family: 'Noto Sans Japanese';
  font-size: 1.6rem;
  font-weight: 700;
  display: block;
  height: auto;
  line-height: 1;
  margin: 9px auto;
  padding: 7px 0 0 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 90%;
}
.initial-benefits__btn:before {
  background-image: url("/site_assets/lp/sp/img/common/icon_btn_arrow-white.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 7px 12px;
  content: "";
  height: 12px;
  right: 15px;
  position: absolute;
  top: 20px;
  width: 7px;
}
.initial-benefits__btn > span {
  display: block;
  font-family: 'Noto Sans Japanese';
  font-size: 1.2rem;
  font-weight: 400;
  padding: 4px 0 7px 0;
  text-align: center;
  width: 100%;
}
.initial-benefits__note {
  color: #333;
  font-family: 'Noto Sans Japanese';
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
  line-height: 1;
  padding: 5px 0;
  position: relative;
  text-align: center;
}

/*

  notices CSS

*/
.notices {
  background-color: #fff;
  border-bottom: 1px solid #E0E6ED;
  min-width: 320px;
  position: relative;
  width: 100%;
}
.notices__inner {
  height: inherit;
  margin: 0 auto;
  max-width: 684px;
  min-width: 284px;
  position: relative;
  width: 90%;
}
.notices__heading {
  border-bottom: 1px solid #E0E6ED;
  color: #555;
  font-family: 'Noto Sans Japanese';
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.12rem;
  margin: 0 auto;
  padding: 30px 0 15px 0;
  position: relative;
  width: 100%;
}
.notices__lists {
  display: table;
  margin: 0 auto;
  position: relative;
  width: 100%;
}
.notices__lists--btns {
  display: block;
  margin: 0 auto;
  padding: 30px 0 40px 0;
  position: relative;
  width: 100%;
}
.notices__list {
  display: table-row;
  vertical-align: middle;
}
.notices__list-link {
  border-bottom: 1px solid #E0E6ED;
  color: #094EAF;
  display: table-cell;
  font-family: 'Noto Sans Japanese';
  font-size: 1.4rem;
  font-weight: 400;
  height: 55px;
  line-height: 2.0rem;
  padding: 3px 20px 3px 0;
  position: relative;
  text-decoration: none;
  vertical-align: middle;
}
.notices__list-link:before {
  background-image: url("/site_assets/lp/sp/img/common/icon_btn_arrow-blue.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 7px 12px;
  content: "";
  display: block;
  height: 12px;
  margin-top: -6px;
  position: absolute;
  right: 5px;
  top: 50%;
  width: 7px;
}
.notices__list-link--btn {
  border: 1px solid #094EAF;
  color: #094EAF;
  display: block;
  font-family: 'Noto Sans Japanese';
  font-size: 1.4rem;
  font-weight: 400;
  height: 37px;
  line-height: 35px;
  position: relative;
  text-align: center;
  text-decoration: none;
}
.notices__list-link--btn:before {
  background-image: url("/site_assets/lp/sp/img/common/icon_btn_arrow-blue.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 7px 12px;
  content: "";
  display: block;
  height: 12px;
  margin-top: -6px;
  position: absolute;
  right: 10px;
  top: 50%;
  width: 7px;
}
.notices__list--btns {
  padding-bottom: 10px;
}

/*

  banners CSS

*/
.banners {
  background-color: #fff;
  position: relative;
  width: 100%;
}
.banners__inner {
  height: inherit;
  margin: 0 auto;
  position: relative;
  width: 310px;
}
.banners__lists {
  padding: 35px 0 25px 0;
  position: relative;
}
.banners__list {
  padding-bottom: 8px;
  position: relative;
}

/*

  float-cv CSS

*/
.float-cv {
  background-color: rgba(247, 247, 247, 0.9);
  border-bottom: 1px solid #fff;
  bottom: -200px;
  display: block;
  min-width: 320px;
  position: fixed;
  width: 100%;
  z-index: 100;
}
.float-cv__inner {
  margin: 0 auto;
  max-width: 684px;
  min-width: 284px;
  padding-bottom: 0;
  position: relative;
  width: 90%;
}
.float-cv__entry {
  padding: 5px 0;
  position: relative;
  width: 100%;
}
.float-cv__entry-btn {
  background: #E40038;
  background: -webkit-linear-gradient(top, #FF003F, #E40038);
  background: linear-gradient(to bottom, #ff003f, #e40038);
  border-radius: 3px;
  -moz-box-shadow: 0px 3px 0 0 #9E0038;
  -webkit-box-shadow: 0px 3px 0 0 #9E0038;
  box-shadow: 0px 3px 0 0 #9E0038;
  color: #fff;
  font-family: 'Noto Sans Japanese';
  font-size: 1.6rem;
  font-weight: 700;
  display: block;
  height: auto;
  line-height: 1;
  margin: 0 auto;
  padding: 7px 0 0 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
.float-cv__entry-btn:before {
  background-image: url("/site_assets/lp/sp/img/common/icon_btn_arrow-white.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 7px 12px;
  content: "";
  height: 12px;
  right: 15px;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  width: 7px;
}
.float-cv__entry-btn > span {
  display: block;
  font-family: 'Noto Sans Japanese';
  font-size: 1.2rem;
  font-weight: 400;
  padding: 4px 0 7px 0;
  text-align: center;
  width: 100%;
}

.mT10 {
  margin-top: 10px;
}
.fs11 {
  font-size: 11px;
}
.taL {
  text-align: left !important;
}

/* LP0428 */
.earn-points__readme{
  display:none;
}
.hpb .earn-points__readme,
.hpg .earn-points__readme,
.jln .earn-points__readme,
.ppm .earn-points__readme,
.pon .earn-points__readme{
  margin:30px auto 15px;
  padding-bottom:0;
  display:block;
  text-align:center;
  font-size: 2.0rem;
  line-height: 3.5rem;
  font-weight:bold;
  letter-spacing: 0.12rem;
}
.earn-points__todetail{
  width:90%;
}
.siteContents04{
  padding-bottom:40px;
  width:100%;
  background:#E2EAED;
}
.earn-points__inner{
  padding-bottom:20px;
}
/* hpb */
.hpb .campaign{
  background:#fff url(/site_assets/lp/sp/img/top/campaign/bg_campaign_hpb.png) no-repeat center 40px;
  background-size:100% auto;
}
.hpb .campaign__heading{
  margin:0;
  padding:0;
  position:static;
  width:100%;
  color:#363636;
  text-align:left;
  font-size:2.6rem;
  letter-spacing:0;
}
.hpb .campaign__txt{
  margin:0;
  padding:0;
  position:static;
  width:100%;
  color:#363636;
  text-align:left;
  font-size:1.2rem;
  letter-spacing:0;
}
.hpb .campaign__card{
  margin:40px 0;
  padding:0;
  position:static;
  text-align:left;
}
.hpb .campaign__detail-heading{
  color:#aa2252;
}
.hpb .campaign__detail-todetail-btn{
  color:#aa2252;
}
.hpb .campaign__detail-todetail-btn:before{
  background-image: url(/site_assets/lp/sp/img/common/icon_btn_arrow-hpb.png);
}
.hpb .campaign__detail-heading > .small{
  padding:0;
  font-size:1.6rem;
}
.hpb .earn-points__heading{
  max-width:100%;
  background-image: url(/site_assets/lp/sp/img/top/earn-points/bg_earn-points_heading_hpb.png);
}
.hpb .earn-points__heading-title{
  font-size:2.4rem;
}
.hpb .earn-points__body{
  margin:15px auto 0;
  padding-bottom:20px;
  width:100%;
  background:#fff;
  text-align:center;
}
.hpb .earn-points__body-heading{
  padding-top:20px;
  font-size: 1.6rem;
  line-height: 2.5rem;
  font-weight:bold;
  letter-spacing:0.05em;
}
.hpb .earn-points__body-pic{
  padding-top:25px;
}
.hpb .earn-points__body-pic img{
  width:90%;
}
.hpb .earn-points__body-txt{
  padding-top:20px;
  font-size: 2.5rem;
  line-height: 3.5rem;
  font-weight:bold;
  letter-spacing: 0.12rem;
}
.hpb .earn-points__body-logo{
  padding-top:20px;
}
.hpb .earn-points__body-logo img{
  width:auto;
  height:60px;
  max-width:100%;
}
.hpb .flow-points{
  margin:0 auto;
  padding:30px 0;
  width:90%;
  background:none;
  text-align:center;
}
.hpb .flow-points__heading{
  font-size: 2.2rem;
  line-height: 3.0rem;
  font-weight:bold;
  letter-spacing:0.05em;
}
.hpb .flow-points__heading .txtColor{
  color:#f14318;
}
.hpb .flow-points__pic{
  padding-top:23px;
}
.hpb .flow-points__pic img{
  width:100%;
}
.hpb .flow-points__txt{
  margin-top:10px;
  text-align:left;
  font-size: 1.4rem;
  line-height: 2.2rem;
}
.hpb .flow-points__inner{
  margin:27px auto 0;
  padding:25px 0;
  width:100%;
  background:#fff;
}
.hpb .flow-points__inner-heading{
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight:bold;
  letter-spacing:-0.05em;
}
.hpb .flow-points__inner-txt{
  margin:15px 20px 0;
  text-align:left;
  font-size: 1.6rem;
  line-height: 2.2rem;
}
.hpb .flow-points__inner-link{
  margin-top:15px;
  font-size: 1.6rem;
  line-height: 2.4rem;
}
.hpb .flow-points__inner-link a{
  padding-right:25px;
  background:url(/site_assets/lp/common/img/common/icon_btn-window.png) no-repeat right center;
  background-size:20px 18px;
}
.hpb .increase-deals__list:last-of-type .increase-deals__list-article{
  padding:0 15px;
}
.hpb li ul .increase-deals__list:last-of-type .increase-deals__list-article{
  padding:0;
}
.hpb .increase-deals__links-lists--other{
  display:table;
  width:100%;
}
.hpb .increase-deals__links-lists--other .increase-deals__links-list{
  width:50%;
}
.hpb .increase-deals__links-lists--other .increase-deals__links-list a{
  margin:0;
  padding:0 15px;
  width:auto;
  display:block;
}
.hpb .increase-deals__links-lists--other .increase-deals__links-list a img{
  width:100%;
  height:auto;
}
.hpb .increase-deals__list-txt--other{
  width:100%;
}
.hpb .earn-points__todetail{
  width:90%;
}
.hpb .siteContents04{
  padding-bottom:40px;
  width:100%;
  background:#E2EAED;
}
.hpb .earn-points__inner{
  padding-bottom:0;
}
.hpb_logo_small {
	margin-bottom: -4px;
	width: 72px;
	height: 23px;
}

/* hpg */
.hpg .campaign{
  background:#f14318 url(/site_assets/lp/sp/img/top/campaign/bg_campaign_hpg.png) no-repeat center 0;
  background-size:100% auto;
}
.hpg .campaign__heading{
  margin:0;
  padding:10px 0 0;
  position:static;
  width:100%;
  color:#fff;
  text-align:left;
  font-size:2.4rem;
  letter-spacing:0;
  line-height:120%;
}
.hpg .campaign__txt{
  margin:0;
  padding:0;
  position:static;
  width:100%;
  color:#fff;
  text-align:center;
  font-size:1.6rem;
  letter-spacing:0;
}
.hpg .campaign__card{
  margin:20px 0 10px;
  padding:0;
  position:static;
  text-align:left;
}
.hpg .campaign__card .character{
  position:absolute;
  top:100px;
  left:60%;
}
.hpg .campaign__detail-heading{
  color:#f14318;
}
.hpg .campaign__detail-todetail-btn{
  color:#f14318;
}
.hpg .campaign__detail-todetail-btn:before{
  background-image: url(/site_assets/lp/sp/img/common/icon_btn_arrow-hpg.png);
}
.hpg .campaign__detail-heading > .small{
  padding:0;
  font-size:1.6rem;
}
.hpg .earn-points__heading{
  max-width:100%;
  background-image: url(/site_assets/lp/sp/img/top/earn-points/bg_earn-points_heading_hpg.png);
}
.hpg .earn-points__heading-title{
  font-size:2.4rem;
}
.hpg .earn-points__body{
  margin:15px auto 0;
  padding-bottom:20px;
  width:100%;
  background:#fff;
  text-align:center;
}
.hpg .earn-points__body-heading{
  padding-top:20px;
  font-size: 1.6rem;
  line-height: 2.5rem;
  font-weight:bold;
  letter-spacing:0.05em;
}
.hpg .earn-points__body-pic{
  padding-top:25px;
}
.hpg .earn-points__body-pic img{
  width:90%;
}
.hpg .earn-points__body-txt{
  padding-top:20px;
  font-size: 2.5rem;
  line-height: 3.5rem;
  font-weight:bold;
  letter-spacing: 0.12rem;
}
.hpg .earn-points__body-logo{
  padding-top:20px;
}
.hpg .earn-points__body-logo img{
  width:auto;
  height:60px;
  max-width:100%;
}
.hpg .increase-deals__list:last-of-type .increase-deals__list-article{
  padding:0 15px;
}
.hpg li ul .increase-deals__list:last-of-type .increase-deals__list-article{
  padding:0;
}
.hpg .increase-deals__links-lists--other{
  display:table;
  width:100%;
}
.hpg .increase-deals__links-lists--other .increase-deals__links-list{
  width:50%;
}
.hpg .increase-deals__links-lists--other .increase-deals__links-list a{
  margin:0;
  padding:0 15px;
  width:auto;
  display:block;
}
.hpg .increase-deals__links-lists--other .increase-deals__links-list a img{
  width:100%;
  height:auto;
}
.hpg .increase-deals__list-txt--other{
  width:100%;
}
.hpg .earn-points__todetail{
  width:90%;
}
.hpg .siteContents04{
  padding-bottom:40px;
  width:100%;
  background:#E2EAED;
}
.hpg .earn-points__inner{
  padding-bottom:0;
}
.hpg .flow-points{
  margin:0 auto;
  padding:30px 0;
  width:90%;
  background:none;
  text-align:center;
}
.hpg .flow-points__heading{
  font-size: 2.2rem;
  line-height: 3.0rem;
  font-weight:bold;
  letter-spacing:0.05em;
}
.hpg .flow-points__heading .txtColor{
  color:#aa2252;
}
.hpg .flow-points__pic{
  padding-top:23px;
}
.hpg .flow-points__pic img{
  width:100%;
}
.hpg .flow-points__txt{
  margin-top:10px;
  text-align:left;
  font-size: 1.4rem;
  line-height: 2.2rem;
}
.hpg .flow-points__inner{
  margin:27px auto 0;
  padding:25px 0;
  width:100%;
  background:#fff;
}
.hpg .flow-points__inner-heading{
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight:bold;
  letter-spacing:-0.05em;
}
.hpg .flow-points__inner-txt{
  margin:15px 20px 0;
  text-align:left;
  font-size: 1.6rem;
  line-height: 2.2rem;
}
.hpg .flow-points__inner-link{
  margin-top:15px;
  font-size: 1.6rem;
  line-height: 2.4rem;
}
.hpg .flow-points__inner-link a{
  padding-right:25px;
  background:url(/site_assets/lp/common/img/common/icon_btn-window.png) no-repeat right center;
  background-size:20px 18px;
}
.hpg .txtColor {
	color: #f14318;
}
/* jln */
.jln .campaign{
  background:#faf9e8 url(/site_assets/lp/sp/img/top/campaign/bg_campaign_jln.png) no-repeat center 0;
  background-size:100% auto;
}
.jln .campaign__heading{
  margin:0;
  padding:10px 0 0;
  position:static;
  width:100%;
  color:#fff;
  text-align:center;
  font-size:2.8rem;
  letter-spacing:0;
}
.jln .campaign__txt{
  margin:0;
  padding:0;
  position:static;
  width:100%;
  color:#fff;
  text-align:center;
  font-size:2.0rem;
  letter-spacing:0;
}
.jln .campaign__card{
  margin:20px 0 0 15px;
  padding:0;
  position:static;
  text-align:left;
}
.jln .campaign__card .character{
  position:absolute;
  top:84px;
  left:60%;
}
.jln .campaign__detail-heading{
  color:#ff6500;
}
.jln .campaign__detail-todetail-btn{
  color:#ff6500;
}
.jln .campaign__detail-todetail-btn:before{
  background-image: url(/site_assets/lp/sp/img/common/icon_btn_arrow-jln.png);
}
.jln .campaign__detail-heading > .small{
  padding:0;
  font-size:1.6rem;
}
.jln .earn-points__heading{
  max-width:100%;
  background-image: url(/site_assets/lp/sp/img/top/earn-points/bg_earn-points_heading_jln.png);
}
.jln .earn-points__heading-title{
  font-size:2.4rem;
}
.jln .earn-points__body{
  margin:15px auto 0;
  padding-bottom:40px;
  width:100%;
  background:#fff;
  text-align:center;
}
.jln .earn-points__body-heading{
  padding-top:20px;
  font-size: 1.6rem;
  line-height: 2.5rem;
  font-weight:bold;
  letter-spacing:0.05em;
}
.jln .earn-points__body-pic{
  padding-top:25px;
}
.jln .earn-points__body-pic img{
  width:90%;
}
.jln .earn-points__body-txt{
  padding-top:20px;
  font-size: 2.0rem;
  line-height: 3.0rem;
  font-weight:bold;
  letter-spacing: 0.12rem;
}
.jln .earn-points__body-logo{
  padding-top:20px;
}
.jln .earn-points__body-logo img{
  width:auto;
  height:60px;
  max-width:100%;}
.jln .flow-points{
  margin:30px auto;
  width:100%;
  text-align:center;
}
.jln .flow-points__heading{
  font-size: 2.2rem;
  line-height: 3.0rem;
  font-weight:bold;
  letter-spacing:0.05em;
}
.jln .flow-points__heading .txtColor{
  color:#ff6500;
}
.jln .flow-points__pic{
  padding-top:23px;
}
.jln .flow-points__pic img{
  width:100%;
}
.jln .flow-points__txt{
  margin-top:10px;
  text-align:left;
  font-size: 1.4rem;
  line-height: 2.2rem;
}
.jln .flow-points__inner{
  margin:27px auto 0;
  padding:25px 0;
  width:100%;
  background:#fff;}
.jln .flow-points__inner-heading{
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight:bold;
  letter-spacing:-0.05em;
}
.jln .flow-points__inner-txt{
  margin:15px 20px 0;
  text-align:left;
  font-size: 1.6rem;
  line-height: 2.2rem;
}
.jln .flow-points__inner-link{
  margin-top:15px;
  font-size: 1.6rem;
  line-height: 2.4rem;
}
.jln .flow-points__inner-link a{
  padding-right:25px;
  background:url(/site_assets/lp/common/img/common/icon_btn-window.png) no-repeat right center;
  background-size:20px 18px;
}
.jln .increase-deals__list:last-of-type .increase-deals__list-article{
  padding:0 15px;
}
.jln li ul .increase-deals__list:last-of-type .increase-deals__list-article{
  padding:0;
}
.jln .increase-deals__links-lists--other{
  display:table;
  width:100%;
}
.jln .increase-deals__links-lists--other .increase-deals__links-list{
  width:50%;
}
.jln .increase-deals__links-lists--other .increase-deals__links-list a{
  margin:0;
  padding:0 15px;
  width:auto;
  display:block;
}
.jln .increase-deals__links-lists--other .increase-deals__links-list a img{
  width:100%;
  height:auto;
}
.jln .increase-deals__list-txt--other{
  width:100%;
}
.jln .txtColor{
  color:#ff6500;
}
.jln .earn-points__todetail{
  padding-bottom:10px;
  width:90%;
}
.jln .siteContents04{
  padding-bottom:0;
  background:#E2EAED;
}
.jln .earn-points__inner{
  padding-bottom:0;
}
/* ppm */
.ppm .campaign{
  background:#fff url(/site_assets/lp/sp/img/top/campaign/bg_campaign_ppm.png) no-repeat center 0;
  background-size:100% auto;
}
.ppm .campaign__heading{
  margin:0;
  padding:50px 0 0;
  position:static;
  width:100%;
  color:#2c2c2c;
  text-align:center;
  font-size:2.8rem;
  letter-spacing:0;
}
.ppm .campaign__txt{
  margin:0;
  padding:0;
  position:static;
  width:100%;
  color:#2c2c2c;
  text-align:center;
  font-size:2.0rem;
  letter-spacing:0;
}
.ppm .campaign__card{
  margin:20px auto 0;
  padding:0;
  position:static;
  text-align:center;
}
.ppm .campaign__detail-heading{
  color:#fc1f0d;
}
.ppm .campaign__detail-todetail-btn{
  color:#fc1f0d;
}
.ppm .campaign__detail-todetail-btn:before{
  background-image: url(/site_assets/lp/sp/img/common/icon_btn_arrow-ppm.png);
}
.ppm .campaign__detail-heading > .small{
  padding:0;
  font-size:1.6rem;
}
.ppm .earn-points__heading{
  max-width:100%;
  background-image: url(/site_assets/lp/sp/img/top/earn-points/bg_earn-points_heading_ppm.png);
}
.ppm .earn-points__heading-title{
  font-size:2.4rem;
}
.ppm .earn-points__body{
  margin:15px auto 0;
  padding-bottom:40px;
  width:100%;
  background:#fff;
  text-align:center;
}
.ppm .earn-points__body-heading{
  padding-top:20px;
  font-size: 1.6rem;
  line-height: 2.5rem;
  font-weight:bold;
  letter-spacing:0.05em;
}
.ppm .earn-points__body-pic{
  padding-top:25px;
}
.ppm .earn-points__body-pic img{
  width:90%;
}
.ppm .earn-points__body-txt{
  padding-top:20px;
  font-size: 2.0rem;
  line-height: 3.0rem;
  font-weight:bold;
  letter-spacing: 0.12rem;
}
.ppm .earn-points__body-logo{
  padding-top:20px;
}
.ppm .earn-points__body-logo img{
  width:auto;
  height:60px;
  max-width:100%;
}
.ppm .flow-points{
  margin:30px auto;
  width:100%;
  text-align:center;
}
.ppm .flow-points__heading{
  font-size: 2.2rem;
  line-height: 3.0rem;
  font-weight:bold;
  letter-spacing:0.05em;
}
.ppm .flow-points__heading .txtColor{
  color:#fc1f0d;
}
.ppm .flow-points__pic{
  padding-top:23px;
}
.ppm .flow-points__pic img{
  width:100%;
}
.ppm .flow-points__txt{
  margin-top:10px;
  text-align:left;
  font-size: 1.4rem;
  line-height: 2.2rem;
}
.ppm .flow-points__inner{
  margin:27px auto 0;
  padding:25px 0;
  width:100%;
  background:#fff;
}
.ppm .flow-points__inner-heading{
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight:bold;
  letter-spacing:-0.05em;
}
.ppm .flow-points__inner-txt{
  margin:15px 20px 0;
  text-align:left;
  font-size: 1.6rem;
  line-height: 2.2rem;
}
.ppm .flow-points__inner-link{
  margin-top:15px;
  font-size: 1.6rem;
  line-height: 2.4rem;
}
.ppm .flow-points__inner-link a{
  padding-right:25px;
  background:url(/site_assets/lp/common/img/common/icon_btn-window.png) no-repeat right center;
  background-size:20px 18px;
}
.ppm .increase-deals__list:last-of-type .increase-deals__list-article{
  padding:0 15px;
}
.ppm li ul .increase-deals__list:last-of-type .increase-deals__list-article{
  padding:0;
}
.ppm .increase-deals__links-lists--other{
  display:table;
  width:100%;
}
.ppm .increase-deals__links-lists--other .increase-deals__links-list{
  width:50%;
}
.ppm .increase-deals__links-lists--other .increase-deals__links-list a{
  margin:0;
  padding:0 15px;
  width:auto;
  display:block;
}
.ppm .increase-deals__links-lists--other .increase-deals__links-list a img{
  width:100%;
  height:auto;
}
.ppm .increase-deals__list-txt--other{
  width:100%;
}
.ppm .txtColor{
  color:#fc1f0d;
}
.ppm .earn-points__todetail{
  padding-bottom:10px;
  width:90%;
}
.ppm .siteContents04{
  padding-bottom:0;
  background:#E2EAED;
}
.ppm .earn-points__inner{
  padding-bottom:0;
}
/* pon */
.pon .campaign{
  background:#fff url(/site_assets/lp/sp/img/top/campaign/bg_campaign_pon.png) no-repeat center 0;
  background-size:100% auto;
}
.pon .campaign__heading{
  margin:0;
  padding:10px 0 0;
  position:static;
  width:100%;
  color:#2c2c2c;
  text-align:left;
  font-size:2.8rem;
  letter-spacing:0;
}
.pon .campaign__txt{
  margin:0;
  padding:0;
  position:static;
  width:100%;
  color:#2c2c2c;
  text-align:left;
  font-size:2.0rem;
  letter-spacing:0;
}
.pon .campaign__card{
  margin:20px 0  0;
  padding:0;
  position:static;
  text-align:left;
}
.pon .campaign__card .character{
  position:absolute;
  top:84px;
  left:60%;
}
.pon .campaign__detail-heading{
  color:#fa2005;
}
.pon .campaign__detail-todetail-btn{
  color:#fa2005;
}
.pon .campaign__detail-todetail-btn:before{
  background-image: url(/site_assets/lp/sp/img/common/icon_btn_arrow-pon.png);
}
.pon .campaign__detail-heading > .small{
  padding:0;
  font-size:1.6rem;
}
.pon .earn-points__heading{
  max-width:100%;
  background-image: url(/site_assets/lp/sp/img/top/earn-points/bg_earn-points_heading_pon.png);
}
.pon .earn-points__heading-title{
  font-size:2.4rem;
}
.pon .earn-points__body{
  margin:15px auto 0;
  padding-bottom:40px;
  width:100%;
  background:#fff;
  text-align:center;
}
.pon .earn-points__body-heading{
  padding-top:20px;
  font-size: 1.6rem;
  line-height: 2.5rem;
  font-weight:bold;
  letter-spacing:0.05em;
}
.pon .earn-points__body-pic{
  padding-top:25px;
}
.pon .earn-points__body-pic img{
  width:90%;
}
.pon .earn-points__body-txt{
  padding-top:20px;
  font-size: 2.0rem;
  line-height: 3.0rem;
  font-weight:bold;
  letter-spacing: 0.12rem;
}
.pon .earn-points__body-logo{
  padding-top:20px;
}
.pon .earn-points__body-logo img{
  width:auto;
  height:60px;
  max-width:100%;
}
.pon .flow-points{
  margin:30px auto;
  width:100%;
  text-align:center;
}
.pon .flow-points__heading{
  font-size: 2.2rem;
  line-height: 3.0rem;
  font-weight:bold;
  letter-spacing:0.05em;
}
.pon .flow-points__heading .txtColor{
  color:#fa2005;
}
.pon .flow-points__pic{
  padding-top:23px;
}
.pon .flow-points__pic img{
  width:100%;
}
.pon .flow-points__txt{
  margin-top:10px;
  text-align:left;
  font-size: 1.4rem;
  line-height: 2.2rem;
}
.pon .flow-points__inner{
  margin:27px auto 0;
  padding:25px 0;
  width:100%;
  background:#fff;
}
.pon .flow-points__inner-heading{
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight:bold;
  letter-spacing:-0.05em;
}
.pon .flow-points__inner-txt{
  margin:15px 20px 0;
  text-align:left;
  font-size: 1.6rem;
  line-height: 2.2rem;
}
.pon .flow-points__inner-link{
  margin-top: 15px;
  font-size: 1.6rem;
  line-height: 2.4rem;
}
.pon .flow-points__inner-link a{
  padding-right:25px;
  background:url(/site_assets/lp/common/img/common/icon_btn-window.png) no-repeat right center;
  background-size:20px 18px;
}
.pon .increase-deals__list:last-of-type .increase-deals__list-article{
  padding:0 15px;
}
.pon li ul .increase-deals__list:last-of-type .increase-deals__list-article{
  padding:0;
}
.pon .increase-deals__links-lists--other{
  display:table;
  width:100%;
}
.pon .increase-deals__links-lists--other .increase-deals__links-list{
  width:50%;
}
.pon .increase-deals__links-lists--other .increase-deals__links-list a{
  margin:0;
  padding:0 15px;
  width:auto;
  display:block;
}
.pon .increase-deals__links-lists--other .increase-deals__links-list a img{
  width:100%;
  height:auto;
}
.pon .increase-deals__list-txt--other{
  width:100%;
}
.pon .txtColor{
  color:#fa2005;
}
.pon .earn-points__todetail{
  padding-bottom:10px;
  width:90%;
}
.pon .siteContents04{
  padding-bottom: 0;
  background: #E2EAED;
}
.pon .earn-points__inner{
  padding-bottom: 0;
}

/* lmga0005 */
.lmga0005 .campaign{
  background: #eff6f9 url(/site_assets/lp/sp/img/top/campaign/bg_campaign_lmg.png) no-repeat center 0;
  background-size: 100% auto;
}
.lmga0005 .campaign__heading,
.lmga0005 .campaign__txt{
  text-shadow: #fff 1px 1px 0px, #fff -1px 1px 0px, #FFF 1px -1px 0px, #fff -1px -1px 0px;
  left: 0;
  width: 100%;
  color: #313131;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.1;
  letter-spacing: 0;
}
.lmga0005 .campaign__heading{
  margin: 0 0 10px 0;
  padding: 10px 0 0;
}
.lmga0005 .campaign__txt{
  margin: 0;
  padding: 0;
  z-index: 1;
}
.lmga0005 .campaign__card{
  margin: 15px 0 10px;
  padding: 0;
  position: static;
  text-align: left;
}
.lmga0005 .campaign__card .character{
  margin-top: 0;
  position:absolute;
  left: 60%;
}
.lmga0005 .campaign__heading > .large{
  color: #f00;
  font-size: 3.0rem;
  font-weight: bold;
}
.lmga0005 .campaign__txt > .ponta_strong{
  color: #f30;
  font-size: 3.0rem;
}
.lmga0005 .campaign__txt > .large{
  color: #f00;
  font-size: 3.0rem;
}

/* lmga0007（＝a0005と同じ表示） */
.lmga0007 .campaign{
  background: #eff6f9 url(/site_assets/lp/sp/img/top/campaign/bg_campaign_lmg.png) no-repeat center 0;
  background-size: 100% auto;
}
.lmga0007 .campaign__heading,
.lmga0007 .campaign__txt{
  text-shadow: #fff 1px 1px 0px, #fff -1px 1px 0px, #FFF 1px -1px 0px, #fff -1px -1px 0px;
  left: 0;
  width: 100%;
  color: #313131;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.1;
  letter-spacing: 0;
}
.lmga0007 .campaign__heading{
  margin: 0 0 10px 0;
  padding: 10px 0 0;
}
.lmga0007 .campaign__txt{
  margin: 0;
  padding: 0;
  z-index: 1;
}
.lmga0007 .campaign__card{
  margin: 20px 0;
  padding: 0;
  position: static;
  text-align: left;
}
.lmga0007 .campaign__card .character{
  margin-top: -7%;
  position:absolute;
  left: 60%;
}
.lmga0007 .campaign__heading > .large{
  color: #f00;
  font-size: 3.0rem;
  font-weight: bold;
}
.lmga0007 .campaign__txt > .ponta_strong{
  color: #f30;
  font-size: 3.0rem;
}
.lmga0007 .campaign__txt > .large{
  color: #f00;
  font-size: 3.0rem;
}

/* lmga0006 */
.lmga0006 .note_ponta_top,
.lmga0006 .note_ponta_under{
  color: #313131;
  font-size: 1.1rem;
  line-height:1.1;
  text-align:center;
}
.lmga0006 .note_ponta_top{
  margin-top:10px !important;
}
.lmga0006 .campaign{
  background: #ffffff;
  background-size: 100% auto;
}
.lmga0006 .campaign__heading,
.lmga0006 .campaign__txt{
  text-shadow: #fff 1px 1px 0px, #fff -1px 1px 0px, #FFF 1px -1px 0px, #fff -1px -1px 0px;
  left: 0;
  width: 100%;
  color: #313131;
  font-size: 2.0rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.1;
  letter-spacing: 0;
}
.lmga0006 .campaign__heading{
  margin: 0 0 10px 0;
  padding: 5px 0 0;
  color:#FF0004;
}
.lmga0006 .campaign__txt{
  margin: 0;
  margin-top:-10px;
  padding: 0;
  z-index: 1;
  color:#FF5700;
  font-size: 3.5rem;
}
.lmga0006 .campaign__card{
  margin: 10px 0;
  padding: 0;
  position: static;
  text-align: left;
}
.lmga0006 .campaign__card .character{
  margin-left: 4%;
}
.lmga0006 .campaign__heading > .large{
  color: #f00;
  font-size: 3.0rem;
  font-weight: bold;
}
.lmga0006 .campaign__txt > .ponta_strong{
  color: #f30;
  font-size: 3.0rem;
}
.lmga0006 .campaign__txt > .large{
  color: #f00;
  font-size: 4.0rem;
}
.lmga0006 .campaign__detail-article {
  border:#ccc solid 1px;
  border-radius:3px;
}

/* 動画ABテスト対応 */
.txtColor {
  color: #0549AA;
}
.iframeHtml.jln {
}
.iframeHtml.jln body {
  background-color: transparent;
}
.movie_container{
  text-align:center;
  /*background-color:#ffe4c4;*/
  padding:5px 0 20px;
}
.movie_container_inner{
  height: inherit;
  margin: 0 auto;
  max-width: 684px;
  min-width: 284px;
  position: relative;
  width: 90%;
}
.movie_container_inner p{
   padding:20px 0 10px;
}

.movie_container_inner .flow-points__heading{
  line-height:2.5rem;
  font-size:2.2rem;
  letter-spacing:normal;
  font-weight:bold;
}
.iframe-wrapper {
    position: relative;
    width: 100%;
}
.iframe-wrapper:before {
    content:"";
    display: block;
    padding-top: 56.25%; /* 高さと幅の比を16:9に固定。9/16*100=56.25 */
}
.iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background-color:#ffe4c4;*/
}
.movie_wrap{
  position: relative;
  width: 100%;
  background-color: #fffddd;
}
.movie_wrap:before {
    content:"";
    display: block;
    padding-top: 77.25%; /* 高さと幅の比を16:9に固定。9/16*100=56.25 */
}
.movie_wrap.no_height:before {
    padding-top: 0;
}
.siteContents06{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  overflow:hidden;
}
.wkstyle {
  color: #ff003f;
}

/* 20191001 キャッシュレス・消費者還元制度対応　ここから */
.cashless_contents {
  max-width: 684px;
  margin: 0 auto;
  padding: 20px 0;
}
.cashless_inner {
  margin: 0 auto;
  width: 90%;
  text-align: center;
  border: 1px solid #cae4f2;
}
.cashless_txt_wrap {
  margin: 25px 0;
}
.cash_logo {
  width: 65px;
  margin-bottom: 20px;
}
.cash_txt01 {
  margin: 0 5px 20px;
  font-size: 1.5rem;
  font-weight: bold;
}
.cash_txt02 {
  margin: 0 5px 20px;
  font-size: 1.4rem;
}
.cash_strong_line {
  background: linear-gradient(transparent 66%, #fff475 10%);
}
.cash_strong_red {
  font-size: 1.8rem;
  font-weight: bold;
  color: #ff003f;
}
.cash_red {
 color: #ff003f;
}

/*ボタン*/
.cash_btn_wrap {
  margin: 0 auto;
  position: relative;
  width: 92%;
}
.cash_btn_blue {
  background-color: #6bbfec;
  border-radius: 3px;
  color: #fff;
  font-family: 'Noto Sans Japanese';
  font-size: 1.4rem;
  font-weight: 400;
  display: block;
  height: 30px;
  line-height: 30px;
  margin: 9px auto 0 auto;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
.cash_btn_blue:before {
  background-image: url("/site_assets/lp/sp/img/top/cashless/icon_btn_arrow-white.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 7px 12px;
  content: "";
  height: 12px;
  right: 15px;
  position: absolute;
  top: 10px;
  width: 7px;
}
/* 20191001 キャッシュレス・消費者還元制度対応　ここまで */

@media screen and (min-width: 641px){
  .ppm .campaign__heading{
    padding-top:50px;
  }
}
@media screen and (max-width: 630px) {
  .movie_container_inner p{
    background: url(/site_assets/lp/sp/img/top/campaign/movie_bg_jln_sp.gif) no-repeat center;
  }
 .movie_wrap:before {
    padding-top: 80.25%; /* 高さと幅の比を16:9に固定。9/16*100=56.25 */
  }
}
@media screen and (max-width: 540px) {
 .movie_wrap:before {
    padding-top: 85.25%; /* 高さと幅の比を16:9に固定。9/16*100=56.25 */
  }
}
@media screen and (max-width: 462px) {
 .movie_wrap:before {
    padding-top: 90.25%; /* 高さと幅の比を16:9に固定。9/16*100=56.25 */
  }
}
@media screen and (max-width: 440px) {
 .movie_wrap:before {
    padding-top: 95.25%; /* 高さと幅の比を16:9に固定。9/16*100=56.25 */
  }
}
@media screen and (max-width: 400px) {
 .movie_wrap:before {
    padding-top: 98.25%; /* 高さと幅の比を16:9に固定。9/16*100=56.25 */
  }
 .movie_container_inner p img{
    width:100%;
    height:100%
 }
}

@media screen and (min-width: 738px){
  .hpg .campaign,
  .jln .campaign,
  .pon .campaign{
    background-position:center -100px;
  }
}
@media screen and (max-width: 375px){
  .ppm .campaign__heading{
    /*padding-top:25px;*/
  }
.movie_container_inner .flow-points__heading{
  font-size: 1.8rem;
  letter-spacing: 0;
  }
}

@media screen and (min-width: 960px){
  .ppm .campaign__heading{
    padding-top:100px;
  }
}
