@charset "UTF-8";
/******* setting.scss *******/
/******* mixin.scss *******/
@media screen and (max-width: 736px) {

  div,
  dl,
  dt,
  dd,
  ul,
  ol,
  li,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  pre,
  form,
  fildset,
  input,
  textarea,
  p,
  blockquote,
  table,
  th,
  td,
  address {
    font-size: 3.4vw;
    line-height: 180%;
  }

  .sp {
    display: inline-block !important;
  }

  .pc {
    display: none !important;
  }

  .wrapper {
    padding-top: 30.934vw;
    overflow: hidden;
  }

  /******header******/
  .headWrap:before {
    background-color: #DBDBDB;
    height: 14.134vw;
  }

  .headWrap.scroll {
    top: -14.134vw;
  }

  header {
    height: 16vw;
  }

  header .lead {
    background-image: url("../img/common/lead_sp.svg");
    height: 10.4vw;
    left: 4vw;
    top: 16.5vw;
    width: 17.0667vw;
  }

  header .headLink {
    top: 1.067vw;
    right: 0;
    width: 100%;
  }

  /* majica */
  header .headLink .li_majica {
    border-radius: 0 4px 0 0;
    font-size: 95%;
    height: 13.067vw;
    padding: 0 10px 0 54px;
    padding-right: 8vw;
    padding-left: 12vw;
  }

  header .headLink .li_majica span {
    display: block;
    font-size: 71%;
  }

  header .headLink .li_majica:before {
    height: 6.6vw;
    top: 3vw;
    left: 2vw;
    width: 6.6vw;
  }

  header .headLink .li_majica:after {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100%;
    overflow: hidden;
    text-indent: 180%;
    white-space: nowrap;
    content: "";
    display: block;
    height: 7px;
    width: 3px;
    background-image: url("../img/common/arrow03.svg");
    position: absolute;
    top: 6vw;
    right: 4vw;
    transform: rotate(90deg);
  }

  /* USC */
  header .headLink .li_usc {
    margin-left: 0;
  }

  header .headLink .li_usc a {
    background-color: #DBDBDB;
    font-size: 95%;
    height: 13.067vw;
    padding-left: 15vw;
    padding-right: 6vw;
    position: relative;
    transition: opacity 0.6s;
    text-decoration: none;
  }

  header .headLink .li_usc a:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 736px) and (max-width: 960px) {
  header .headLink .li_usc a:hover {
    opacity: 1;
  }
}

