/* Document
   ========================================================================== */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*::before, *::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", YuGothic, "Yu Gothic", Meiryo, sans-serif; /*200401公開で修正*/
  font-size: 1rem;
  letter-spacing: 0.025em;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
}

body.is-fixed {
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

a {
  color: #000;
}

strong {
  font-weight: bold;
}

img {
  max-width: 100%;
}

/* common
   ========================================================================== */
#wrapper {
  overflow: hidden;
}

.section {
  margin: 0 20px;
}

.caption {
  font-size: 1.2rem;
  text-align: justify;
  line-height: 1.8;
}

.caption a {
  text-decoration: underline;
}

.caption a:hover {
  text-decoration: none;
}

.more {
  text-align: right;
}

.more__link {
  display: inline-block;
  position: relative;
  padding: 0 1em 0 0;
  color: #000;
  font-size: 1.4rem;
  font-weight: bold;
  text-decoration: none;
}

.more__link:hover {
  text-decoration: underline;
}

.more__link::before, .more__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 0.5em;
  height: 2px;
  border-top: solid 2px #000;
  border-radius: 2px;
  -webkit-transform-origin: right center;
          transform-origin: right center;
}

.more__link::before {
  -webkit-transform: translate(-0.4em, -50%) rotate(45deg);
          transform: translate(-0.4em, -50%) rotate(45deg);
}

.more__link::after {
  -webkit-transform: translate(-0.4em, -50%) rotate(-45deg);
          transform: translate(-0.4em, -50%) rotate(-45deg);
  margin-top: -1px;
}

.h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
  position: relative;
  margin: 0 -20px;
  padding: 10px 20px 10px 20px;
  color: #FFF;
  font-size: 2.2rem;
  font-weight: bold;
  background-color: #1887BF;
}

.yuie .h2 {
  padding-top: calc(10px + .4em);
}

.h2 .accordionBtn {
  margin: -12px -20px -12px 0;
}

.yuie .h2 .accordionBtn {
  margin-top: calc(-10px - .4em);
}

.h2--2l {
  padding: 12px 20px 12px 20px;
  font-size: 2rem;
}

.h2--2l .small {
  display: inline-block;
  margin: .2rem 0;
  font-size: 1.5rem;
}

#sec09 .h2 {
  font-size: 1.8rem;
}

.check {
  padding: 4px 0 0 36px;
  font-size: 1.6rem;
  font-weight: bold;
  background: url(/promotion/ordercard/w/images/sp/icon_check.png) left top no-repeat;
  background-size: 29px 26px;
}

.yuie .check {
  padding-top: 6px;
}

.check strong {
  color: #1887BF;
}

.check + .check {
  margin-top: 15px;
}

.check + .caption {
  margin-top: 6px;
  margin-left: 36px;
}

.accordionBtn {
  position: relative;
  -ms-flex-preferred-size: 55px;
      flex-basis: 55px;
  min-width: 55px;
  min-width: 55px;
  background-color: #E8D45B;
  border: 0;
  outline: none;
}

.accordionBtn::before, .accordionBtn::after {
  content: "";
  position: absolute;
  background-color: #333;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.accordionBtn::before {
  width: 13px;
  height: 2px;
}

.accordionBtn::after {
  width: 2px;
  height: 13px;
  -webkit-transition: ease-in-out .3s;
  transition: ease-in-out .3s;
}

.is-open .accordionBtn::after {
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) scale(0.2);
          transform: translate(-50%, -50%) scale(0.2);
}

.glayLayer {
  background-color: rgba(38, 38, 38, 0.6);
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.overLayer {
  display: none;
  position: fixed;
  z-index: 10000;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  text-align: center;
  width: auto;
}

.overLayer .close {
  position: absolute;
  right: 0;
  top: -30px;
  width: 20px;
  height: 20px;
}

.overLayer .close:before, .overLayer .close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 1px;
  border-top: solid 1px #FFF;
}

.overLayer .close:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.overLayer .close:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.overLayer__img img {
  display: none;
  width: auto;
  max-width: calc(100vw - 20px);
  height: calc(100vh - 80px);
}

.fix {
  display: none;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  background-color: rgba(234, 234, 234, 0.8);
  padding-top: 10px;
  padding-bottom: 20px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}

.fix__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 20px;
}

.fix__item {
  width: calc(50% - 3px);
  max-width: 341px;
}

.fix__item--w {
  margin-right: 3px;
}

.fix__item--l {
  margin-left: 3px;
}

.fix__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 45px;
  text-align: center;
  color: #FFF;
  font-size: 1.1rem;
  font-weight: bold;
  border-radius: 23px;
}

.yuie .fix__btn {
  padding-top: calc(0.001px + .4em);
}

