.mainvisual {
  position: relative;
  background-color: #f7f7ed;
  overflow: hidden;
}

.mainvisual .mainvisual-bg-left, .mainvisual .mainvisual-bg-right {
  height: 100%;
  position: absolute;
  top: 0;
}

.mainvisual .mainvisual-bg-left > img, .mainvisual .mainvisual-bg-right > img {
  width: auto;
  height: 100%;
  vertical-align: top;
}

.mainvisual .mainvisual-bg-left {
  left: 0;
}

.mainvisual .mainvisual-bg-right {
  right: 0;
  text-align: right;
}

.mainvisual-inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 30px 20px 100px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.mainvisual-inner * {
  position: relative;
}

.mainvisual-logo {
  margin-bottom: 30px;
}

.mainvisual-logo > img {
  width: 70px;
  height: auto;
}

.mainvisual-text {
  margin-bottom: 30px;
  text-align: center;
}

.mainvisual-note {
  color: #640028;
  font-size: 18px;
  text-align: center;
}

.mainvisual .l-grid-row {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.mainvisual .l-grid-row .l-grid-col {
  text-align: center;
}

.l-grid-row[data-content="center"] {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.l-grid-row[data-align="center"] {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-grid-container {
  margin-bottom: 20px;
}

.l-grid-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -20px -10px 0;
}

.l-grid-col {
  margin-top: 20px;
  padding: 0 10px;
}

.l-grid-col .m-box {
  margin-bottom: 0 !important;
}

.l-grid-col1 {
  width: 8.33333%;
}

.l-grid-col2 {
  width: 16.66667%;
}

.l-grid-col3 {
  width: 25%;
}

.l-grid-col4 {
  width: 33.33333%;
}

.l-grid-col5 {
  width: 41.66667%;
}

.l-grid-col6 {
  width: 50%;
}

.l-grid-col7 {
  width: 58.33333%;
}

.l-grid-col8 {
  width: 66.66667%;
}

.l-grid-col9 {
  width: 75%;
}

.l-grid-col10 {
  width: 83.33333%;
}

.l-grid-col11 {
  width: 91.66667%;
}

.l-grid-col12 {
  width: 100%;
}

ul.l-grid-row,
ol.l-grid-row {
  list-style: none;
  padding: 0;
}

.l-img-container {
  margin-bottom: 30px;
}

.l-img-card {
  text-align: center;
}

.l-img-card > img {
  width: 270px;
}

.l-img-banner {
  text-align: center;
}

.l-img-banner + .l-img-banner {
  margin-top: 20px;
}

.l-img-banner > a:hover {
  opacity: .7;
}

.m-img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.m-img-point {
  max-width: 522px;
}

.m-img-myjcb {
  max-width: 150px;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.m-text-pink {
  color: #d24664;
}

.m-text-normal {
  font-weight: normal !important;
}

.l-section {
  padding: 80px 20px 40px;
  color: #640028;
  position: relative;
}

.l-section:first-of-type {
  padding-bottom: 80px;
}

.l-section:last-of-type {
  padding-bottom: 0;
}

.l-section.l-section-bg-beige {
  background-color: #fef7f0;
}

.l-section.l-section-bg-beige2 {
  background-color: #fcead9;
}

.l-section.l-section-bg-pink {
  background-color: #e5aaac;
}

.l-section.l-section-bg-green {
  background-color: #f7f7ed;
}

.l-section.l-section-bg-present {
  background-color: #fcebdb;
  overflow: hidden;
}

.l-section-inner {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 10px;
}

.l-section.l-section-card {
  padding-top: 45px;
  padding-bottom: 140px;
}

.l-section.l-section-card::before {
  content: "";
  display: block;
  width: 225px;
  height: 138px;
  background: url(/promotion/ordercard/wplusl/images/icon_card.png) no-repeat center top;
  background-size: contain;
  position: absolute;
  top: -63px;
  left: 50%;
  margin-left: -112.5px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.l-section.l-section-benefits {
  padding-top: 45px;
  padding-bottom: 140px;
}

.l-section.l-section-benefits::before {
  content: "";
  display: block;
  width: 225px;
  height: 80px;
  background: url(/promotion/ordercard/wplusl/images/icon_present.png) no-repeat center top;
  background-size: contain;
  position: absolute;
  top: -60px;
  left: 50%;
  margin-left: -112.5px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.l-section.l-section-benefits .l-section-inner {
  position: relative;
  z-index: 2;
}

.l-section.l-section-phone {
  padding-top: 45px;
}

.l-section.l-section-phone::before {
  content: "";
  display: block;
  width: 225px;
  height: 83px;
  background: url(/promotion/ordercard/wplusl/images/icon_phone.png) no-repeat center top;
  background-size: contain;
  position: absolute;
  top: -60px;
  left: 50%;
  margin-left: -112.5px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.l-section.l-section-phone .l-section-inner {
  position: relative;
  z-index: 2;
}

.l-section .l-section-benefits-bg-top, .l-section .l-section-benefits-bg-bottom, .l-section .l-section-present-bg-top, .l-section .l-section-present-bg-bottom {
  position: absolute;
  z-index: 1;
}

.l-section .l-section-benefits-bg-top, .l-section .l-section-present-bg-top {
  top: 0;
  right: 0;
}

.l-section .l-section-benefits-bg-bottom, .l-section .l-section-present-bg-bottom {
  bottom: 0;
  left: 0;
}

.l-section .l-section-present-inner {
  position: relative;
  z-index: 2;
}

.l-section-notes {
  overflow: hidden;
}

.l-heading2-container {
  margin-bottom: 35px;
  text-align: center;
}

.l-heading3-container {
  margin-bottom: 15px;
  text-align: center;
}

.l-heading-border {
  padding-bottom: 15px;
  border-bottom: 1px solid #c2c2c2;
}

.m-heading2 {
  font-size: 36px;
  font-weight: bold;
}

.m-heading-read {
  margin-top: 20px;
  font-size: 18px;
}

.m-heading3 {
  font-size: 28px;
  font-weight: bold;
}

.m-contentsBlock {
  margin-bottom: 40px;
  padding: 30px 40px;
  border-radius: 5px;
  background-color: #fff;
}

.m-contentsBlock:last-of-type {
  margin-bottom: 0;
}

.m-contentsBlock.m-contentsBlock-border {
  padding: 10px;
}

.m-contentsBlock.m-contentsBlock-border .m-contentsBlock-inner {
  padding: 30px 30px 10px;
  border: 2px solid #fcead9;
  border-radius: 5px;
}

.m-align-center {
  text-align: center !important;
}

.m-align-left {
  text-align: left !important;
}

.m-align-right {
  text-align: right !important;
}

.l-logo-container {
  margin-bottom: 25px;
}

.m-logo2 {
  width: 258px;
}

.ribbon {
  margin-bottom: 30px;
  text-align: center;
}

.l-btn-container {
  margin-bottom: 20px;
  text-align: center;
}

.m-btn {
  display: inline-block;
  width: 250px;
  padding: 10px 40px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  position: relative;
  background-color: #d0686b;
  border-radius: 40px;
}

.m-btn::after {
  content: "";
  display: block;
  width: 19px;
  height: 5px;
  background: url(/promotion/ordercard/wplusl/images/icon_arrow_right.png) no-repeat left center;
  background-size: 100% 100%;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -2.5px;
}

.m-btn:hover {
  opacity: .7;
}

.m-btn-gray {
  width: auto;
  max-width: 430px;
  background-color: #c3c3c3;
}

.m-btn-gray:hover {
  opacity: .7;
  background-color: #c3c3c3;
}

.m-btn-gray-min {
  max-width: 320px;
}

.m-btn-gray-lg {
  max-width: 480px;
}

.m-btn-accordion {
  color: #d0686b;
  border: 2px solid #d0686b;
  background-color: #fff;
  outline: none;
}

.m-btn-accordion::after {
  width: 13px;
  height: 13px;
  background: url(/promotion/ordercard/wplusl/images/icon_plus.png) no-repeat left center;
  background-size: 100% 100%;
  margin-top: -6.5px;
}

.m-btn-accordion:hover {
  opacity: .7;
  background-color: #fff;
}

.m-btn-accordion.is-open::after {
  width: 13px;
  height: 2px;
  background: url(/promotion/ordercard/wplusl/images/icon_minus.png) no-repeat left center;
  margin-top: -1px;
}

.m-accordion {
  display: none;
}

.l-noteList-container {
  margin-bottom: 20px;
}

.m-noteList > li,
.m-list > li {
  display: table;
  font-size: 12px;
}

.m-noteList > li > span:first-child,
.m-list > li > span:first-child {
  display: table-cell;
  white-space: nowrap;
}

.m-noteList > li.noteList-center,
.m-list > li.noteList-center {
  margin: 0 auto;
}

.m-list > li {
  font-size: 14px;
}

.band {
  padding: 70px 20px 90px;
  text-align: center;
  background-color: #fff;
}

.band > * {
  color: #640028;
  font-size: 36px;
  font-weight: bold;
}

.m-recommend > img {
  width: 225px;
  margin-bottom: 65px;
}

.m-text {
  font-size: 18px;
}

.m-text-white {
  color: #fff !important;
}

.m-text-pink {
  color: #d0676a !important;
}

.m-text-card {
  margin-bottom: 10px;
}

.m-card-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.m-card-info-item {
  width: calc(100% / 3);
  padding: 70px 20px 0;
  color: #d0686b;
  font-size: 22px;
  text-align: center;
  border-left: 1px solid #e5aaac;
}

.m-card-info-item:first-child {
  border: 0 none;
}

.m-card-info-item-free {
  background: url(/promotion/ordercard/wplusl/images/icon_wallet.png) no-repeat center top;
  background-size: 51px;
}

.m-card-info-item-point {
  background: url(/promotion/ordercard/wplusl/images/icon_point.png) no-repeat 53% top;
  background-size: 56px;
}

.m-card-info-item-shopping {
  background: url(/promotion/ordercard/wplusl/images/icon_cart.png) no-repeat center top;
  background-size: 54px;
}

.shopLogo, .pointUse-item, .m-box-border {
  border: 2px solid #e8d9da;
  border-radius: 5px;
}

.m-link {
  color: #008eed;
  text-decoration: underline;
}

.m-link:hover {
  text-decoration: none;
}

.m-link-text {
  display: inline-block;
  padding-right: 20px;
  color: #fff;
  text-decoration: none;
  background: url(/promotion/ordercard/wplusl/images/icon_circle_down.png) no-repeat right center;
  background-size: 12px;
}

.m-link-text:hover {
  text-decoration: underline;
}

.pointUse-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
  padding: 25px;
}

.pointUse-item.pointUse-item-borderNone {
  padding: 0;
  border: 0 none;
}

.pointUse-item:nth-of-type(3) {
  margin-bottom: 15px;
}

.pointUse-img {
  width: 190px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 190px;
  flex: 0 0 190px;
  text-align: center;
}

.pointUse-img-coin > img {
  width: 105px;
}

.pointUse-img-amazon > img {
  width: 110px;
}

.pointUse-img-staba > img {
  width: 180px;
}

.pointUse-img-okidoki {
  width: 239px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 239px;
  flex: 0 0 239px;
}

.pointUse-heading {
  font-size: 22px;
  font-weight: bold;
}

.pointUse-heading-container {
  margin-bottom: 15px;
}

.pointUse-description {
  padding-left: 30px;
}

.pointUse-description-title {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: bold;
}

.pointUse-description-text {
  margin-bottom: 25px;
  font-size: 14px;
}

.pointUse-description :last-child {
  margin-bottom: 0;
}

.m-box {
  margin-bottom: 40px;
  padding: 25px;
}

.m-box.m-box-lindaday {
  margin-top: 30px;
}

.m-box-border-pink {
  border-color: #fcead9;
}

.m-box-title {
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}

.m-box-text {
  margin-bottom: 20px;
  font-size: 18px;
  text-align: center;
}

.m-box-text-min {
  margin-bottom: 5px;
  font-size: 14px;
}

.m-box-img {
  margin-top: 20px;
}

.m-box-fit {
  height: 100%;
}

.m-box-btn {
  margin-top: 25px;
}

.m-card-img {
  margin-bottom: 20px;
}

.m-card-title {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}

.m-card-text {
  font-size: 14px;
}

.l-table-container {
  margin-bottom: 10px;
}

.m-table {
  width: 100%;
  table-layout: fixed;
  border: 1px solid #c3c3c3;
  border-collapse: collapse;
}

.m-table th {
  width: 280px;
  padding: 20px;
  font-size: 14px;
  border: 1px solid #c3c3c3;
  background-color: #f5f5f5;
}

.m-table td {
  padding: 20px 30px;
  font-size: 14px;
  border: 1px solid #c3c3c3;
  background-color: #fff;
}

.m-noteDescription {
  margin-bottom: 35px;
}

.m-noteDescription dt {
  font-size: 16px;
  font-weight: bold;
}

.m-noteDescription dd {
  font-size: 14px;
}

.m-noteDescription dd .m-list {
  padding-left: 10px;
}

.m-inquiry {
  margin-bottom: 20px;
  border: 1px solid #c3c3c3;
}

.m-inquiry-heading {
  padding: 15px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  background-color: #f5f5f5;
}

.m-inquiry-body {
  padding: 35px 140px;
}

.m-inquiry-num {
  margin-bottom: 10px;
  text-align: center;
}

.m-inquiry-text {
  margin-bottom: 30px;
  font-size: 18px;
  text-align: center;
}

.m-inquiry-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.m-inquiry-time > * {
  padding-left: 10px;
  font-size: 14px;
  border-left: 1px solid #640028;
}

.m-inquiry-time > *:first-child {
  padding-right: 20px;
}

.m-inquiry-time > * .m-inquiry-time-text {
  font-size: 16px;
  font-weight: bold;
}

.phoneNum {
  color: #640028;
  cursor: default;
}

.l-footer-copyright {
  padding: 30px 0;
  background-color: #640028;
}

.m-footer-link {
  background-color: #fef7f0;
}

.m-footer-link > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 980px;
  margin: 0 auto;
  padding: 20px 10px;
  position: relative;
}

.m-footer-link > ul > li {
  margin-right: 15px;
}

.m-footer-link > ul > li > a {
  color: #640028;
  text-decoration: none;
}

.m-footer-link > ul > li > a:hover {
  text-decoration: underline;
}

.m-footer-link > ul > li.link-pagetop {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
}

.m-footer-copy-text {
  padding: 0 10px;
  font-size: 14px;
  color: #fff;
  text-align: center;
}

.m-pagetop {
  position: absolute;
  right: 0;
  top: 10px;
}

.m-pagetop:hover {
  opacity: .7;
}

.pc-none {
  display: none !important;
}

.fix-cv {
  display: none;
  width: 100%;
  padding: 20px;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 3;
  background-color: rgba(68, 22, 22, 0.7);
}

.fix-cv-inner {
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
}

.fix-cv .l-btn-container a {
  display: inline-block;
}

.fix-cv .l-btn-container img {
  width: 400px;
}

.fix-cv .l-btn-container img:hover {
  opacity: .7;
}

.fix-cv.is-stop {
  position: static;
}

#btnEnd {
  min-height: 130px;
  padding: 20px 0 0;
  margin: 0 -100vw;
}

.l-present {
  position: relative;
}

.l-present .l-btn-container {
  margin-bottom: 0;
}

.l-present-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.l-present-grid-col {
  background: #fff;
  padding: 20px 15px;
  margin-right: 50px;
  width: calc(100% - 50px);
  -webkit-box-shadow: 0px 9px 17px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 9px 17px 0px rgba(0, 0, 0, 0.3);
}

.l-present-grid-col:last-child {
  margin-right: 0;
}

.m-presentBlock {
  position: relative;
  border: 10px solid #e5aaac;
  background: #fef7ef;
  padding: 30px 90px 30px;
}

.m-presentBlock::before{
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: 111px;
  height: 111px;
  background: url(/promotion/ordercard/wplusl/images/icon_ribbon_top.png) no-repeat left top;
}

.m-presentBlock::after{
  content: "";
  position: absolute;
  right: -10px;
  bottom: -10px;
  width: 111px;
  height: 111px;
  background: url(/promotion/ordercard/wplusl/images/icon_ribbon_bottom.png) no-repeat right bottom;
}

.m-present-ttl {
  text-align: center;
  font-size: 36px;
  max-width: 80%;
  margin: 0 auto 35px;
}

.m-present-lead {
  text-align: center;
  font-size: 26px;
  margin-bottom: 10px;
}

.m-present-txt {
  margin-bottom: 20px;
}

.m-present-img {
  /* border: 1px solid #dcdcdc; */
}

.m-present-img img {
  width: 100%;
}

.m-present-btn {
  width: 400px;
  background: #e5aaac;
}

@media (max-width: 1399px) {
  .mainvisual-bg-inner, .l-section-benefits-bg {
    width: 1400px;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -700px;
  }
  .mainvisual-inner {
    overflow: hidden;
  }
  .mainvisual-bg-left, .mainvisual-bg-right {
    position: fixed;
  }
  .contents {
    overflow: hidden;
  }

}

@media (max-width: 1090px) {
  .l-section-present-bg {
    width: 1090px;
    margin-left: -545px;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
  }
}

.prime-banner {
  margin-bottom: 40px;
}

.prime-banner img {
  max-width: 100%;
}