@media screen and (max-width: 736px) {
  header .headLink .li_usc a span {
    display: block;
    font-size: 71%;
  }

  header .headLink .li_usc a:before {
    height: 8.9vw;
    top: 1.8vw;
    left: 5vw;
    width: 5.6vw;
  }

  header .headLogo {
    margin: 0 auto;
    top: 18vw;
    left: 0;
    right: 0;
    width: 38.934vw;
  }

  header .headLogo img {
    width: 100%;
  }

  header .spMenuBtn {
    background: url("../img/common/menu.png") no-repeat 50% 0;
    background-size: 100%;
    height: 8vw;
    display: block;
    overflow: hidden;
    position: absolute;
    top: 18.5vw;
    right: 4vw;
    width: 8vw;
  }

  header .subMenuArea {
    background-color: #fff;
    display: none;
    overflow: scroll;
    position: absolute;
    top: 30.934vw;
    left: 0;
    width: 100%;
  }

  header .gNav {
    background-color: #fff;
    display: block;
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
  }

  header .gNav>li {
    border-top: 1px solid #E2D6D6;
    margin-left: 0;
    padding-left: 0;
    position: relative;
  }

  header .gNav>li:after {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100%;
    overflow: hidden;
    text-indent: 180%;
    white-space: nowrap;
    content: "";
    display: block;
    height: 12px;
    width: 6px;
    background-image: url("../img/common/arrow03.svg");
    margin-top: -6px;
    position: absolute;
    top: 50%;
    right: 7vw;
  }

  header .gNav>li>a {
    display: flex;
    align-items: center;
    height: 18vw;
    font-size: 110%;
    padding: 0 0 0 16vw;
  }

  header .gNav>li>a:before {
    top: 6vw;
    left: 8vw;
  }

  header .gNav>li>a:after {
    display: none;
  }

  header .gNav>li.nav03>a:before {
    top: 6.5vw;
  }

  header .gNav>li.nav04>a:before {
    top: 6.5vw;
  }

  header .gNav>li.nav05>a:before {
    top: 6.5vw;
  }

  header .otherNav {
    background-color: #FFEAEA;
    border-top: 1px solid #E2D6D6;
    display: flex;
    justify-content: space-between;
  }

  header .otherNav li {
    border-left: 1px solid #E2D6D6;
    box-sizing: border-box;
    width: 33.333%;
  }

  header .otherNav li a {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 33vw;
    color: #E60013;
    font-size: 105%;
    font-weight: 700;
    text-align: center;
  }

  header .otherNav li a:before {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100%;
    overflow: hidden;
    text-indent: 180%;
    white-space: nowrap;
    content: "";
    display: block;
    height: 27px;
    width: 30px;
    background-image: url("../img/index/link_icon01.svg");
    margin: 0 auto 10px;
    height: 7.2vw;
    width: 8vw;
  }

  header .otherNav li:nth-child(1) {
    border-left: none;
  }

  header .otherNav li:nth-child(2) a:before {
    background-image: url("../img/index/link_icon02.svg");
    height: 8.534vw;
    margin-top: -2px;
    width: 5.334vw;
  }

  header .otherNav li:nth-child(3) a:before {
    background-image: url("../img/index/link_icon03.svg");
    height: 6.934vw;
    widows: 8vw;
  }

  header.is-open .spMenuBtn {
    background-position: 50% 100%;
  }

  header.is-open .subMenuArea {
    display: block;
  }

  /******footer******/
  footer {
    padding: 16vw 4vw;
  }

  footer .footCont {
    padding: 0 0 5vw;
  }

  footer .footCont .footLogoArea {
    display: block;
  }

  footer .footCont .footLogoArea .logo {
    margin: 0 auto 15vw;
  }

  footer .footCont .footLogoArea .footLink {
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  footer .footCont .footLogoArea .footLink li {
    font-size: 100%;
    margin: 0 0 4vw;
    text-align: left;
    width: 50%;
  }

  footer .footCont .footLogoArea .footLink li a:before {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100%;
    overflow: hidden;
    text-indent: 180%;
    white-space: nowrap;
    content: "";
    display: block;
    height: 12px;
    width: 6px;
    background-image: url("../img/common/arrow01.svg");
    margin-right: 10px;
    display: inline-block;
  }

  footer .footCont2 {
    display: block;
    padding: 8vw 0 0;
  }

  footer .footCont2 .footLink2 {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 7vw;
    width: 100%;
  }

  footer .footCont2 .footLink2 li {
    font-size: 85%;
    margin: 0 8vw 5.3vw 0;
  }

  footer .footCont2 .footLink2 li a {
    transition: opacity 0.6s;
    text-decoration: none;
  }

  footer .footCont2 .footLink2 li a:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 736px) and (max-width: 960px) {
  footer .footCont2 .footLink2 li a:hover {
    opacity: 1;
  }
}

@media screen and (max-width: 736px) {
  footer .footCont2 .group {
    margin: 0 auto 7vw;
  }

  footer .footCont2 .copy {
    font-size: 59%;
  }

  /******landscape******/
  /******index******/
  .mvArea {
    padding-bottom: 7vw;
  }

  .mvArea .slideCont {
    padding: 0;
  }

  .mvArea .slick-arrow {
    height: 8vw;
    width: 8vw;
    margin-top: -4vw;
    right: 2.5vw;
  }

  .mvArea .slick-arrow:before {
    height: 8px;
    width: 4px;
  }

  .mvArea .slick-arrow.prev {
    left: 2.5vw;
  }

  .mvArea .slick-dots {
    bottom: -6.5vw;
  }

  .mvLinkArea {
    padding: 0 0 6.6vw;
  }

  .mvLinkArea .appAnchor {
    display: none;
  }

  .mvLinkArea ul li {
    width: 33.333%;
  }

  .mvLinkArea ul li a {
    height: 35.2vw;
    align-items: center;
    justify-content: center;
    padding: 0 1.5vw;
  }

  .mvLinkArea ul li a:before {
    display: none;
  }

  .mvLinkArea ul li a p {
    font-size: 110%;
    font-weight: 700;
    min-width: 0;
    text-align: center;
  }

  .mvLinkArea ul li a p:before {
    height: 5.6vw;
    margin: 0 auto 1vw;
    width: 4.267vw;
  }

  .mvLinkArea ul li a p span {
    box-sizing: border-box;
    font-size: 75%;
    margin-top: 2vw;
    padding: 5px 12px;
    display: block;
    width: 100%;
  }

  .mvLinkArea ul li a p br {
    display: inline-block;
  }

  .mvLinkArea ul li.link03 a p:before {
    height: 5.6vw;
    width: 4.534vw;
  }

  .topUse {
    padding: 0 5.334vw;
  }

  .topUse .secCont {
    padding: 25vw 0 6vw;
  }

  .topUse .secCont:before {
    height: 36.534vw;
    top: -5vw;
    left: -5vw;
    width: 23.467vw;
  }

  .topUse .secCont:after {
    top: -5vw;
    bottom: auto;
    right: -5vw;
    height: 36.534vw;
    width: 25.067vw;
  }

  .topUse h2 {
    font-size: 235%;
    font-weight: 700;
    line-height: 150%;
    margin: 0 auto 7vw;
    text-align: left;
    width: 67%;
  }

  .topUse p {
    margin: 0 auto 10vw;
  }

  .topUse p.notice {
    margin: 5vw auto 0;
  }

  .topUse .useList {
    margin: 0 -1.334vw;
  }

  .topUse .useList li {
    margin: 0 0.7% 4px;
    width: 29.83%;
  }

  .topUse .useList li a {
    height: 19.7vw;
  }

  .topUse .useList li a:after {
    height: 6px;
    bottom: 4px;
    right: 4px;
    width: 6px;
  }

  .topUse .useList li a img {
    width: 70%;
  }

  .topApp {
    background: url("../img/index/bg04.png") repeat 0 0, linear-gradient(180deg, #E60013 0%, #E87A83 100%);
    background-size: 350%;
    margin-bottom: 16vw;
    padding: 0 3.734vw;
  }

  .topApp .secCont {
    background: none;
    border-radius: 0;
    padding: 10vw 0 16vw;
  }

  .topApp .topAppCont:before {
    top: 0;
    height: 68.8vw;
    width: 38.9334vw;
  }

  .topApp h2 {
    margin: 0 0 8vw auto;
    max-width: 52.5vw;
  }

  .topApp .topAppDetail {
    margin: 0;
    width: 100%;
  }

  .topApp .topAppInfo {
    display: block;
  }

  .topApp .topAppInfo li {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 96px;
    font-size: 160%;
    line-height: 150%;
    margin: 0 0 10px;
    padding: 0 10px 0 130px;
    position: relative;
    text-align: center;
    width: 100%;
  }

  .topApp .topAppInfo li:before {
    background-image: url("../img/index/pict01_sp.png");
    height: 96px;
    width: 130px;
  }

  .topApp .topAppInfo li:after {
    height: 60px;
    top: -5px;
    left: 90px;
    width: 60px;
  }

  .topApp .topAppInfo li:nth-child(2):before {
    background-image: url("../img/index/pict02_sp.png");
  }

  .topApp .topAppInfo li:nth-child(3):before {
    background-image: url("../img/index/pict03_sp.png");
  }

  .topApp p {
    margin: 0 auto 8vw;
  }

  .topApp p sub {
    font-size: 55%;
  }

  .topApp p.attention {
    font-size: 75%;
  }

  .topApp .link {
    margin: 0 auto 8vw;
    width: 100%;
  }

  .topApp .link a {
    height: 16vw;
  }

  .topApp .link a:after {
    margin-top: -6px;
    right: 8vw;
    top: 50%;
  }

  .topApp .appDetailLinkArea {
    display: block;
  }

  .topApp .appDetailLinkArea p {
    margin: 0 auto 8vw;
    letter-spacing: -0.02em;
    text-align: left;
    width: 100%;
  }

  .topApp .appDetailLinkArea .link {
    margin: 0 auto 8vw;
    width: 100%;
  }

  .topApp .appLink li img {
    height: 14vw;
  }

  .topService {
    margin-bottom: 12vw;
    padding: 0;
  }

  .topService h2 {
    font-size: 150%;
    margin: 0 0 10vw 5vw;
    padding: 0 0 2px 5vw;
    position: relative;
  }

  .topService h2:before {
    top: 2vw;
    left: 0;
    height: 5.867vw;
    width: 3.734vw;
  }

  .topService .serviceList {
    display: block;
  }

  .topService .serviceList li {
    border-top: 1px solid #E2D6D6;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
    width: 100%;
  }

  .topService .serviceList li:last-child {
    border-bottom: 1px solid #E2D6D6;
  }

  .topService .serviceList li a {
    flex-flow: row;
    justify-content: flex-start;
    padding: 2.5vw;
  }

  .topService .serviceList li a.blank:after {
    bottom: 2.5vw;
    right: 2.5vw;
  }

  .topService .serviceList li a .pict {
    height: 25vw;
    max-width: 32%;
    margin: 0 4.8vw 0 0;
    width: 31.2%;
  }

  .topService .serviceList li a .pict img {
    width: 100%;
  }

  .topService .serviceList li a dl {
    padding: 0;
    text-align: left;
    width: 61.3%;
  }

  .topService .serviceList li a dl dt {
    font-size: 85%;
  }

  .topService .serviceList li a dl dd {
    font-size: 130%;
    font-weight: 700;
  }

  .topNews {
    margin-bottom: 16vw;
    padding: 0;
  }

  .topNews .secCont {
    max-width: 1000px;
    margin: 0 auto;
    padding: 16vw 0;
  }

  .topNews h2 {
    font-size: 150%;
    margin: 0 0 10vw 5vw;
    padding: 0 0 2px 9vw;
    position: relative;
  }

  .topNews h2:before {
    top: 2vw;
    left: 0;
    height: 5.867vw;
    width: 6.667vw;
  }

  .topNews table th {
    border-top: 1px solid #E2D6D6;
    box-sizing: border-box;
    display: block;
    font-size: 100%;
    padding: 7vw 5.3vw 0;
    width: 100%;
  }

  .topNews table td {
    border-top: none;
    display: block;
    font-size: 100%;
    padding: 2vw 5.3vw 7vw;
  }

  .topNews table tr:last-of-type td {
    border-bottom: 1px solid #E2D6D6;
  }

  .topLinkArea {
    margin: 0 auto 16vw;
    padding: 0 5.3vw;
  }

  .topLinkArea .troubleLink {
    margin-bottom: 3vw;
  }

  .topLinkArea p {
    text-align: right;
  }

  .topLinkArea p a {
    color: #E60013;
    font-size: 95%;
  }

  .troubleLink {
    display: block;
    margin-bottom: 20px;
  }

  .troubleLink li {
    width: 100%;
  }

  .troubleLink li a {
    font-size: 120%;
    height: 26.6vw;
    margin-bottom: 2.5vw;
    padding: 0 30px;
  }

  .troubleLink li a:before {
    margin-right: 4vw;
    height: 7.2vw;
    width: 8vw;
  }

  .troubleLink li a:after {
    right: 8vw;
  }

  .troubleLink li:nth-child(2) a:before {
    height: 8.534vw;
    width: 5.334vw;
  }

  .troubleLink li:nth-child(3) a:before {
    height: 6.934vw;
    widows: 8vw;
  }

  /******** temp ********/
  .mb20 {
    margin-bottom: 2.5vw !important;
  }

  .mb30 {
    margin-bottom: 4vw !important;
  }

  .mb40 {
    margin-bottom: 5.3vw !important;
  }

  .mb50 {
    margin-bottom: 6.6vw !important;
  }

  .mb60 {
    margin-bottom: 8vw !important;
  }

  .mb100 {
    margin-bottom: 10vw !important;
  }

  .spLeft {
    text-align: left;
  }

  .l_mainArea {
    padding: 0;
  }

  .secCont {
    max-width: 1000px;
    margin: 0 auto;
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .mainTitle {
    min-height: 64.5vw;
    height: auto;
    margin: 0 auto 5vw;
    padding: 12vw 4vw 20vw;
    position: relative;
  }

  .mainTitle:after {
    height: 10vw;
  }

  .mainTitle h1 {
    font-size: 240%;
  }

  .mainTitle h1 .parentCate {
    margin-bottom: 10px;
  }

  .mainTitle h1 .titleIcon {
    height: 14.6vw;
    width: 14.6vw;
  }

  .mainTitle h1 .titleIcon img {
    width: 6.4vw;
  }

  .mainTitle p {
    font-size: 95%;
    margin-top: 3vw;
    text-align: left;
  }

  .breadcrumb {
    margin: 4vw auto;
    padding: 0 4vw;
  }

  .breadcrumb ol li:before {
    margin: 0 2vw 1px 2vw;
  }

  .titleStyle01 {
    border-bottom: 3px solid #E60013;
    margin: 10vw auto 10vw;
  }

  .titleStyle01 .sub {
    margin: 5px 0 2px;
  }

  .titleStyle01.pickupTitle {
    margin-top: 8vw;
  }

  .titleStyle01.pickupTitle:before {
    height: 10.9334vw;
    top: -6vw;
    right: -11vw;
    width: 16vw;
  }

  .titleStyle01.type2 {
    border-radius: 0;
    margin-left: -4vw;
    margin-right: -4vw;
    margin-bottom: 8vw;
    padding: 15px;
  }

  .titleStyle02 {
    font-size: 180%;
    margin-bottom: 3vw;
    padding-left: 4.8vw;
  }

  .titleStyle02:before {
    height: 4vw;
    top: 3vw;
    width: 6px;
  }

  .titleStyle03 {
    border-bottom: 1px solid #E60013;
    font-size: 125%;
    margin-top: 8vw;
    margin-bottom: 4vw;
  }

  .noticeArea {
    margin-bottom: 8vw;
    padding: 5vw;
  }

  .anchorLink {
    display: block;
    margin-bottom: 12vw;
  }

  .anchorLink li {
    margin: 0 0 2.5vw !important;
    width: 100% !important;
  }

  .anchorLink li:nth-child(3n) {
    margin-right: 0;
  }

  .anchorLink li:nth-child(3n) a {
    border-radius: 0;
  }

  .anchorLink li:nth-child(3n+1) a {
    border-radius: 0;
  }

  .anchorLink li:last-child a {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
  }

  .anchorLink li a {
    min-height: 19vw;
    padding: 4vw 10vw 4vw 8vw;
  }

  .tabNav {
    margin: 0 auto 13vw;
  }

  .tabNav li {
    width: 47.8%;
  }

  .tabNav li a {
    height: 32vw;
    text-align: center;
  }

  table.tableStyle01 th {
    padding: 2vw;
    width: 30vw;
  }

  table.tableStyle01 td {
    padding: 2vw;
  }

  table.tableStyle02 th {
    padding: 2vw;
  }

  table.tableStyle02 td {
    padding: 2vw;
  }

  p {
    margin-bottom: 5vw;
  }

  p.mainLead {
    margin: 0 auto 8vw;
    text-align: left;
  }

  span.small {
    font-size: 85%;
    display: inline-block;
    line-height: 130%;
  }

  .accordionArea dl dt {
    min-height: 14.6vw;
    height: auto;
    align-items: center;
    padding: 2vw 12vw 2vw 5vw;
    position: relative;
    transition: all 0.6s;
  }

  .accordionArea dl dt:after {
    margin-top: -1.6vw;
    height: 3.2vw;
    right: 4vw;
    top: 50%;
    width: 3.2vw;
  }

  .accordionArea dl dd {
    padding: 0 4vw;
  }

  .accordionArea dl dd a[href*="tel:"] {
    color: #E60013;
    pointer-events: all;
    text-decoration: underline;
  }

  .accordionArea dl.show dt:after {
    margin-top: 0;
    top: 50%;
  }

  .accordionArea dl.show dd {
    padding-top: 5vw;
    padding-bottom: 5vw;
  }

  .stepArea .stepCont {
    display: block;
    margin-bottom: 5vw;
    padding: 4vw 4vw 4vw 13vw;
  }

  .stepArea .stepCont .stepNum {
    height: 17vw;
    font-size: 220%;
    width: 13vw;
  }

  .stepArea .stepCont .stepPictArea {
    display: block;
    margin-left: -9vw;
  }

  .stepArea .stepCont .stepPictArea .detail {
    box-sizing: border-box;
    padding-left: 9vw;
    width: 100%;
  }

  .stepArea .stepCont .stepPictArea .pict {
    width: 100%;
  }

  .stepArea .stepCont p {
    margin: 0 0 4vw;
    width: 100%;
  }

  .stepArea .stepCont p span.notice {
    display: block;
    margin: 5px 0 0;
    line-height: 120%;
  }

  .stepArea .stepCont .chargeStepInfo dt {
    background: none;
    border-radius: 0;
    color: #000;
    font-size: 133%;
    font-weight: 700;
    display: block;
    padding: 0;
  }

  .stepArea .stepCont .chargeStepInfo dt:before {
    content: "・";
  }

  .stepArea .stepCont .chargeStepInfo dd {
    font-weight: 700;
    margin: 5px 0;
  }

  .stepArea .stepCont .pict {
    position: relative;
    width: 100%;
  }

  .stepArea .stepCont .supportStep {
    margin: 5vw 0 0 -9vw;
    padding: 0;
  }

  .stepArea .stepCont .stepCardInfo {
    margin-top: 7vw;
    margin-left: -9vw;
    padding: 4vw 0 11vw;
  }

  .stepArea .stepCont .stepCardInfo dl {
    margin-bottom: 5vw;
  }

  .stepArea .stepCont .stepCardInfo .chargeCard li {
    padding: 10px 2vw 10px 5vw;
  }

  .stepArea .stepCont .stepCardInfo .chargeCard li:nth-child(3) {
    margin-bottom: 25px;
  }

  .stepArea .stepCont .stepCardInfo .chargeCard li .pict {
    width: 34.5%;
  }

  .stepArea .stepCont .stepCardInfo .chargeCard li p {
    font-size: 100%;
    margin: 0;
    width: 62%;
  }

  .stepArea .stepCont .stepCardInfo .chargeCard li p.notice {
    font-size: 86%;
    top: 105px;
    width: 100%;
  }

  .stepArea .stepCont .stepAppCardInfo {
    display: block;
    margin-top: 5vw;
    margin-left: -9vw;
  }

  .stepArea .stepCont .stepAppCardInfo dt {
    font-weight: 700;
    margin: 0 auto 5vw;
    text-align: left;
    width: 100%;
  }

  .stepArea .stepCont .stepAppCardInfo dd {
    margin-bottom: 10px;
    width: 100%;
  }

  .stepArea .stepCont .stepAppCardInfo dd a {
    padding: 0 40px 0 25px;
  }

  .secAppArea {
    background: url("../img/index/bg04.png") repeat 0 0, linear-gradient(180deg, #E60013 0%, #E87A83 100%);
    background-size: 350%;
    margin: 20vw auto 0;
    padding: 0 4vw;
  }

  .secAppArea .secAppCont {
    display: block;
    padding: 15vw 0;
  }

  .secAppArea dl {
    margin-bottom: 5vw;
    width: 100%;
  }

  .secAppArea dl dt {
    font-size: 190%;
    margin-bottom: 3vw;
    text-align: center;
    white-space: nowrap;
  }

  .secAppArea dl dd {
    text-align: center;
  }

  .secAppArea .appLinkArea {
    min-width: 0;
    width: 100%;
  }

  .secAppArea p.attention {
    font-size: 75%;
  }

  .secAppArea .appLink li img {
    height: 14vw;
  }

  /******** use_terms ********/
  .indentArea {
    margin-top: -5px;
    padding-left: 0;
  }

  .telArea {
    max-width: 100%;
    padding: 7vw 3.5vw 5vw;
  }

  .telArea dt {
    font-size: 130%;
    top: -3.5vw;
    width: 65vw;
  }

  .telArea dd {
    font-weight: 700;
  }

  .telArea dd.telNum {
    margin: 5vw auto 0;
    padding-left: 30px;
    width: 60vw;
  }

  .telArea dd.telNum:before {
    height: 24px;
    top: 0;
    width: 24px;
  }

  .telArea dd.telNum a {
    font-size: 240%;
    pointer-events: all;
  }

  /******** shop ********/
  .useList2 {
    margin: 0 auto 4vw;
  }

  .useList2 li {
    box-sizing: border-box;
    border: 1px solid #EFEFEF;
    box-shadow: none;
    margin: 0 7% 6vw 0;
    width: 46.3%;
  }

  .useList2 li:nth-child(3n) {
    margin-right: 7%;
  }

  .useList2 li:nth-child(2n) {
    margin-right: 0;
  }

  .useList2 li a {
    height: 45vw;
  }

  .useList2 li a span {
    line-height: 120%;
    top: 31vw;
    display: flex;
    align-items: center;
    height: 3em;
    justify-content: center;
  }

  .useList2 li a img {
    width: 28vw;
  }

  /******** campaign ********/
  .campaignList {
    display: block;
    margin: 0 -4vw;
  }

  .campaignList li {
    border-bottom: 1px solid #E2D6D6;
    margin: 0;
    width: 100%;
  }

  .campaignList li:first-child {
    border-top: 1px solid #E2D6D6;
  }

  .campaignList li a {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 4vw 2.5vw;
  }

  .campaignList li a.sp {
    display: flex !important;
  }

  .campaignList li .cateArea {
    display: flex;
    margin-bottom: 4vw;
    width: 100%;
  }

  .campaignList li .cate {
    border-radius: 4px;
    box-sizing: border-box;
    padding: 6px 8px 2px;
    position: relative;
    top: auto;
    left: auto;
    text-align: center;
    width: 35vw;
  }

  .campaignList li .pict {
    box-shadow: none;
    border-radius: 0;
    height: auto;
    margin: 0;
    width: 33.8%;
  }

  .campaignList li .pict:after {
    display: none;
  }

  .campaignList li .pict img {
    object-fit: cover;
    width: 100%;
  }

  .campaignList li dl {
    width: 64%;
  }

  .campaignList li dl dt {
    font-size: 110%;
    line-height: 140%;
    margin-bottom: 5px;
  }

  .campaignList li .tag {
    color: #fff;
    margin-left: 4px;
    position: relative;
    bottom: auto;
    right: auto;
    left: auto;
  }

  .campaignDetailTitle {
    margin: 3vw 0 5vw;
  }

  .campaignDetailTitle .cateInfo {
    margin-bottom: 4vw;
  }

  .campaignDetailTitle .cateInfo li {
    font-size: 105%;
  }

  .campaignDetailTitle h1 {
    margin: 0 -4vw;
    text-align: center;
  }

  .campaignDetailTitle h1 img {
    max-width: 100%;
  }

  .targetStore {
    margin: 0 -4vw 4vw;
    padding: 5vw 4vw 4vw;
  }

  .targetStore dt {
    font-size: 90%;
    font-weight: 700;
    height: 8vw;
    margin-top: -5px;
    margin-right: 3%;
    width: 23%;
  }

  .targetStore dd {
    width: 74%;
  }

  .rightLink {
    margin-bottom: 6vw;
  }

  .rightLink a {
    font-size: 90%;
  }

  .modalCont {
    min-width: 90vw;
    max-width: 90vw;
  }

  .modalLink {
    width: 100%;
  }

  .modalLink a {
    height: 14.6vw;
    font-size: 100%;
  }

  .modalLink a:after {
    right: 4vw;
  }

  .tempBtn {
    margin: 0 auto;
    width: 100%;
  }

  .tempBtn a {
    height: 20vw;
    font-size: 110%;
  }

  .tempBtn a:after {
    right: 7vw;
  }

  /******** support ********/
  .processLink {
    display: block;
  }

  .processLink li {
    font-size: 110%;
    margin: 0 0 10px 0;
    width: 100%;
  }

  .processLink li a {
    height: 26vw;
    padding: 0 50px 0 70px;
  }

  .faqLinkTitle {
    margin: 0 0 0 -4vw;
    padding: 15px 0 10px;
    text-align: center;
    width: 73vw;
  }

  .faqLinkList {
    background-color: #EFEFEF;
    display: block;
    margin: 0 -4vw 5vw;
    padding: 4vw 4vw 10px;
  }

  .faqLinkList li {
    margin: 0 0 10px;
    width: 100%;
  }

  .faqLinkList li a {
    height: 26vw;
  }

  .telInqWrap {
    display: block;
  }

  .telInqWrap .telInqArea {
    margin-bottom: 10px;
    padding: 10px;
    width: 100%;
  }

  .telInqArea {
    column-count: auto;
    padding: 10px;
  }

  .telInqArea .telInq {
    margin-right: 0;
    margin-bottom: 15px;
    padding-bottom: 20px;
  }

  .telInqArea .telInq dt {
    height: 16vw;
    font-size: 130%;
    margin-bottom: 25px;
  }

  .telInqArea .telInq dd {
    box-sizing: border-box;
    min-height: 0;
    margin: 0 auto;
    padding-left: 42px;
    position: relative;
    width: 77vw;
  }

  .telInqArea .telInq dd:before {
    height: 32px;
    width: 32px;
  }

  .telInqArea .telInq dd a {
    font-size: 280%;
    pointer-events: all;
  }

  .telInqArea .telInfoList {
    margin-bottom: 10px;
  }

  .faqWrap {
    display: block;
    padding: 0 4vw;
  }

  .faqWrap .secCont {
    margin: 0;
    padding: 25vw 0 0;
    width: 100%;
  }

  .faqWrap .faqNavArea {
    position: absolute;
    top: 70vw;
    left: 0;
    width: 100vw;
  }

  .faqWrap .faqNavArea.scroll {
    position: fixed;
    top: 100%;
    animation: faqNavFixBottom 0.5s ease-in-out forwards;
    z-index: 200;
  }

  .faqWrap .faqNavArea.open {
    background-color: #fff;
    position: fixed;
    top: 0;
    animation: faqNavFixTop 0.5s ease-in-out forwards;
    z-index: 200;
  }

  .faqWrap .faqNavArea.open h2:after {
    background-image: url("../img/common/minus2.svg");
    height: 4px;
    margin-top: -2px;
  }

  .faqWrap .faqNavArea.open .faqNav {
    background-color: #fff;
    display: block;
    height: 92vh;
    overflow: scroll;
  }

  @keyframes faqNavFixTop {
    0% {
      margin-top: -15vw;
    }

    100% {
      margin-top: 0;
    }
  }

  @keyframes faqNavFixBottom {
    0% {
      margin-top: 0;
    }

    100% {
      margin-top: -15vw;
    }
  }

  .faqWrap .faqNavArea h2 {
    border-top: 1px solid #D8D8D8;
    border-bottom: 1px solid #D8D8D8;
    background-color: #EFEFEF;
    cursor: pointer;
    display: flex;
    align-items: center;
    height: 15vw;
    padding: 0 50px 0 35px;
    position: relative;
  }

  .faqWrap .faqNavArea h2:after {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100%;
    overflow: hidden;
    text-indent: 180%;
    white-space: nowrap;
    content: "";
    display: block;
    height: 12px;
    width: 12px;
    background-image: url("../img/common/plus.svg");
    margin-top: -6px;
    position: absolute;
    top: 50%;
    right: 25px;
  }

  .faqWrap .faqNavArea .faqNav {
    display: none;
    position: relative;
    top: auto;
  }

  .faqWrap .faqNavArea .faqNav li {
    border-bottom: 1px solid #EFEFEF;
  }

  .faqWrap .faqNavArea .faqNav li a {
    font-size: 86%;
    height: 42px;
    display: flex;
    align-items: center;
    line-height: 120%;
    padding: 5px 20px 5px 15px;
    position: relative;
    text-align: left;
    transition: background-color 0.4s;
  }

  .faqWrap .faqNavArea .faqNav li a:after {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100%;
    overflow: hidden;
    text-indent: 180%;
    white-space: nowrap;
    content: "";
    display: block;
    height: 7px;
    width: 3px;
    background-image: url("../img/common/arrow06.svg");
    margin-top: -3px;
    position: absolute;
    top: 50%;
    right: 10px;
  }

  .faqWrap .faqNavArea .faqNav li a.c,
  .faqWrap .faqNavArea .faqNav li a:hover {
    background-color: #EFEFEF;
  }

  .faqWrap .faqNavArea .faqNav li a.c:after,
  .faqWrap .faqNavArea .faqNav li a:hover:after {
    display: none;
  }

  .tempBtn2 {
    margin: 0 auto 5vw;
    width: 80vw;
  }

  .tempBtn2 a {
    height: 14.6vw;
  }

  .tempBtn2.type2 {
    width: 75vw;
  }

  .tempBtn2.type2 a {
    height: 18.6vw;
    text-align: left;
  }

  .supportStep {
    display: block;
    margin: 0 -4vw;
    padding: 8vw 4vw 5vw;
  }

  .supportStep dl {
    margin: 0 0 7vw;
    padding: 0;
    width: 100%;
  }

  .supportStep dl dt {
    margin-bottom: 4vw;
    letter-spacing: -0.01em;
    padding-left: 11vw;
    position: relative;
  }

  .supportStep dl dt:before {
    font-size: 130%;
    height: 8vw;
    width: 8vw;
  }

  .supportStep dl dd {
    position: relative;
    bottom: auto;
    left: auto;
  }

  .supportStep.type2 {
    margin: 0;
  }

  .supportStep.type2 dl dt span.num {
    font-size: 130%;
    height: 8vw;
    width: 8vw;
  }

  .supportStep.type2 .tabNav {
    margin: 0 -4vw 5vw;
    width: 92vw;
  }

  .supportStep.type2 .tabNav li {
    margin: 0 0.8%;
    width: 49.2%;
  }

  .supportStep.type2 .tabNav li a {
    padding: 0 15px;
    text-align: left;
  }

  .supportStep.type2 .tabSupportStep {
    display: block;
  }

  .supportStep.type2 .tabSupportStep dl {
    margin-right: 0;
    width: 100%;
  }

  .supportStep.type2 .tabSupportStep dl:nth-of-type(2n) {
    margin-right: 0;
  }

  .supportStep.type3 {
    margin: 0;
  }

  .telProcess th {
    display: block;
    border-bottom: none;
    padding: 3vw 2vw;
    width: auto;
  }

  .telProcess th span {
    display: block;
    font-weight: 500;
  }

  .telProcess td {
    display: block;
    border: 1px solid #D8D8D8;
    border-bottom: none;
    padding: 4vw 2vw;
    text-align: center;
  }

  .telProcess td a {
    pointer-events: all;
  }

  .telProcess td p {
    margin: 0 0 5px;
    text-align: left;
  }

  .telProcess td p a {
    font-size: 100%;
    font-weight: normal;
  }

  .telProcess td p.tel {
    display: block;
    text-align: center;
  }

  .telProcess td p.tel>a {
    font-size: 240%;
    font-weight: 700;
  }

  .telProcess td p.tel span {
    display: block;
  }

  .telProcess td ul.tel {
    display: block;
    margin-bottom: 5px;
  }

  .telProcess td ul.tel li {
    justify-content: center;
  }

  .telProcess td ul.tel li:first-child {
    margin: 0 auto 10px;
  }

  .telProcess td ul.tel li a {
    font-size: 240%;
  }

  .telProcess td ul.tel+p {
    text-align: center;
  }

  .telProcess tr:last-of-type td {
    border-bottom: 1px solid #D8D8D8;
  }

  .rightLink2 {
    margin-top: 4vw;
  }

  .tempBtn3 {
    margin: 8vw auto 0;
    width: 85vw;
  }

  .tempBtn3 a {
    height: 26vw;
    padding: 0 10vw 0 8vw;
  }

  .cardSample {
    display: block;
  }

  .cardSample dt {
    margin: 0 0 10px;
  }

  .cardSample dd {
    width: 100%;
  }

  /******** about********/
  .aboutIconInfo {
    display: block;
    margin-bottom: 0;
  }

  .aboutIconInfo dl {
    box-sizing: border-box;
    height: 82px;
    margin-bottom: 20px;
    padding-left: 86px;
    position: relative;
    text-align: left;
    width: 100%;
  }

  .aboutIconInfo dl dt {
    margin-bottom: 2px;
    padding: 0 22px 0 0;
  }

  .aboutIconInfo dl dd span {
    display: inline-block;
  }

  .aboutIconInfo dl dd.icon {
    max-width: 70px;
    margin: 0;
    position: absolute;
    top: 2px;
    left: 0px;
  }

  .aboutIconInfo dl dd.icon img {
    width: 100%;
  }

  .cardType {
    border-radius: 0;
    margin: 10vw -4vw 12vw;
    padding: 16vw 4vw 8vw;
  }

  .cardType h2 {
    margin-bottom: 8vw;
    text-align: left;
  }

  .cardType h2 span {
    color: #E60013;
  }

  .cardType ul {
    display: block;
  }

  .cardType ul li {
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
    margin: 0 0 10px 0;
    width: 100%;
  }

  .cardType ul li .txt {
    font-size: 133%;
    font-weight: 700;
  }

  .cardType ul li a {
    transition: opacity 0.6s;
    text-decoration: none;
  }

  .cardType ul li a:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 736px) and (max-width: 960px) {
  .cardType ul li a:hover {
    opacity: 1;
  }
}

@media screen and (max-width: 736px) {

  .cardType ul li a,
  .cardType ul li .noLink {
    display: flex;
    align-items: center;
    height: 42vw;
    padding: 0 8vw 0 41.3vw;
    text-align: left;
    position: relative;
  }

  .cardType ul li a img,
  .cardType ul li .noLink img {
    margin: auto 0;
    top: 0 !important;
    bottom: 0;
    left: 8vw;
    right: auto;
    width: 29.8vw;
  }

  .cardType ul li a .icon,
  .cardType ul li .noLink .icon {
    background-color: #E60013;
    border-radius: 10px 0 10px 0;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    position: absolute;
    bottom: 0px;
    right: 0px;
  }

  .cardType ul li a .icon:before,
  .cardType ul li .noLink .icon:before {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100%;
    overflow: hidden;
    text-indent: 180%;
    white-space: nowrap;
    content: "";
    display: block;
    height: 12px;
    width: 6px;
    background-image: url("../img/common/arrow02.svg");
  }

  .cardType ul li a .txt,
  .cardType ul li .noLink .txt {
    width: 42.6vw;
  }

  .cardType ul li.card02 a img {
    width: 28.8vw;
  }

  .cardType ul li.card03 a img {
    width: 24.5vw;
  }

  .cardType ul li.card04 a img {
    width: 30.9vw;
  }

  .useArea {
    display: block;
  }

  .useArea:before {
    background: url("../img/about/use_bg2.png") repeat-y 0 0;
    background-size: 5px auto;
    content: "";
    height: 100%;
    top: 0;
    right: 0;
    margin: 0 auto;
    width: 5px;
  }

  .useArea dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 10vw;
    padding: 5vw 0 6vw;
    width: 100%;
  }

  .useArea dl:first-of-type {
    padding-top: 0;
  }

  .useArea dl:last-of-type {
    margin-bottom: 0;
  }

  .useArea dl dt {
    max-width: 100%;
    margin: 0 auto 15px;
    width: 100%;
  }

  .useArea dl dd {
    font-size: 86%;
    font-weight: 700;
    width: 50.6vw;
  }

  .useArea dl dd.pict {
    margin: 0;
    height: auto;
    display: block;
    width: 37.3vw;
  }

  .useArea dl dd.pict img {
    height: auto;
    max-width: 100%;
    width: auto;
  }

  .useArea dl dd.tempBtn2 {
    position: relative;
    bottom: auto;
    left: auto;
    margin: 20px auto 0;
    width: 72vw;
  }

  .bestdealArea {
    display: block;
  }

  .bestdealArea .bestdealCont {
    margin: 0 0 10px 0;
    width: 100%;
  }

  .bestdealArea .bestdealInfo {
    display: block;
    position: relative;
  }

  .bestdealArea .bestdealInfo .pict {
    position: absolute;
    top: 3vw;
    left: 4vw;
    text-align: center;
    width: 20vw;
    z-index: 2;
  }

  .bestdealArea .bestdealInfo .pict img {
    width: 100%;
  }

  .bestdealArea .bestdealInfo dl {
    background: none;
    display: block;
    min-height: 0;
    padding: 0;
    position: relative;
    width: 100%;
  }

  .bestdealArea .bestdealInfo dl:before {
    display: none;
  }

  .bestdealArea .bestdealInfo dl dt {
    background-color: #EFEFEF;
    display: flex;
    align-items: center;
    min-height: 26.5vw;
    padding: 0 6vw 0 28.8vw;
    margin: 0;
  }

  .bestdealArea .bestdealInfo dl dd {
    padding: 5vw;
    font-size: 95%;
  }

  .bestdealArea .indentList {
    margin-top: 15px;
  }

  .bestdealArea .indentList li {
    font-size: 86%;
  }

  .startArea {
    display: block;
  }

  .startArea .startCont {
    margin: 0 0 15px 0;
    width: 100%;
  }

  .startArea .startCont:nth-of-type(2) dl dd.pict {
    top: 6.6vw;
    width: 26.4vw;
  }

  .startArea .startCont:nth-of-type(3) dl dd.pict {
    top: 6.6vw;
    left: 10.9vw;
    width: 18.4vw;
  }

  .startArea .startCont:nth-of-type(4) dl dd.pict {
    top: 4.8vw;
    left: 4.8vw;
    width: 30vw;
  }

  .startArea dl {
    height: auto;
    min-height: 0;
    padding: 10vw 8vw 8vw 8vw;
    position: relative;
  }

  .startArea dl dt {
    margin: 0 0 12vw 30.6vw;
  }

  .startArea dl dd.link {
    margin-top: 10px;
  }

  .startArea dl dd.pict {
    top: 8vw;
    left: 8vw;
    width: 25.3vw;
  }

  /******** app********/
  .spCenter {
    text-align: center;
  }

  .appLinkArea2 {
    background-size: 350%;
    border-radius: 0;
    margin: 27vw -4vw 5vw;
    padding: 34.5vw 4vw 11vw;
  }

  .appLinkArea2:before {
    height: 44vw;
    margin: 0 auto;
    bottom: auto;
    top: -17vw;
    left: 0;
    right: 0;
    width: 42.667vw;
  }

  .appLinkArea2 dl {
    display: flex;
    flex-wrap: wrap;
  }

  .appLinkArea2 dl dt {
    margin-bottom: 6.4vw;
    text-align: center;
    width: 100%;
  }

  .appLinkArea2 dl dd {
    margin-right: 5px;
  }

  .appLinkArea2 dl dd a {
    transition: opacity 0.6s;
    text-decoration: none;
  }

  .appLinkArea2 dl dd a:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 736px) and (max-width: 960px) {
  .appLinkArea2 dl dd a:hover {
    opacity: 1;
  }
}

@media screen and (max-width: 736px) {
  .appLinkArea2 dl dd img {
    height: 14vw;
  }

  .pointH2 {
    margin: 16vw -4vw;
    text-align: center;
    width: 100vw;
  }

  .pointH2 img {
    width: 100%;
  }

  .piontAnchor {
    display: block;
    margin-bottom: 16vw;
  }

  .piontAnchor li {
    border-bottom: 1px solid #EFEFEF;
    text-align: left;
    width: 100%;
  }

  .piontAnchor li a {
    display: flex;
    align-items: center;
    height: 15.2vw;
    padding: 0 0 0 14.5vw;
  }

  .piontAnchor li a:after {
    margin: 0;
    left: auto;
    bottom: 6vw;
    right: 18vw;
  }

  .piontAnchor li span {
    margin: 0 15px 5px 0;
  }

  .piontAnchor li span strong {
    display: block;
    font-size: 266%;
  }

  .piontAnchor li span:after {
    display: none;
  }

  .pointWrap {
    margin-bottom: 16vw;
  }

  .pointWrap .pointArea {
    padding: 0 4vw;
  }

  .pointWrap .pointCont {
    display: block;
    margin: 0 auto;
    padding-top: 16vw;
  }

  .pointWrap .pointCont .pict {
    position: relative;
    width: 100%;
  }

  .pointWrap .pointCont .pict span {
    top: -14vw;
    right: 35vw;
    width: 18.6vw;
  }

  .pointWrap .pointCont dl {
    margin: 0 auto 20vw;
    width: 100%;
  }

  .pointWrap .pointCont dl dt {
    color: #fff;
    font-weight: 700;
    font-size: 230%;
    display: inline-block;
    margin-bottom: 35px;
    line-height: 140%;
    letter-spacing: -0.02em;
  }

  .pointWrap .pointCont dl dt i {
    font-style: normal;
    font-size: 70%;
  }

  .pointWrap .pointCont dl dt span {
    font-size: 80%;
  }

  .pointWrap .pointCont dl dt:after {
    background-color: #FCEE21;
    border-radius: 6px;
    content: "";
    height: 6px;
    display: block;
    margin: 5px auto 0;
    width: 100%;
  }

  .pointWrap .pointCont dl dd {
    border: 3px solid #FCEE21;
    font-size: 110%;
    padding: 20px 20px;
  }

  .functionInfo {
    margin: 0 -4vw;
  }

  .functionInfo .infoCont {
    margin-bottom: 5vw;
    padding: 4vw;
    width: 100vw;
  }

  .meritArea {
    display: block;
  }

  .meritArea .meritCont {
    padding-top: 10vw;
    margin: 0 0 5vw;
    width: 100%;
  }

  .meritArea .meritCont .pict {
    margin: 0 auto 10vw;
    width: 31.2vw;
  }

  .meritArea .meritCont dl {
    padding: 8vw 8vw 5vw;
  }

  .meritArea .meritCont dl dt {
    font-size: 133%;
    font-weight: 700;
  }

  .meritArea .meritCont dl dd {
    font-size: 95%;
  }

  /******** credit********/
  .creditMain {
    margin: 0 auto 22.5vw;
  }

  .returnInfo {
    display: block;
    margin: 0 auto;
  }

  .returnInfo li {
    margin-bottom: 13vw;
    width: 100%;
  }

  .returnInfo li img {
    width: 100%;
  }

  .cardDesign {
    justify-content: space-between;
    margin: 0 auto 8vw;
  }

  .cardDesign li {
    margin: 0;
    width: 41.3vw;
  }

  .cardDesign li span {
    margin-top: 2px;
  }

  .specialArea {
    display: block;
    margin-bottom: 13vw;
  }

  .specialArea .specialCont {
    width: 100%;
  }

  .specialArea .specialCont:last-of-type {
    margin-top: 5vw;
  }

  .specialArea .specialCont:last-of-type .specialInfo .pict img {
    width: 40.5vw;
  }

  .specialArea .indentList {
    margin-top: 10px;
    position: relative;
    bottom: auto;
    left: auto;
  }

  .specialArea .indentList li {
    font-size: 86%;
  }

  .specialArea .specialInfo {
    border: 2px solid #EFEFEF;
    border-radius: 10px;
    box-sizing: border-box;
    height: 100%;
    padding-top: 53vw;
    position: relative;
  }

  .specialArea .specialInfo .pict {
    height: 53vw;
  }

  .specialArea .specialInfo .pict img {
    width: 26.6vw;
  }

  .specialArea .specialInfo dl dt {
    font-size: 133%;
    font-weight: 700;
    letter-spacing: -0.01em;
    padding: 30px 0 15px;
  }

  .specialArea .specialInfo dl dd {
    font-size: 95%;
  }

  .specialArea .specialInfo dl dd.link {
    font-size: 100%;
    margin-top: 20px;
  }

  .cardFlow {
    display: block;
    margin-bottom: 12vw;
    position: relative;
  }

  .cardFlow:before {
    background: url("../img/about/use_bg2.png") repeat-y 0 0;
    background-size: 4px auto;
    content: "";
    height: 100%;
    margin: 0 auto;
    top: 0;
    right: 0;
    left: 0;
    width: 4px;
  }

  .cardFlow li {
    flex-flow: row;
    height: 15vw;
    font-size: 100%;
    margin-bottom: 10vw;
    width: 100%;
  }

  .cardFlow li:last-child {
    margin-bottom: 0;
  }

  .cardFlow li:last-child:before {
    height: 30px;
    margin: 0 10px 0 0;
    width: 30px;
  }

  .cardAttentionArea {
    margin: 16vw 0 20vw;
    padding: 20vw 4vw 15vw;
  }

  .cardInfo {
    display: block;
  }

  .cardInfo .card {
    margin: 0 auto 5vw;
    width: 52vw;
  }

  .cardInfo .card img {
    width: 100%;
  }

  .cardInfo .detail {
    max-width: 100%;
  }

  .tabCont .cardInfo {
    justify-content: space-between;
    align-items: center;
  }

  .tabCont .cardInfo .card {
    margin: 0 auto 8vw;
    width: 100%;
  }

  .tabCont .cardInfo .detail {
    max-width: 100%;
  }

  .tabCont .cardInfo .detail h3 {
    font-size: 186%;
    font-weight: 700;
    margin-bottom: 25px;
    letter-spacing: -0.02em;
  }

  .tabCont .cardInfo .detail .tempBtn2 {
    margin-top: 30px;
    width: 100%;
  }

  .tabCont .noticeArea {
    margin-top: 40px;
  }

  /******** guide ********/
  .guideLink {
    margin-bottom: 100px;
    display: block;
  }

  .guideLink li {
    margin: 0 0 20px 0;
    width: 100%;
  }

  .guideLink li a {
    min-height: 41vw;
    padding: 0 5vw 0 37vw;
  }

  .guideLink li a:before {
    margin: 0;
    height: 30vw;
    top: 5vw;
    left: 5vw;
    right: auto;
    width: 32.8vw;
  }

  .guideLink li:nth-child(n+5) a {
    min-height: 31.2vw;
    padding-top: 0;
  }

  .guideLink li:nth-child(n+5) a:before {
    height: 16.5vw;
    top: 8vw;
    left: 11vw;
    width: 16.5vw;
  }

  .guideLink li:nth-child(n+5) a .icon {
    background-color: #F7A1A8;
  }

  .guideLink li:nth-child(n+5) a p {
    font-size: 133%;
  }

  .mainTitle h1.chargeMainTitle:before,
  .mainTitle h1.paymentMainTitle:before,
  .mainTitle h1.pointMainTitle:before,
  .mainTitle h1.couponMainTitle:before {
    display: none;
  }

  .secWrap {
    margin-top: 20vw;
    padding-top: 16vw;
    padding-bottom: 9vw;
  }

  .chargeTitle {
    margin: 0 auto 13vw;
  }

  .chargeTitle.title02 {
    margin-top: 30vw;
  }

  .chargeTitle.title02 .titleIcon {
    top: -60px;
    width: 58px;
  }

  .chargeTitle.title02 .titleIcon img {
    width: 100%;
  }

  .chargeTitle.title03 {
    margin-top: 10px;
  }

  .chargeTitle.title03 .titleIcon {
    top: -110px;
    width: 40px;
  }

  .chargeTitle.title03 .titleIcon img {
    width: 100%;
  }

  .chargeAmount {
    margin-bottom: 12vw;
  }

  .chargeAmount th {
    padding: 15px 5px;
    width: 36.2vw;
  }

  .chargeAmount td {
    padding: 15px 10px;
  }

  .chargeLink {
    display: block;
    margin-bottom: 8vw;
  }

  .chargeLink li {
    margin-bottom: 10px;
    width: 100%;
  }

  .chargeCardInfo {
    background-color: #EFEFEF;
    padding: 8vw;
  }

  .chargeCardInfo .chargeCard {
    margin-bottom: 55px;
  }

  .chargeCardInfo .chargeCard li:nth-child(3) {
    margin-bottom: 25px;
  }

  .pointCardInfo {
    background-color: #EFEFEF;
    margin-bottom: 20px;
    padding: 8vw;
  }

  .pointCardInfo .chargeCard li:nth-child(2) p {
    margin-top: 0;
  }

  .chargeCard {
    display: block;
  }

  .chargeCard li {
    box-sizing: border-box;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 4px;
    padding: 15px 3vw 15px 5vw;
    position: relative;
    width: 100%;
  }

  .chargeCard li .pict {
    margin: 0;
    width: 34.5%;
  }

  .chargeCard li p {
    font-weight: 700;
    margin: 0;
    text-align: center;
    width: 61%;
  }

  .chargeCard li p span {
    font-size: 80%;
    font-weight: 500;
    display: block;
    letter-spacing: -0.02em;
  }

  .chargeCard li p.notice {
    top: 105px;
    width: 100%;
  }

  .appLinkArea3 {
    background-size: 350%;
    margin: 0 -4vw;
    padding: 16vw 4vw 52vw 4vw;
  }

  .appLinkArea3:before {
    height: 50.133vw;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 37.86vw;
  }

  .appLinkArea3 dl {
    margin-bottom: 5vw;
  }

  .appLinkArea3 dl dt {
    font-size: 190%;
    margin-bottom: 5vw;
  }

  .appLinkArea3 dl dd sub {
    font-size: 43%;
  }

  .appLinkArea3 .appLink img {
    height: 14vw;
  }

  .usePointInfo {
    padding-left: 0;
  }

  .usePointInfo dl {
    padding: 4vw;
  }

  .usePointInfo dl:before {
    top: 4vw;
    margin: 0;
    left: 4vw;
  }

  .usePointInfo dl:after {
    display: none;
  }

  .usePointInfo dl dt {
    margin-bottom: 5px;
    padding-left: 18vw;
  }

  .usePointInfo.type3 {
    padding-left: 0;
  }

  .usePointInfo.type3 dl:before {
    height: 90px;
    margin-top: 0;
    left: 4vw;
    width: 52px;
  }

  .merchantList {
    margin: 0 -4vw 4vw;
    padding: 4vw;
  }

  .merchantList ul {
    flex-wrap: wrap;
  }

  .merchantList ul li {
    margin: 0 2px 5px;
    max-width: 17vw;
  }

  .merchantList ul li:nth-child(1) {
    margin-left: 7px;
  }

  .merchantList ul li:nth-child(4) {
    margin-right: 7px;
  }

  .merchantList ul li span.pict {
    height: 17vw;
  }

  .merchantList ul li span.pict img {
    width: 77%;
  }

  .merchantList ul li span.txt {
    font-size: 82%;
    margin-top: 4px;
  }

  .pointInfoArea {
    margin-bottom: 10px;
  }

  .pointInfoArea dl {
    flex-wrap: wrap;
  }

  .pointInfoArea dl dt {
    border-bottom: 1px solid #d8d8d8;
    text-align: center;
    width: 100%;
  }

  .pointInfoArea dl dt+dd {
    border-left: none;
  }

  .pointInfoArea dl dd {
    height: 90px;
    padding: 5px 15px 0;
    width: 50%;
  }

  .pointInfoArea dl dd p {
    text-align: center;
  }

  .pointInfoArea dl dd p span {
    box-sizing: border-box;
    font-size: 90%;
    display: block;
    vertical-align: middle;
    margin: 0 auto 12px;
    padding: 3px 8px;
    width: 90px;
  }

  .benefitArea {
    display: block;
  }

  .benefitArea .benefitCont {
    display: block;
    min-height: 0;
    margin: 0 0 10px 0;
    width: 100%;
  }

  .benefitArea .benefitCont .benefitType {
    font-size: 90%;
  }

  .benefitArea .benefitCont .pict {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 200px;
    text-align: center;
    width: 100%;
  }

  .benefitArea .benefitCont dl {
    display: block;
    height: auto;
    padding: 25px;
    width: 100%;
  }

  .benefitArea .benefitCont dl:before {
    background: linear-gradient(to bottom right, rgba(255, 255, 255, 0) 50%, #EFEFEF 50.5%) no-repeat top left/50% 100%, linear-gradient(to bottom left, rgba(255, 255, 255, 0) 50%, #EFEFEF 50.5%) no-repeat top right/50% 100%;
    content: "";
    display: block;
    height: 15px;
    width: 20px;
    margin: 0 auto;
    top: -15px;
    left: 0;
    right: 0;
  }

  .benefitArea .benefitCont dl dd.notice {
    margin: 10px auto 0;
    width: 60vw;
  }

  .rankInfoWrap {
    margin-bottom: 30px;
    position: relative;
  }

  .rankInfoArea {
    display: block;
    margin-bottom: 0;
    overflow-x: scroll;
  }

  .rankInfoArea.type2 .rankSlideTitle {
    width: 34vw;
    z-index: 4;
  }

  .rankInfoArea.type2 .rankSlideArea {
    margin-left: 34vw;
  }

  .rankInfoArea .rankSlideTitle {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 22vw;
  }

  .rankInfoArea .rankSlideTitle dt {
    font-size: 110%;
  }

  .rankInfoArea .rankSlideTitle dd {
    font-size: 100%;
    height: 110px;
  }

  .rankInfoArea .rankSlideArea {
    margin-left: 22vw;
    width: 110vw;
  }

  .rankInfoArea .rankSlideArea dl {
    box-sizing: border-box;
    width: 25%;
  }

  .rankInfoArea .rankSlideArea dl dt {
    font-size: 110%;
  }

  .rankInfoArea .rankSlideArea dl dt .star {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 5px;
    width: 80%;
  }

  .rankInfoArea .rankSlideArea dl dt .star img {
    margin: 0 1px 3px;
    width: 15px;
  }

  .rankInfoArea .rankSlideArea dl dt .star img:first-child {
    margin-left: 10px;
  }

  .rankInfoArea .rankSlideArea dl dt .star img:nth-child(2) {
    margin-right: 10px;
  }

  .rankInfoArea .rankSlideArea dl dd {
    padding-top: 10px;
    padding: 5px 2px 0;
  }

  .rankInfoArea .rankSlideArea dl dd p {
    color: #fff;
    font-size: 100%;
    font-weight: 700;
    margin: 0;
    line-height: 110%;
  }

  .rankInfoArea .rankSlideArea dl dd p strong {
    font-size: 170%;
  }

  .rankInfoArea .rankSlideArea dl dd p span {
    display: block;
  }

  .rankInfoArea .rankSlideArea dl dd p span.over {
    font-size: 82%;
  }

  .rankInfoArea .rankSlideArea dl dd p span.note {
    font-size: 90%;
    font-weight: 500;
  }

  .rankInfoArea .rankSlideArea dl dd.over p {
    left: 10px;
    width: 80vw;
  }

  .rankInfoArea .rankSlideArea dl dd.white {
    padding: 0 5px 0 5px;
  }

  .figLink {
    background-color: #EFEFEF;
    margin: 0 -4vw;
    padding: 4vw;
  }

  .figLink a {
    background-color: #fff;
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: 200px;
    padding: 0 4vw;
    position: relative;
  }

  .figLink a span {
    background-color: #8D8D8D;
    border-radius: 50%;
    height: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 5px;
    right: 5px;
    width: 26px;
  }

  .figLink a span:before {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100%;
    overflow: hidden;
    text-indent: 180%;
    white-space: nowrap;
    content: "";
    display: block;
    height: 13px;
    width: 13px;
    background-image: url("../img/common/search.svg");
  }

  .rankPictArea {
    display: block;
    padding: 0;
  }

  .rankPictArea .pict {
    margin: 0 auto;
    width: 60vw;
  }

  .rankPictArea .detail {
    padding-top: 0;
    width: 100%;
  }

  .meritInfo {
    margin: 0 auto 25px;
    padding: 20px 15px;
    text-align: left;
  }

  .meritInfo dt {
    margin-bottom: 10px;
  }

  .meritTitle {
    margin: 0 auto 20px;
    line-height: 150%;
  }

  .meritService {
    display: block;
    margin-bottom: 0;
  }

  .meritService dl {
    margin-bottom: 10px;
    width: 100%;
  }

  .meritService dl dt {
    display: flex;
    align-items: center;
    min-height: 100px;
    font-size: 130%;
    padding: 0 20px 0 100px;
  }

  .meritService dl dt:before {
    top: 25px;
    left: 20px;
    height: 50px;
    right: auto;
    width: 50px;
  }

  .meritService dl dd {
    font-size: 90%;
  }

  .appInfoArea {
    display: block;
    margin-bottom: 25px;
  }

  .appInfoArea .appOsInfo {
    margin: 0 auto 20px;
    width: 100%;
  }

  .appInfoArea .appOsInfo dl dt {
    margin-bottom: 15px;
    padding-left: 50px;
  }

  .appInfoArea .appDownload {
    min-width: 100vw;
    margin: 0 -4vw;
    width: 100vw;
  }

  .appInfoArea .appDownload dl {
    padding: 35px 4vw 35px 44vw;
    position: relative;
  }

  .appInfoArea .appDownload dl dt {
    top: 35px;
    left: 4vw;
  }

  .appInfoArea .appDownload dl dt img {
    width: 35.2vw;
  }

  .appInfoArea .appDownload dl dd {
    width: 52vw;
  }

  .appInfoArea .appDownload dl dd:last-of-type {
    margin-top: 10px;
  }

  .appInfoArea .appDownload dl dd img {
    width: 100%;
  }

  .stepTitle {
    flex-flow: column;
    padding: 10px 20px 12px;
    text-align: center;
  }

  .stepTitle span {
    margin: 2px 0 0;
  }

  /******** error ********/
  .errorArea {
    max-width: 100%;
    margin: 50px auto 40px;
    padding: 40px 10px 30px;
  }

  .errorArea h1 {
    color: #E60013;
    font-size: 330%;
  }

  .errorArea h2 {
    color: #E60013;
    font-size: 133%;
    font-weight: 700;
    margin-bottom: 35px;
  }

  .errorLink {
    margin-bottom: 20vw;
  }
}

/******** 20210727 追加 ********/
@media screen and (max-width: 1000px) {
  .brpc {
    display: none !important;
  }
}

/* --- 211129_majica障害告知 ---*/
@media screen and (max-width: 736px) {
  .a_majica {
    max-width: 85.5%;
  }

  .a_majica p {
    font-size: 90%;
  }
}

/* --- 240208 majicaマンガ バナー ---*/
.brsp {
  display: block;
}

/* =========================================================
     2024.05.16  MV スライド一時停止ボタン
========================================================= */
@media screen and (max-width: 736px) {
  .mvArea {
    padding-bottom: 8vw;
  }

  #pause_button {
    right: 20px;
    font-size: 0;
    bottom: 0;
    height: 8vw;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #pause_button .slick_pause {
    width: 3.5vw;
    height: 3.5vw;
    font-size: 0;
  }

  .mvArea .slick-dots {
    bottom: -8vw;
    height: 8vw;
    align-items: center;
  }

  .mvArea .slick-dots li button {
    width: 8px;
    height: 8px;
  }
}

/* =========================================================
     2025.06.17  headerにどこでもmajicaの追加 + headLinkの修正
========================================================= */
@media screen and (max-width: 736px) {
  header .headLink {
    justify-content: space-between;
  }

  /* majica */
  header .headLink .li_majica {
    padding: 0px 10px 0 50px;
    padding-right: 5vw;
    padding-left: 10vw;
  }

  /* UCS */
  header .headLink .li_usc {
    margin-right: 1rem;
  }

  header .headLink .li_usc a {
    padding-left: 13vw;
    padding-right: 3vw;
  }

  /* どこでもmajica */
  header .headLink .li_dokodemo_pc {
    display: none !important;
  }

  header .headLink .li_dokodemo_pc img {
    display: none !important;
  }

  header .headLink .li_dokodemo_sp {
    display: flex;
    align-items: flex-start;

    box-sizing: border-box;
  }

  header .headLink .li_dokodemo_sp {
    background-color: #DBDBDB;
    font-size: 95%;
    height: 13.067vw;
    padding-left: 5vw;
    padding-right: 4.5vw;
    position: relative;
    transition: opacity 0.6s;
    text-decoration: none;

    display: flex;
    justify-content: center;
    align-items: center;
  }

  header .headLink .li_dokodemo_sp img {
    max-width: 100%;
    width: 100px;
  }
}

@media screen and (max-width: 500px) {
  header .headLink .li_dokodemo_sp img {
    width: 60px;
  }
}



/* =========================================================
     2025.12.08  majicaキャンペーン一覧整え
========================================================= */
@media screen and (max-width: 736px) {

  #cam_list_page .campaignList li {
    margin: 0;
    width: 100%;
  }

  #cam_list_page .cateArea {
    position: relative;
    left: 0;
    right: 0px;
    top: 0;
    margin-bottom: 20px;
  }

  #cam_list_page .campaignList li .pict {
    padding: 0;
    width: 45%;
    box-shadow: none;

  }

  #cam_list_page .pict_inner {
    height: auto;
    padding: 0;
    text-align: center;
  }

  #cam_list_page .pict_inner>img {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    position: relative;
  }

  #cam_list_page .campaignList li .cam_dl {
    width: calc(55% - 20px);
  }

  #cam_list_page .campaignList li a {
    padding: 20px;
  }

  #cam_list_page .campaignList li .tag,
  #cam_list_page .campaignList li .cate {
    line-height: 35px;
    font-size: 14px;
    width: auto;
    padding: 0 30px;
  }

  #cam_list_page .campaignList li a:after {
    content: "";
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100%;
    overflow: hidden;
    text-indent: 180%;
    white-space: nowrap;
    display: block;
    height: 30px;
    width: 30px;
    background-image: url(../img/campaign/icon.svg);
    position: absolute;
    top: 25px;
    right: 20px;
    background-color: #e60013;
    border-radius: 5px;
  }

  #cam_list_page .campaignList li .pict:after {
    content: none;
  }
}

@media screen and (max-width: 480px) {
  #cam_list_page .cateArea {
    margin-bottom: 15px;
  }

  #cam_list_page .campaignList li .tag,
  #cam_list_page .campaignList li .cate {
    line-height: 30px;
    font-size: 14px;
    padding: 0 30px;
  }

  #cam_list_page .campaignList li a {
    padding: 25px 20px;
  }

  #cam_list_page .campaignList li a {
    flex-wrap: wrap;
  }

  #cam_list_page .campaignList li .pict {
    width: 100%;
  }

  #cam_list_page .campaignList li .cam_dl {
    width: 100%;
    margin-top: 15px;
  }

  #cam_list_page p.cam_c_ttl {
    font-size: 16px;
  }

  #cam_list_page p.campaign-period,
  #cam_list_page p.store-format_list {
    line-height: 1.5;
  }

}

@media screen and (max-width: 360px) {

  #cam_list_page .campaignList li .tag,
  #cam_list_page .campaignList li .cate {
    padding: 0 15px;
  }
}