.fix__btn--w {
  background: -webkit-gradient(linear, left top, left bottom, from(#162253), to(#737a97));
  background: linear-gradient(to bottom, #162253 0%, #737a97 100%);
}

.fix__btn--l {
  background: -webkit-gradient(linear, left top, left bottom, from(#eb4668), to(#f38fa4));
  background: linear-gradient(to bottom, #eb4668 0%, #f38fa4 100%);
}

.fix__txt {
  position: relative;
  margin-top: 10px;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
}

.fix__txt::before, .fix__txt::after {
  content: "";
  position: absolute;
  bottom: -1.25em;
  left: 50%;
  width: 3px;
  height: 0.75em;
  border: solid 1.5px #666;
  background-color: #666;
  border-radius: 3px;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
}

.fix__txt::before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  margin-left: 1.5px;
}

.fix__txt::after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.js-accordion {
  margin-bottom: 2px;
}

.benefit .js-accordion {
  border-bottom: 0;
}

.js-accordion.is-open {
  margin-bottom: 0;
}

.benefit .js-accordion.is-open {
  border-bottom: solid 2px #F2F2F2;
}

.js-accordionContent {
  margin: 0px -20px;
  padding: 0 20px;
  display: none;
}

.txtAL {
  text-align: left !important; /*200401公開で修正*/
}

/* #sec01
   ========================================================================== */
.kv {
  margin: 0 -20px;
  text-align: center;
  padding-bottom: 30px; /*200601公開で修正*/
}

.kv__inner {
  padding: 0px;
  background: #273575;
  margin-bottom: 40px;
}

.kv__point {
  position: relative;
  padding: 8px 5px;
  color: #FFF;
  font-size: 1.2rem;
  font-weight: bold;
  background-color: #EC3746; /*200401公開で修正*/
}

.yuie .kv__point {
  padding-top: calc(5px + .4em);
}

.kv__point::after {
  content: "";
  position: absolute;
  bottom: -13px;
  left: 50%;
  width: 20px;
  height: 13px;
  margin-left: -10px;
  border-top: solid 13px #EC3746; /*200401公開で修正*/
  border-right: solid 10px transparent;
  border-left: solid 10px transparent;
}

.kv__point strong {
  color: #E8D45B;
}

.kv__pointTxtL {
  font-size: 1.5rem;
}

.kv__pointNum {
  margin: 0 0.1em;
  font-size: 1.8rem;
  letter-spacing: 0;
}

.kv__pointList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}

.kv__pointItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  min-height: 72px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2;
  -ms-flex-preferred-size: calc((100% - 40px) / 3);
      flex-basis: calc((100% - 40px) / 3);
  padding: 0 2px;
}

.kv__pointItem::after {
  content: "";
  position: absolute;
  top: 0.18rem;
  right: 1px;
  bottom: 0.24rem;
  border-right: solid 1px #DCDCDC;
}

.kv__pointItem .small {
  font-size: 1.2rem;
}

.kv__pointItem strong {
  color: #EC3746;
  line-height: 1;
}

.kv__pointItem:nth-child(1) .kv__pointItemNum {
  margin: 0 .1rem;
}

.kv__pointItem:nth-child(1) strong {
  font-size: 2.0rem; /*200601公開で修正*/
  margin-left: .8rem;
}

.kv__pointItem:nth-child(2) strong {
  font-size: 2.4rem;
}

.kv__pointItem:nth-child(2) strong .small {
  font-size: 1.7rem;
}

.kv__pointItem:nth-child(3)::after {
  content: none;
}

.kv__pointItem:nth-child(3) strong {
  font-size: 2.1rem;
  letter-spacing: -0.05em;
}

.kv__pointItem sup {
  font-size: 1.2rem;
  font-weight: normal;
  vertical-align: 1rem;
}

.kv__pointItemNum {
  font-size: 2.8rem;
  vertical-align: -.05rem;
}

.kv__aboutList {
  margin: 15px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.yuie .kv__aboutList {
  padding-top: calc(0.001px + .4em);
}

.kv__aboutItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 80px; /*200401公開　モジュールの高さ修正*/
  margin: 0 5px;
  padding: 0 19px;
  border: solid 1px #C8C8C8;
  border-radius: 17px;
  font-size: 1.4rem;
  font-weight: bold;
}

.kv__aboutItem:last-child {
  width: 211px;
}

.bnr {
  margin: 25px 0 60px;
  text-align: center;
}

/* #sec02
   ========================================================================== */
.campaign {
  background-color: #FFFCE8;
  margin: 0 -20px;
  padding: 30px 20px;
  counter-reset: num;
}

.campaign__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 16px -20px;
  font-size: 2rem;
  font-weight: bold;
}

.campaign__ttl strong {
  color: #EC3746;
}

.caption + .campaign__ttl {
  margin-top: 30px;
}

.campaign__list + .campaign__ttl {
  margin-top: 30px;
}

.campaign__num {
  display: block;
  min-width: 50px;
  max-width: 50px;
  height: 45px;
  margin-right: 12px;
  padding: 4px 6px 0 0;
  color: #FFF;
  font-size: 2.5rem;
  text-align: center;
  background-color: #333;
  border-radius: 0 23px 23px 0;
}

.yuie .campaign__num {
  padding-top: calc(1px + .4em);
}

.yuie .campaign__num {
  margin-top: -8px;
}

.campaign__num::before {
  content: counter(num);
  counter-increment: num;
}

.campaign__listTtl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 2;
  height: 60px;
  margin: 0 17px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  border-radius: 5px;
  background: #ff99aa;
  background-color: #E8D45B;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}

.yuie .campaign__listTtl {
  padding-top: calc(2px + .4em);
}

.campaign__listTtl strong {
  color: #EC3746;
}

.campaign__listDetail {
  position: relative;
  z-index: 1;
  border-radius: 5px;
  background-color: #FFF;
  margin-top: -30px;
  padding: 40px 17px 10px;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
}

.campaign__listDetail + .campaign__listTtl {
  margin-top: 10px;
}

.campaign__listDetail .caption {
  text-align: center;
}

.campaign__shopList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 15px -10px 0 0;
}

.campaign__shop {
  margin-right: 10px;
}

.campaign__shop img[src*="seveneleven"] {
  width: 45px;
}

.campaign__shop img[src*="biccamera"] {
  width: 45px;
}

.campaign__shop img[src*="welcia_hac"] {
  width: 49px;
}

.campaign__shop img[src*="mosburger"] {
  width: 46px;
}

.campaign__shop img[src*="shell"] {
  width: 48px;
}

.campaign__presentList {
  margin-top: 10px;
}

.campaign__present {
  margin-top: 5px;
  padding: 10px 16px 10px;
  border-radius: 5px;
  border: solid 2px #E8D45B;
  font-size: 1.3rem;
  font-weight: bold;
}

.yuie .campaign__present {
  padding-top: calc(10px + .4em);
}

.campaign__present strong {
  color: #EC3746;
}

.campaign .caption {
  color: #333;
  font-size: 1.2rem; /*200803公開で修正*/
}

.campaign .more {
  margin: 15px -10px 0 0;
}

/* #sec03
   ========================================================================== */
  .point,.original_series { /*200415公開で修正*/
  padding: 20px 0 60px;
}

.point__box {
  border-radius: 5px;
  background-color: #FFF;
  margin: 15px 0 25px;
  padding: 15px 20px 20px;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
}

.point__box .more {
  margin: 20px -10px 0 0;
}

.point__box .more__link {
  letter-spacing: 0;
}

.point__boxTtl {
  margin-bottom: 20px;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
}

.point__partnerList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.point__partner {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%;
  padding: 14px 10px 5px;
  text-align: center;
}

.point__partner:nth-child(-n+2) {
  border-bottom: solid 1px #F2F2F2;
}

.point__partner:nth-child(2n+1) {
  border-right: solid 1px #F2F2F2;
}

.point__partner sup {
  font-size: 0.6rem;
  vertical-align: .3rem;
}

.point__partnerImg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
  margin-bottom: 7px;
}

.point__partnerImg img[src*="starbucks"] {
  width: 86px;
}

.point__partnerImg img[src*="amazon"] {
  width: 80px;
}

.point__partnerImg img[src*="seveneleven"] {
  width: 60px;
}

.point__partnerImg img[src*="ikkyu"] {
  width: 60px;
  border: solid 2px #dea72f;
}

.point .caption {
  margin-bottom: 40px;
  color: #333;
}

.point__partnerNum {
  color: #1887BF;
  font-size: 1.3rem;
}

.point__partnerName {
  font-size: 1.2rem;
}

.point__okidokiList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -13px -30px;
}

.point__okidoki {
  margin: 0 13px 30px;
  text-align: center;
}

.point__okidoki--rakuten {
  -ms-flex-preferred-size: 88px;
      flex-basis: 88px;
}

.point__okidoki--rakuten img {
  width: 88px;
}

.point__okidoki--yahoo {
  -ms-flex-preferred-size: 159px;
      flex-basis: 159px;
}

.point__okidoki--yahoo img {
  width: 159px;
}

.point__okidoki--dhc {
  -ms-flex-preferred-size: 88px;
      flex-basis: 88px;
}

.point__okidoki--dhc img {
  width: 66px;
}

.point__okidoki--lohaco {
  -ms-flex-preferred-size: 159px;
      flex-basis: 159px;
}

.point__okidoki--lohaco img {
  width: 126px;
}

.point__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  max-width: 335px;
  height: 50px;
  margin: 0 auto;
  color: #FFF;
  font-size: 1.6rem;
  font-weight: bold;
  background-color: #333;
  border-radius: 26px;
}

.point__btn span::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 15px;
  height: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(/promotion/ordercard/w/images/icon_modal.png) left top no-repeat;
  background-size: cover;
}

/* #sec04
   ========================================================================== */
.security {
  margin: 0 -20px;
  padding: 30px 0;
}

.security__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding: 0 20px;
}

.security__item + .security__item {
  margin-top: 15px;
  padding-top: 15px;
  border-top: solid 1px #DCDCDC;
}

.security__img {
  min-width: 105px;
  max-width: 105px;
  margin-left: 20px;
}

.security__ttl {
  margin-bottom: 5px;
  color: #1687BF;
  font-size: 1.6rem;
  font-weight: bold;
}

.security__txt {
  color: #333;
  font-size: 1.2rem;
  line-height: 1.8;
  letter-spacing: 0;
  text-align: justify;
}

/* #sec05
   ========================================================================== */
.benefit {
  padding: 5px 0 60px;
}

.benefit__box {
  margin-top: 25px;
  border-radius: 5px;
  border: solid 2px #F2F2F2;
}

.benefit__box .caption {
  margin-bottom: 20px;
}

.benefit__box .more {
  margin-top: 10px;
}

.benefit__box .more + .check {
  margin-top: 15px;
  padding-top: 20px;
  border-top: solid 1px #DCDCDC;
  background-position-y: 16px;
}

.yuie .benefit__box .more + .check {
  padding-top: 26px;
}

.benefit__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 8px 18px;
  font-size: 1.4rem;
  font-weight: bold;
  background-color: #F2F2F2;
}

.yuie .benefit__ttl {
  padding-top: calc(8px + .4em);
}

.benefit__ttl .accordionBtn {
  -ms-flex-preferred-size: 40px;
      flex-basis: 40px;
  min-width: 40px;
  max-width: 40px;
  margin: -10px -20px -8px 0;
  border-radius: 0 5px 5px 0;
}

.is-open .benefit__ttl .accordionBtn {
  border-radius: 0 5px 0 0;
}

.yuie .benefit__ttl .accordionBtn {
  margin-top: calc(-8px - .4em);
}

.benefit__ttl .accordionBtn::before {
  width: 12px;
  height: 2px;
}

.benefit__ttl .accordionBtn::after {
  width: 2px;
  height: 12px;
}

.benefit__inner {
  overflow: hidden;
  padding: 20px 18px;
}

.benefit__ttlCol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.benefit__ttlImg {
  min-width: 76px;
  max-width: 76px;
  margin: 0 5px -5px -10px;
}

.benefit__subTtl {
  margin: 20px -18px 15px;
  padding: 6px 20px 6px 52px;
  color: #FFF;
  font-size: 1.6rem;
  font-weight: bold;
}

.yuie .benefit__subTtl {
  padding: 9px 20px 3px 52px;
}

.benefit__subTtl--01 {
  background: #1687BF url(/promotion/ordercard/w/images/icon_support_01.png) 18px 7px no-repeat;
  background-size: 24px auto;
}

.benefit__subTtl--02 {
  background: #1687BF url(/promotion/ordercard/w/images/icon_support_02.png) 20px 6px no-repeat;
  background-size: 23px auto;
}

.benefit__notes {
  font-size: 1.2rem;
  text-align: right;
}

/* #sec06
   ========================================================================== */
.okidoki {
  padding: 40px 0 60px;
}

.okidoki__ttl {
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}

.okidoki__mainImg {
  width: 144px;
  margin: 0 auto 30px;
}

.okidoki__system {
  background-color: #F2F2F2;
  border-radius: 10px;
  text-align: center;
}

.okidoki__systemTtl {
  padding: 10px;
  font-size: 1.4rem;
  font-weight: bold;
}

.yuie .okidoki__systemTtl {
  padding-top: calc(10px + .4em);
}

.okidoki__systemList {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50% 50%;
  grid-template-columns: 50% 50%;
  margin-bottom: 10px;
}

.okidoki__systemListTtl {
  padding: 5px;
  color: #FFF;
}

.yuie .okidoki__systemListTtl {
  padding-top: calc(5px + .4em);
}

.okidoki__systemListTtl:nth-of-type(1) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1 / 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / 2;
  margin-right: 1px;
  background-color: #000;
}

.okidoki__systemListTtl:nth-of-type(2) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1 / 2;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2 / 3;
  margin-left: 1px;
  background-color: #EC3746;
}

.okidoki__systemListDetail {
  padding: 8px 5px;
  font-size: 1.1rem;
  font-weight: bold;
}

.yuie .okidoki__systemListDetail {
  padding-top: calc(8px + .4em);
}

.okidoki__systemListDetail:nth-of-type(1) {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2 / 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / 2;
}

.okidoki__systemListDetail:nth-of-type(2) {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2 / 3;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2 / 3;
  color: #EC3746;
}

.okidoki__systemNum {
  font-size: 1.8rem;
}

.okidoki__subTtl {
  margin: 50px 0 15px;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
}

.okidoki__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -5px 5px;
}

.okidoki__item {
  -ms-flex-preferred-size: calc(33.33% - 10px);
      flex-basis: calc(33.33% - 10px);
  max-width: calc(33.33% - 10px);
  margin: 0 5px 10px;
  padding: 10px 9px;
  border: solid 1px #1887BF;
  border-radius: 5px;
}

.okidoki__item sup {
  font-size: 1rem;
  vertical-align: top;
}

.okidoki__tb {
  max-width: 85px;
  margin: 0 auto 2px;
}

.okidoki__itemPoint {
  color: #1887BF;
}

.okidoki .caption {
  color: #333;
}

.okidoki__notes {
  font-size: 1.1rem;
  color: #333;
  line-height: 1.8;
}

.okidoki__notes sup {
  font-size: 1.1rem;
  vertical-align: 0;
}

/* #sec07
   ========================================================================== */
.quality {
  padding: 20px 0 30px;
}

.quality__col {
  margin: 0 -20px;
  padding: 0 20px;
}

.quality__col + .quality__col {
  padding-top: 30px;
  border-top: solid 1px #DCDCDC;
}

.quality__ttl {
  margin: 0 0 8px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}

.quality__ttl strong {
  color: #1887BF;
}

.quality__img {
  margin: 0 20px 7px;
  text-align: center;
}

.quality .caption {
  margin: 0 20px 30px;
  color: #333;
}

/* #sec08
   ========================================================================== */
.about {
  padding: 20px 0 10px;
}

.about__ttl {
  margin-bottom: 10px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: justify;
}

.about__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px 0 30px;
}

.about__cardsItem {
  max-width: 351px;
  width: 100%;
}

.about__cardsItem--w {
  margin-left: -7px;
}

.about__cardsItem--l {
  margin-right: -7px;
}

.about__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 45px;
  margin-top: 5px;
  text-align: center;
  color: #FFF;
  font-size: 1.1rem;
  font-weight: bold;
  border-radius: 23px;
}

.yuie .about__btn {
  padding-top: calc(0.001px + .4em);
}

.about__btn--w {
  margin-right: 3px;
  margin-left: 7px;
  background: -webkit-gradient(linear, left top, left bottom, from(#162253), to(#737a97));
  background: linear-gradient(to bottom, #162253 0%, #737a97 100%);
}

.about__btn--l {
  margin-right: 7px;
  margin-left: 3px;
  background: -webkit-gradient(linear, left top, left bottom, from(#eb4668), to(#f38fa4));
  background: linear-gradient(to bottom, #eb4668 0%, #f38fa4 100%);
}

.about .caption {
  margin-bottom: 10px;
}

.about__table {
  display: block;
  margin: 40px 0 11px;
  font-size: 1.2rem;
}

.about__table tbody, .about__table tr, .about__table th, .about__table td {
  display: block;
}

.about__table th {
  padding: 10px 19px;
  border: solid 1px #DCDCDC;
  background-color: #F2F2F2;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0;
}

.yuie .about__table th {
  padding-top: calc(9px + .4em);
}

.about__table td {
  margin: -1px 0;
  padding: 10px 19px;
  border: solid 1px #DCDCDC;
}

.yuie .about__table td {
  padding-top: calc(9px + .4em);
}

.about__table td sup {
  vertical-align: top;
}

.about__app {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 30px 0 40px;
}

.about__app:first-child {
  padding-top: 30px;
  border-top: solid 1px #DCDCDC;
}

.about__appImg {
  min-width: 119px;
  max-width: 119px;
  margin-right: 14px;
}

.about__appCaption {
  margin-top: 5px;
  text-align: center;
}

.about__appTtl {
  margin-bottom: 10px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.8;
}

.about__appTxt {
  font-size: 1.2rem;
  line-height: 1.8;
}

.about__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
}

.about__jcb {
  margin-right: 12px;
  padding: 6px 12px 6px 0;
  border-right: solid 1px #000;
}

.about__jcb img {
  width: 25px;
}

.about__apple img {
  width: 57px;
}

.about__google img {
  width: 60px;
}

/* #sec09
   ========================================================================== */
.terms {
  padding: 25px 0 50px;
  line-height: 1.8;
}

.terms__txt {
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.terms .caption {
  text-align: left;
}

/* #sec10
   ========================================================================== */
.inquiry {
  margin: 0 20px 30px;
}

.inquiry__ttl {
  overflow: hidden;
  padding: 10px 20px;
  font-size: 1.6rem;
  font-weight: bold;
  background-color: #DCDCDC;
  border-radius: 15px 15px 0 0;
  text-align: center;
}

.yuie .inquiry__ttl {
  padding-top: calc(10px + .4em);
}

.inquiry__inner {
  margin-bottom: 7px;
  padding: 20px 24px;
  border-right: solid 1px #DCDCDC;
  border-bottom: solid 1px #DCDCDC;
  border-left: solid 1px #DCDCDC;
  border-radius: 0 0 15px 15px;
}

.inquiry__subTtl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 25px;
  margin-bottom: 13px;
  padding-top: 1px;
  border-radius: 13px;
  color: #FFF;
  font-size: 1.3rem;
  font-weight: bold;
  background-color: #1687BF;
}

.yuie .inquiry__subTtl {
  padding: 4px 0 0;
}

.inquiry__freeDial {
  margin-bottom: 15px;
  font-size: 3rem;
  text-align: center;
}

.inquiry__list:nth-of-type(2) {
  margin-top: 10px;
  padding-top: 10px;
  border-top: solid 1px #DCDCDC;
}

.inquiry__list:nth-of-type(3) {
  margin-top: 10px;
}

.inquiry__listTtl {
  position: relative;
  margin-bottom: 5px;
  font-size: 1.2em;
  letter-spacing: 0.08em;
  padding-left: 1em;
  line-height: 1.8;
}

.inquiry__listTxt + .inquiry__listTtl {
  margin-top: 15px;
}

.inquiry__listTtl::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #1687BF;
  border-radius: 51%;
}

.inquiry__listTxt strong {
  font-size: 1.6rem;
}

.inquiry__listTxt sub {
  font-size: 1.2rem;
  font-weight: normal;
  vertical-align: .4rem;
}

.inquiry__jcb {
  font-size: 1.2rem;
  text-align: center;
}

strong.inquiry__dial {
  font-size: 2.3rem;
}

.footer {
  margin: 0 -20px;
  padding-bottom: 20px;
  background-color: #1687BF;
}

.footer__list {
  margin-bottom: 20px;
}

.footer__link {
  display: block;
  position: relative;
  padding: 10px 20px;
  color: #FFF;
  font-size: 1.2rem;
  border-bottom: solid 1px #FFF;
}

.footer__link:hover {
  text-decoration: none;
}

.footer__link::before, .footer__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 0.5em;
  height: 2px;
  border-top: solid 2px #FFF;
  border-radius: 2px;
  -webkit-transform-origin: right center;
          transform-origin: right center;
}

.footer__link::before {
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
}

.footer__link::after {
  -webkit-transform: translate(0, -50%) rotate(-45deg);
          transform: translate(0, -50%) rotate(-45deg);
  margin-top: -1px;
}

.footer__logo {
  margin-bottom: 10px;
  text-align: center;
}

.footer__logo img {
  width: 96px;
  height: auto;
}

.footer__copyright {
  text-align: center;
  color: #FFF;
}

@media screen and (max-width: 374px) {
  .h2 {
    font-size: 2rem;
    letter-spacing: 0;
  }
  .h2--2l {
    font-size: 1.8rem;
  }
  .h2--2l .small {
    font-size: 1.3rem;
  }
  .more__link {
    font-size: 1.2rem;
  }
  .kv__pointItem {
    min-height: 62px;
    font-size: 1.5rem;
  }
  .kv__pointItem .small {
    font-size: 1rem;
  }
  .kv__pointItem:nth-child(1) strong {
    font-size: 1.7rem; /*200601公開で修正*/
    margin-left: .6rem;
  }
  .kv__pointItem:nth-child(2) strong {
    font-size: 2rem;
  }
  .kv__pointItem:nth-child(3) strong {
    font-size: 1.8rem;
    letter-spacing: -0.075em;
  }
  .kv__pointItemNum {
    font-size: 2.4rem;
    vertical-align: -.04rem;
  }
  .kv__pointItem sup {
    font-size: 1rem;
    vertical-align: .7rem;
  }
  .kv__aboutItem {
    padding: 0 14px;
    font-size: 1.2rem;
  }
  .kv__aboutItem:last-child {
    width: auto;
  }
  .inquiry {
    margin: 0 0 30px;
  }
  .campaign__listTtl {
    font-size: 1.5rem;
  }
  .point__partner {
    padding-right: 5px;
    padding-left: 5px;
    letter-spacing: -0.025em;
  }
  .point__okidoki {
    -ms-flex-preferred-size: calc(50% - 26px);
        flex-basis: calc(50% - 26px);
    max-width: calc(50% - 26px);
  }
  .point__box .more {
    margin: 20px -10px 0;
  }
  .benefit__ttlImg {
    min-width: 64px;
    max-width: 64px;
    margin: 0 0 -5px -20px;
  }
}

@media (min-width: 768px) {
  .section {
    margin: 0;
  }
  .h2 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100px;
    margin: 0;
    padding: 10px;
    font-size: 2.6rem;
    text-align: center;
  }
  .h2--2l {
    height: 120px;
    padding: 10px;
    font-size: 2.4rem;
  }
  .h2--2l .small {
    margin: 0;
    font-size: 2.4rem;
  }
  #sec02 .h2 {
    font-size: 3.6rem;
  }
  #sec03 .h2 {
    height: 140px;
    font-size: 3.6rem;
  }
  #sec03 .h2 .small {
    margin: 0;
    font-size: 2.4rem;
  }
  #sec08 .h2.h2--2l {
    height: 100px;
    font-size: 2.6rem;
  }
  #sec08 .h2.h2--2l .small {
    font-size: 2.6rem;
  }
  #sec09 .h2 {
    height: 80px;
    font-size: 2rem;
  }
  .check {
    padding: 0 0 0 45px;
    font-size: 2.4rem;
    background: url(/promotion/ordercard/w/images/icon_check.png) left 2px no-repeat;
    background-size: 32px 27px;
  }
  .yuie .check {
    padding-top: 4px;
  }
  .check + .check {
    margin-top: 20px;
  }
  .accordionBtn {
    display: none;
  }
  .overLayer {
    width: 100%;
    height: 100%;
    padding: 100px 0 0;
    overflow: auto;
  }
  .overLayer .close {
    left: 50%;
    right: auto;
    top: 40px;
    width: 40px;
    height: 40px;
    margin-left: 425px;
  }
  .overLayer .close:before, .overLayer .close:after {
    width: 48px;
    height: 2px;
    border-top: solid 2px #FFF;
  }
  .overLayer__img {
    padding-bottom: 100px;
  }
  .overLayer__img img {
    display: none;
    width: auto;
    height: auto;
    max-width: none;
    max-height: none;
  }
  .fix {
    padding-top: 15px;
    padding-bottom: 30px;
  }
  .fix__list {
    margin: 0;
  }
  .fix__item {
    width: auto;
    max-width: none;
  }
  .fix__item--w, .fix__item--l {
    margin-right: 19px;
    margin-left: 20px;
  }
  .fix__btn {
    position: relative;
    width: 312px;
    height: 60px;
    color: #FFF;
    font-size: 1.8rem;
    border-radius: 31px;
  }
  .others .fix__btn:hover::before {
    opacity: .35;
  }
  .others .fix__btn::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    border-radius: 31px;
    background-color: #FFF;
    opacity: 0;
    -webkit-transition: ease-in-out .3s;
    transition: ease-in-out .3s;
  }
  .fix__btn span {
    position: relative;
    z-index: 3;
  }
  .fix__txt {
    font-size: 1.6rem;
  }
  .fix__txt a:hover {
    text-decoration: underline;
  }
  .js-accordion {
    margin-bottom: 0;
  }
  .benefit .js-accordion {
    border-bottom: solid 2px #F2F2F2;
  }
  .js-accordionContent {
    margin: 0;
    padding: 0;
    display: block;
  }
  /* #sec01
	   ========================================================================== */
  #sec01 .caption {
    max-width: 840px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .kv {
    margin: 0;
  }
  .kv__inner {
    padding: 0px;
    background: #273575;
  }
  .kv__point {
    padding: 5px;
    font-size: 1.9rem;
  }
  .kv__point::after {
    bottom: -24px;
    left: 50%;
    width: 36px;
    height: 24px;
    margin-left: -18px;
    border-top: solid 24px #EC3746; /*200401公開で修正*/
    border-right: solid 18px transparent;
    border-left: solid 18px transparent;
  }
  .kv__pointTxtL {
    font-size: 2.5rem;
  }
  .kv__pointNum {
    font-size: 3rem;
  }
  .kv__pointList {
    max-width: 840px;
    margin: 40px auto 20px;
    padding: 0 20px;
  }
  .kv__pointItem {
    height: 100px;
    font-size: 2.6rem;
  }
  .kv__pointItem::after {
    top: 0;
    bottom: 0;
  }
  .kv__pointItem .small {
    font-size: 1.6rem;
  }
  .kv__pointItem:nth-child(1) strong {
    font-size: 3.9rem;
    margin-left: .8rem;
  }
  .kv__pointItem:nth-child(2) strong {
    font-size: 3.9rem;
  }
  .kv__pointItem:nth-child(2) strong .small {
    font-size: 2.75rem;
  }
  .kv__pointItem:nth-child(3)::after {
    content: none;
  }
  .kv__pointItem:nth-child(3) strong {
    font-size: 3.6rem;
  }
  .kv__pointItem sup {
    font-size: 1.2rem;
    font-weight: normal;
    vertical-align: 2.5rem;
  }
  .kv__pointItemTtl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 50px;
  }
  .kv__pointItemNum {
    font-size: 4.5rem;
    vertical-align: -.2rem;
  }
  .kv__aboutList {
    margin: 20px 20px; /*200601公開*/
  }
  .kv__aboutItem {
    height: 80px; /*200401公開　モジュールの高さ修正*/
    margin: 0 5px;
    padding: 0;
    border-radius: 21px;
    font-size: 2rem;
    width: 260px;
  }
  .kv__aboutItem:last-child {
    width: 260px;
    letter-spacing: 0;
  }
  .bnr {
    margin: 40px 20px 60px;
  }
  /* #sec02
	   ========================================================================== */
  #sec02 {
    background-color: #FFFCE8;
  }
  .campaign {
    background: none;
    max-width: 840px;
    margin: 0 auto;
    padding: 0 20px;
    padding: 30px 20px 60px;
    counter-reset: num;
  }
  .campaign__ttl {
    margin: 0 0 30px;
    font-size: 2.4rem;
  }
  .campaign__list + .campaign__ttl {
    margin-top: 50px;
  }
  .campaign__num {
    display: block;
    min-width: 40px;
    max-width: 40px;
    height: 40px;
    margin-right: 12px;
    padding: 4px 0 0 0;
    font-size: 2rem;
    border-radius: 51%;
  }
  .yuie .campaign__num {
    margin-top: -8px;
  }
  .campaign__num::before {
    content: counter(num);
    counter-increment: num;
  }
  .campaign__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 50% 50%;
    grid-template-columns: 50% 50%;
    margin-bottom: 10px;
  }
  .campaign__list.campaign__list--present {
    display: block;
  }
  .campaign__listTtl {
    height: 100px;
    font-size: 2rem;
    border-radius: 6px;
  }
  .campaign__listTtl:nth-of-type(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    margin: 0 30px 0 20px;
  }
  .campaign__listTtl:nth-of-type(2) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2 / 3;
    margin: 0 20px 0 30px;
  }
  .campaign__list--present .campaign__listTtl {
    width: 350px;
    margin: 0 auto;
  }
  .campaign__listDetail {
    position: relative;
    z-index: 1;
    border-radius: 6px;
    background-color: #FFF;
    margin-top: -50px;
    padding: 60px 20px 45px;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  }
  .campaign__listDetail + .campaign__listTtl {
    margin-top: 0;
  }
  .campaign__listDetail:nth-of-type(1) {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2 / 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    margin-right: 10px;
  }
  .campaign__listDetail:nth-of-type(2) {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2 / 3;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2 / 3;
    margin-left: 10px;
  }
  .campaign__list--present .campaign__listDetail {
    margin-right: 0;
  }
  .campaign__listDetail .caption {
    font-size: 1.6rem;
    letter-spacing: 0;
  }
  .campaign .caption{ /* 200803公開で追加 */
    font-size: 1.5rem;
  }
  .campaign__shop img[src*="seveneleven"] {
    width: 58px;
  }
  .campaign__shop img[src*="biccamera"] {
    width: 58px;
  }
  .campaign__shop img[src*="welcia_hac"] {
    width: 64px;
  }
  .campaign__shop img[src*="mosburger"] {
    width: 58px;
  }
  .campaign__shop img[src*="shell"] {
    width: 61px;
  }
  .campaign__presentList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 0;
  }
  .campaign__present {
    -ms-flex-preferred-size: calc(50% - 5px);
        flex-basis: calc(50% - 5px);
    max-width: calc(50% - 5px);
    margin-top: 10px;
    border-radius: 6px;
    font-size: 1.6rem;
  }
  .campaign .more {
    position: absolute;
    right: 20px;
    bottom: 10px;
  }
  /* #sec03
	   ========================================================================== */
    .point,.original_series { /*200415公開で修正*/
    max-width: 840px;
    margin: 0 auto;
    padding: 0 20px;
    margin: 28px auto 100px;
  }
  .point__box {
    border-radius: 6px;
    margin: 25px 0 15px;
    padding: 20px 20px 15px;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  }
  .point__box .more {
    margin: 20px -10px 0 0;
  }
  .point__box .more__link {
    letter-spacing: 0;
  }
  .point__boxTtl {
    font-size: 1.6rem;
  }
  .point__partnerList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .point__partner {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
    padding: 0 5px;
    font-size: 1.4rem;
    text-align: center;
    border-right: solid 1px #F2F2F2;
  }
  .point__partner:nth-child(-n+2) {
    border-bottom: 0;
  }
  .point__partner:last-child {
    border-right: 0;
  }
  .point__partner sup {
    font-size: 0.6rem;
    vertical-align: .3rem;
  }
  .point__partnerImg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 60px;
    margin-bottom: 10px;
  }
  .point__partnerImg img[src*="starbucks"] {
    width: 114px;
  }
  .point__partnerImg img[src*="amazon"] {
    width: 95px;
  }
  .point__partnerImg img[src*="seveneleven"] {
    width: 70px;
  }
  .point__partnerImg img[src*="ikkyu"] {
    width: 64px;
    border: solid 2px #dea72f;
  }
  .point .caption {
    margin-bottom: 60px;
  }
  .point__partnerNum {
    display: inline-block;
    color: #EC3746;
    font-size: 1.6rem;
    margin-bottom: 4px;
  }
  .point__partnerName {
    font-size: 1.4rem;
  }
  .point__okidokiList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 -13px -30px;
  }
  .point__okidoki {
    margin: 0 13px 30px;
    text-align: center;
  }
  .point__okidoki--rakuten {
    -ms-flex-preferred-size: 108px;
        flex-basis: 108px;
  }
  .point__okidoki--rakuten img {
    width: 108px;
  }
  .point__okidoki--yahoo {
    -ms-flex-preferred-size: 176px;
        flex-basis: 176px;
  }
  .point__okidoki--yahoo img {
    width: 176px;
  }
  .point__okidoki--dhc {
    -ms-flex-preferred-size: 72px;
        flex-basis: 72px;
  }
  .point__okidoki--dhc img {
    width: 72px;
  }
  .point__okidoki--lohaco {
    -ms-flex-preferred-size: 140px;
        flex-basis: 140px;
  }
  .point__okidoki--lohaco img {
    width: 140px;
  }
  .point__btn {
    max-width: 400px;
    height: 60px;
    margin: 50px auto;
    font-size: 1.8rem;
    border-radius: 31px;
  }
  /* #sec04
	   ========================================================================== */
  .security {
    max-width: 1000px;
    margin: 30px auto 100px;
    padding: 0 5px;
  }
  .security__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .security__item {
    -ms-flex-preferred-size: 33.33%;
        flex-basis: 33.33%;
    max-width: 33.33%;
    display: block;
    padding: 0 15px;
  }
  .security__item + .security__item {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
  }
  .security__img {
    min-width: 0;
    max-width: none;
    margin: 0 0 15px;
    text-align: center;
  }
  .security__ttl {
    font-size: 1.8rem;
    text-align: center;
  }
  .security__txt {
    font-size: 1.4rem;
  }
  /* #sec05
	   ========================================================================== */
  .benefit {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .benefit__box {
    -ms-flex-preferred-size: calc(50% - 15px);
        flex-basis: calc(50% - 15px);
    max-width: calc(50% - 15px);
    margin-top: 30px;
    border-radius: 6px;
  }
  .benefit__box:last-child {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 100px;
  }
  .benefit__box:last-child .caption {
    font-size: 1.4rem;
    text-align: center;
  }
  .benefit__box .caption {
    margin-bottom: 15px;
  }
  .benefit__box .more {
    margin-top: 15px;
  }
  .benefit__box .more + .check {
    margin-top: 15px;
    padding-top: 20px;
    border-top: solid 1px #DCDCDC;
    background-position-y: 18px;
  }
  .yuie .benefit__box .more + .check {
    padding-top: 23px;
  }
  .benefit__ttl {
    position: relative;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 66px;
    padding: 10px 20px;
    font-size: 2rem;
    font-weight: bold;
    background-color: #F2F2F2;
  }
  .yuie .benefit__ttl {
    padding-top: calc(10px + .4em);
  }
  .benefit__inner {
    padding: 20px 28px;
  }
  .benefit__ttlImg {
    position: absolute;
    top: -15px;
    margin-left: -160px;
    min-width: 137px;
    max-width: 137px;
  }
  .benefit__subTtl {
    margin: 15px 0 10px;
    padding: 6px 20px;
    font-size: 1.8rem;
    text-align: center;
    background: #1687BF;
    border-radius: 3px;
  }
  .yuie .benefit__subTtl {
    padding: 9px 20px 3px;
  }
  .benefit__subTtl::before {
    content: "";
    display: inline-block;
    width: 19px;
    margin-right: 10px;
  }
  .benefit__subTtl--01::before {
    height: 17px;
    background: #1687BF url(/promotion/ordercard/w/images/icon_support_01.png) 0 0 no-repeat;
    background-size: 19px auto;
    vertical-align: -2px;
  }
  .benefit__subTtl--02::before {
    height: 19px;
    background: #1687BF url(/promotion/ordercard/w/images/icon_support_02.png) 0 0 no-repeat;
    background-size: 19px auto;
    vertical-align: -3px;
  }
  .benefit .check {
    padding: 4px 0 0 36px;
    font-size: 1.8rem;
    font-weight: bold;
    background: url(/promotion/ordercard/w/images/sp/icon_check.png) left 2px no-repeat;
    background-size: 29px 26px;
  }
  .yuie .benefit .check {
    padding-top: 6px;
  }
  .benefit .check + .check {
    margin-top: 10px;
  }
  .benefit .check + .caption {
    margin-top: 5px;
    margin-left: 0;
  }
  .benefit__notes {
    font-size: 1.2rem;
  }
  .benefit__notes sup {
    font-size: 1.2rem;
    vertical-align: 0;
  }
  /* #sec06
	   ========================================================================== */
  .okidoki {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
    margin-bottom: 100px;
  }
  .okidoki__ttlWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .okidoki__ttl {
    margin-bottom: 45px;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
  }
  .okidoki__mainImg {
    width: 262px;
    margin: 45px auto 20px;
  }
  .okidoki__system {
    width: 590px;
    margin: 0 auto 20px;
  }
  .okidoki__system + .caption {
    width: 590px;
    margin: 0 auto;
  }
  .okidoki__systemTtl {
    padding: 15px;
    font-size: 1.8rem;
  }
  .yuie .okidoki__systemTtl {
    padding-top: calc(15px + .4em);
  }
  .okidoki__systemList {
    margin-bottom: 0;
  }
  .okidoki__systemListTtl {
    padding: 10px 5px;
    font-size: 1.4rem;
    letter-spacing: 0;
  }
  .yuie .okidoki__systemListTtl {
    padding-top: calc(10px + .4em);
  }
  .okidoki__systemListTtl:nth-of-type(1) {
    margin-right: 0;
    border-right: solid 1px #FFF;
  }
  .okidoki__systemListTtl:nth-of-type(2) {
    margin-left: 0;
    background-color: #EC3746;
  }
  .okidoki__systemListDetail {
    padding: 6px 5px;
    font-size: 2rem;
    font-weight: bold;
  }
  .yuie .okidoki__systemListDetail {
    padding-top: calc(6px + .4em);
  }
  .okidoki__systemListDetail:nth-of-type(1) {
    border-right: solid 1px #FFF;
  }
  .okidoki__systemNum {
    font-size: 3.2rem;
  }
  .okidoki__subTtl {
    margin: 60px 0 30px;
    font-size: 2rem;
  }
  .okidoki__list {
    margin-bottom: 40px;
  }
  .okidoki__item {
    -ms-flex-preferred-size: calc(20% - 10px);
        flex-basis: calc(20% - 10px);
    max-width: calc(20% - 10px);
    padding: 18px;
    font-size: 1.4rem;
    border-radius: 10px;
  }
  .okidoki__tb {
    max-width: 100%;
    margin: 0 auto 5px;
  }
  /* #sec07
	   ========================================================================== */
  .quality {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
    padding: 30px 20px 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .quality__col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-preferred-size: calc(33.33% - 20px);
        flex-basis: calc(33.33% - 20px);
    max-width: calc(33.33% - 20px);
    margin: 0;
    padding: 0;
  }
  .quality__col + .quality__col {
    padding-top: 0;
    border-top: 0;
  }
  .quality__ttl {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    min-height: 60px;
    margin: 0 0 8px;
    text-align: justify;
  }
  .quality__img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0 0 15px;
  }
  .quality .caption {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin: 0;
    font-size: 1.4rem;
  }
  /* #sec08
	   ========================================================================== */
  .about {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .about__ttl {
    margin: 40px 0 10px;
    font-size: 2rem;
    text-align: center;
  }
  .about .more {
    text-align: center;
  }
  .about__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 20px 0 30px;
  }
  .about__cards + .caption {
    text-align: center;
  }
  .about__cardsItem {
    max-width: 351px;
    width: 100%;
  }
  .about__cardsItem--w {
    margin-left: 0;
  }
  .about__cardsItem--l {
    margin-right: 0;
  }
  .about__btn {
    position: relative;
    height: 60px;
    margin-top: 0;
    font-size: 1.8rem;
    letter-spacing: 0;
    border-radius: 31px;
  }
  .about__btn span {
    position: relative;
    z-index: 3;
  }
  .others .about__btn:hover::before {
    opacity: .35;
  }
  .others .about__btn::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    border-radius: 31px;
    background-color: #FFF;
    opacity: 0;
    -webkit-transition: ease-in-out .3s;
    transition: ease-in-out .3s;
  }
  .about__btn--w {
    margin-right: 19px;
    margin-left: 20px;
  }
  .about__btn--l {
    margin-right: 19px;
    margin-left: 20px;
  }
  .about .caption {
    margin-bottom: 10px;
  }
  .about__table {
    display: table;
    margin: 40px 0 11px;
    font-size: 1.4rem;
  }
  .about__table tbody {
    display: table-row-group;
  }
  .about__table tr {
    display: table-row;
  }
  .about__table th, .about__table td {
    display: table-cell;
  }
  .about__table th {
    width: 240px;
    padding: 14px 19px;
    border: solid 1px #DCDCDC;
    background-color: #F2F2F2;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0;
  }
  .yuie .about__table th {
    padding-top: calc(13px + .4em);
  }
  .about__table td {
    margin: 0;
    padding: 14px 19px;
    border: solid 1px #DCDCDC;
  }
  .yuie .about__table td {
    padding-top: calc(13px + .4em);
  }
  .about__app {
    max-width: 840px;
    padding: 0 20px;
    margin: 50px auto 100px;
  }
  .about__app:first-of-type {
    padding-top: 0;
    border-top: 0;
  }
  .about__appImg {
    min-width: 280px;
    max-width: 280px;
    margin-right: 0;
    text-align: center;
  }
  .about__appCaption {
    width: 190px;
    margin: 5px auto 0;
    padding-right: 55px;
  }
  .about__appTtl {
    margin-bottom: 15px;
    font-size: 2rem;
  }
  .about__appTxt {
    font-size: 1.4rem;
  }
  .about__logo {
    margin: 15px 0 0 10px;
  }
  .about__jcb {
    margin-right: 12px;
    padding: 6px 12px 6px 0;
    border-right: solid 1px #000;
  }
  .about__jcb img {
    width: 30px;
  }
  .about__apple img {
    width: 69px;
  }
  .about__google img {
    width: 70px;
  }
  /* #sec09
	   ========================================================================== */
  .terms {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
    margin-top: 25px;
    margin-bottom: 35px;
  }
  .terms__txt {
    font-size: 1.4rem;
  }
  /* #sec10
	   ========================================================================== */
  .inquiry {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .inquiry__ttl {
    padding: 15px 20px;
    font-size: 1.8rem;
    border-radius: 10px 10px 0 0;
  }
  .yuie .inquiry__ttl {
    padding-top: calc(15px + .4em);
  }
  .inquiry__inner {
    margin-bottom: 15px;
    padding: 20px 24px 40px;
    border-radius: 0 0 10px 10px;
  }
  .inquiry__subTtl {
    width: 260px;
    height: 38px;
    margin: 0 auto 10px;
    padding-top: 1px;
    border-radius: 20px;
    font-size: 1.6rem;
  }
  .inquiry__freeDial {
    margin-bottom: 40px;
    font-size: 3.8rem;
  }
  .inquiry__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -4%;
  }
  .inquiry__list {
    margin-right: 4%;
    -ms-flex-preferred-size: 180px;
        flex-basis: 180px;
  }
  .inquiry__list:nth-of-type(2) {
    -ms-flex-preferred-size: calc(220px + 4%);
        flex-basis: calc(220px + 4%);
  }
  .inquiry__list:nth-of-type(3) {
    -webkit-box-flex: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
  }
  .inquiry__list + .inquiry__list {
    margin-top: 0;
    padding-top: 0;
    padding-left: 4%;
    border-top: 0;
    border-left: solid 1px #DCDCDC;
  }
  .inquiry__listTtl {
    position: relative;
    margin-bottom: 5px;
    font-size: 1.6em;
    letter-spacing: 0.05em;
  }
  .inquiry__listTtl::before {
    top: 9px;
    width: 10px;
    height: 10px;
  }
  .inquiry__listTxt {
    font-size: 1.2rem;
  }
  .inquiry__listTxt strong {
    display: inline-block;
    margin-bottom: 4px;
    font-size: 1.8rem;
  }
  .inquiry__listTxt sub {
    font-size: 1.4rem;
    vertical-align: .5rem;
  }
  .inquiry__jcb {
    font-size: 1.4rem;
    margin-bottom: 100px;
  }
  strong.inquiry__dial {
    font-size: 3rem;
  }
  .footer {
    margin: 0;
    padding-bottom: 0;
  }
  .footer__inner {
    max-width: 1040px;
    margin: 0 auto;
    padding: 20px 20px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .footer__list {
    margin-bottom: 0;
  }
  .footer__link {
    display: inline-block;
    position: relative;
    margin: 20px 0 0;
    padding: 0;
    font-size: 1.4rem;
    color: #FFF;
    background: none;
    border-bottom: 0;
  }
  .footer__link:hover {
    text-decoration: underline;
  }
  .footer__link::before, .footer__link::after {
    content: none;
  }
  .footer__logo {
    margin-bottom: 15px;
    text-align: right;
  }
  .footer__logo img {
    width: 130px;
    height: auto;
  }
  .footer__copyright {
    font-size: 1.2rem;
    text-align: right;
    margin-bottom: 2px;
  }
}

@media (min-width: 1024px) {
  .inquiry__row {
    margin-right: -2%;
    margin-left: 7%;
  }
}

@media only screen and (device-width: 414px) and (device-height: 896px) {
  .fix {
    padding-bottom: calc(env(safe-area-inset-bottom) + 20px);
  }
}

@media only screen and (device-width: 375px) and (device-height: 812px) {
  .fix {
    padding-bottom: calc(env(safe-area-inset-bottom) + 20px);
  }
}
