@charset "UTF-8";
/*
index_pc.css
Copyright (C) 2026 Yahoo Japan Corporation. All Rights Reserved.
*/
.AppDownload__title {
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
}

.Banner {
  padding: 40px 0;
  background-color: #fff;
  text-align: center;
}
.Banner__inner {
  margin: 0 auto;
  width: 320px;
}
@media (max-width: 750px) {
  .Banner__inner {
    width: 320px;
  }
}
.Banner__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  width: 320px;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
}
@media (max-width: 750px) {
  .Banner__items {
    width: 320px;
  }
}
.Banner__item {
  display: block;
  width: 310px;
  height: 75px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.Banner__item--flex {
  padding: 0;
  margin: 0;
  height: 0;
}
.Banner__link {
  cursor: pointer;
}

#prdtl {
  background-color: #fff;
}

.Detail {
  margin: 0 auto;
  padding: 0 18px 40px;
  max-width: 840px;
}
.Detail__title {
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid #333;
  font-weight: bold;
  font-size: 14px;
}
.Detail__body {
  padding-top: 15px;
  border-top: 1px solid #333;
}
.Detail__list {
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.6;
}
.Detail__term {
  margin-bottom: 8px;
  font-weight: bold;
  font-size: 12px;
}
.Detail__term:nth-of-type(2) {
  display: none;
}
.Detail__description {
  margin-bottom: 24px;
  font-size: 12px;
}
.Detail__description:nth-of-type(2) {
  display: none;
}
.Detail__description:last-child {
  margin-bottom: 0;
}
.Detail__text--indent {
  text-indent: -1em;
  padding-left: 1em;
}
.Detail__text--paddingLeft {
  padding-left: 1em;
}
.Detail__text--dottedIndent {
  position: relative;
  padding-left: 16px;
  text-indent: 0;
}
.Detail__text--dottedIndent:before {
  content: "・ ";
  left: 0;
  position: absolute;
  top: 0;
}
.Detail__text--asteriskIndent {
  position: relative;
  padding-left: 16px;
  text-indent: 0;
}
.Detail__text--asteriskIndent:before {
  content: "※ ";
  left: 0;
  position: absolute;
  top: 0;
}
.Detail__text--mT10 {
  margin-top: 10px;
}
.Detail__text--attention {
  color: #f00;
  font-weight: 700;
}

.Emergency {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  padding: 20px;
}
.Emergency__text {
  margin: 0px auto;
  text-align: center;
  max-width: 950px;
  padding: 20px;
  padding: 10px 20px;
  border: 2px solid #ff0033;
  color: #ff0033;
}

@media (max-width: 750px) {
  .Emergency {
    padding: 10px;
    font-size: 75%;
  }
  .Emergency__text {
    padding: 5px 10px;
  }
}
.EntryItem__use, .EntryItem__Addition, .EntryItem__type, .EntryItem__conditions, .EntryItem__limit, .EntryItem__term {
  width: 0;
  height: 0;
  overflow: hidden;
}
.EntryItem__matilda, .EntryItem__conductor {
  display: none;
}
@media (max-width: 1000px) {
  .EntryItem__inner {
    padding: 0 0 14px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 20px;
  }
  .EntryItem__wrap {
    background: no-repeat;
    -webkit-background-size: 93.3333333333vw auto;
       -moz-background-size: 93.3333333333vw auto;
            background-size: 93.3333333333vw auto;
    background-position: center 3.3333333333vw;
    width: 48%;
    position: relative;
  }
  .EntryItem__wrap::before {
    content: "";
    display: block;
    position: absolute;
    width: 15vw;
    height: 15vw;
    background: url(../img/pop_big.png) no-repeat center;
    -webkit-background-size: 100% 100%;
       -moz-background-size: 100%;
            background-size: 100%;
    z-index: 10;
    -webkit-animation: puyo 2s ease-out 3;
       -moz-animation: puyo 2s ease-out 3;
         -o-animation: puyo 2s ease-out 3;
            animation: puyo 2s ease-out 3;
  }
  .EntryItem__wrap--01::before {
    top: -3vw;
    left: -4vw;
    background: url(../img/pop_big.png) no-repeat center;
    -webkit-background-size: 100% 100%;
       -moz-background-size: 100%;
            background-size: 100%;
  }
  .EntryItem__wrap--02::before {
    display: none;
  }
  .EntryItem__wrap--03::before {
    display: none;
  }
  .EntryItem__wrap--04::before {
    display: none;
  }
  .EntryItem__wrap + .EntryItem__wrap + .EntryItem__wrap, .EntryItem__wrap + .EntryItem__wrap + .EntryItem__wrap + .EntryItem__wrap {
    margin-top: 40px;
  }
  .EntryItem__body {
    position: relative;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto 0;
    padding: 18.6666666667vw 0 0;
    background: #fff 50% 0 no-repeat;
    -webkit-background-size: 100% 100%;
       -moz-background-size: 100%;
            background-size: 100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    border: 3px solid #FFF;
    -webkit-border-radius: 24px;
       -moz-border-radius: 24px;
            border-radius: 24px;
    min-width: 160px;
    margin-bottom: 10px;
  }
  .EntryItem__body::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 18.6666666667vw;
    background: no-repeat center;
    -webkit-border-radius: 20px 20px 0 0;
       -moz-border-radius: 20px 20px 0 0;
            border-radius: 20px 20px 0 0;
  }
  .EntryItem__price {
    width: 100%;
    height: 14.2666666667vw;
    margin-right: 2.6666666667vw;
    background: no-repeat 50% 0;
    text-indent: -9999px;
    -webkit-background-size: 103% auto;
       -moz-background-size: 103% auto;
            background-size: 103% auto;
    width: 100%;
    height: 22.6666666667vw;
    margin: 0 auto 0vw;
  }
  .EntryItem__body#ycampaign1 {
    background: #ED2145;
  }
  .EntryItem__body#ycampaign1::before {
    background-color: #FDD5DC;
    background-image: url(../img/title_couponPc01.png);
    -webkit-background-size: cover;
       -moz-background-size: cover;
            background-size: cover;
  }
  .EntryItem__body#ycampaign1 .EntryItem__price {
    background-image: url(../img/text_offerPc01.png);
    -webkit-background-size: 114% 114%;
       -moz-background-size: 114%;
            background-size: 114%;
  }
  .EntryItem__body#ycampaign2 {
    background: #FF910F;
  }
  .EntryItem__body#ycampaign2::before {
    background-color: #FFD39F;
    background-image: url(../img/title_couponPc02.png);
    -webkit-background-size: cover;
       -moz-background-size: cover;
            background-size: cover;
  }
  .EntryItem__body#ycampaign2 .EntryItem__price {
    background-image: url(../img/text_offerPc02.png);
    -webkit-background-size: 114% 114%;
       -moz-background-size: 114%;
            background-size: 114%;
  }
  .EntryItem__body#ycampaign3 {
    background: #FF910F;
  }
  .EntryItem__body#ycampaign3::before {
    background-color: #FFD39F;
    background-image: url(../img/title_couponPc03.png);
    -webkit-background-size: cover;
       -moz-background-size: cover;
            background-size: cover;
  }
  .EntryItem__body#ycampaign3 .EntryItem__price {
    background-image: url(../img/text_offerPc03.png);
    -webkit-background-size: 114% 114%;
       -moz-background-size: 114%;
            background-size: 114%;
  }
  .EntryItem__body#ycampaign4 {
    background: #FF910F;
  }
  .EntryItem__body#ycampaign4::before {
    background-color: #FFD39F;
    background-image: url(../img/title_couponPc04.png);
    -webkit-background-size: cover;
       -moz-background-size: cover;
            background-size: cover;
  }
  .EntryItem__body#ycampaign4 .EntryItem__price {
    background-image: url(../img/text_offerPc04.png);
    -webkit-background-size: 114% 114%;
       -moz-background-size: 114%;
            background-size: 114%;
  }
  .EntryItem__body .EntryState {
    background: url(../img/cp2_dotline.png);
    -webkit-background-size: 100% 100%;
       -moz-background-size: 100%;
            background-size: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    padding-top: 6%;
    -webkit-border-radius: 0 0 20px 20px;
       -moz-border-radius: 0 0 20px 20px;
            border-radius: 0 0 20px 20px;
  }
}
@media (min-width: 1000px) {
  .EntryItem {
    width: 520px;
    margin: 20px auto 0 auto;
  }
  .EntryItem__inner {
    width: 450px;
    margin: 0 auto;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0 0 14px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 20px;
  }
  .EntryItem__wrap {
    width: 48%;
    z-index: 10;
    min-width: 190px;
    position: relative;
  }
  .EntryItem__wrap.EntryItem__wrap::before {
    content: "";
    display: block;
    position: absolute;
    top: -22px;
    left: -30px;
    width: 90px;
    height: 90px;
    background: url(../img/pop_big.png) no-repeat center;
    -webkit-background-size: 100% 100%;
       -moz-background-size: 100%;
            background-size: 100%;
    z-index: 10;
    -webkit-animation: puyo 2s ease-out 3;
       -moz-animation: puyo 2s ease-out 3;
         -o-animation: puyo 2s ease-out 3;
            animation: puyo 2s ease-out 3;
  }
  .EntryItem__wrap.EntryItem__wrap--02::before {
    display: none;
  }
  .EntryItem__wrap.EntryItem__wrap--03::before {
    display: none;
  }
  .EntryItem__wrap.EntryItem__wrap--04::before {
    display: none;
  }
  .EntryItem__wrap + .EntryItem__wrap + .EntryItem__wrap, .EntryItem__wrap + .EntryItem__wrap + .EntryItem__wrap + .EntryItem__wrap {
    margin-top: 30px;
  }
  .EntryItem__body {
    position: relative;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto 0;
    padding: 16vw 0 0;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-shadow: 0px 0px 1.7333333333vw 0px #e86335;
       -moz-box-shadow: 0px 0px 1.7333333333vw 0px #e86335;
            box-shadow: 0px 0px 1.7333333333vw 0px #e86335;
    padding-top: 18px;
    background-color: #0c7786;
    border: 3px solid #FFF;
    -webkit-border-radius: 20px;
       -moz-border-radius: 20px;
            border-radius: 20px;
    min-width: 210px;
  }
  .EntryItem__body::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-border-radius: 17px 17px 0 0;
       -moz-border-radius: 17px 17px 0 0;
            border-radius: 17px 17px 0 0;
  }
  .EntryItem__body#ycampaign1 {
    background: #ED2145;
  }
  .EntryItem__body#ycampaign1::before {
    height: 114px;
    background: #FDD5DC url(../img/title_couponPc01.png) no-repeat center center;
    -webkit-background-size: cover;
       -moz-background-size: cover;
            background-size: cover;
    -webkit-border-radius: 16px 16px 0 0;
       -moz-border-radius: 16px 16px 0 0;
            border-radius: 16px 16px 0 0;
  }
  .EntryItem__body#ycampaign1 .EntryItem__price {
    background-image: url(../img/text_offerPc01.png);
    -webkit-background-size: 113% 113%;
       -moz-background-size: 113%;
            background-size: 113%;
  }
  .EntryItem__body#ycampaign2 {
    background: #FF910F;
  }
  .EntryItem__body#ycampaign2::before {
    height: 114px;
    background: #FFD39F url(../img/title_couponPc02.png) no-repeat center center;
    -webkit-background-size: cover;
       -moz-background-size: cover;
            background-size: cover;
    -webkit-border-radius: 17px 17px 0 0;
       -moz-border-radius: 17px 17px 0 0;
            border-radius: 17px 17px 0 0;
  }
  .EntryItem__body#ycampaign2 .EntryItem__price {
    background-image: url(../img/text_offerPc02.png);
    -webkit-background-size: 113% 113%;
       -moz-background-size: 113%;
            background-size: 113%;
  }
  .EntryItem__body#ycampaign3 {
    background: #FF910F;
  }
  .EntryItem__body#ycampaign3::before {
    height: 114px;
    background: #FFD39F url(../img/title_couponPc03.png) no-repeat center center;
    -webkit-background-size: cover;
       -moz-background-size: cover;
            background-size: cover;
    -webkit-border-radius: 17px 17px 0 0;
       -moz-border-radius: 17px 17px 0 0;
            border-radius: 17px 17px 0 0;
  }
  .EntryItem__body#ycampaign3 .EntryItem__price {
    background-image: url(../img/text_offerPc03.png);
    -webkit-background-size: 113% 113%;
       -moz-background-size: 113%;
            background-size: 113%;
  }
  .EntryItem__body#ycampaign4 {
    background: #FF910F;
  }
  .EntryItem__body#ycampaign4::before {
    height: 114px;
    background: #FFD39F url(../img/title_couponPc04.png) no-repeat center center;
    -webkit-background-size: cover;
       -moz-background-size: cover;
            background-size: cover;
    -webkit-border-radius: 16px 16px 0 0;
       -moz-border-radius: 16px 16px 0 0;
            border-radius: 16px 16px 0 0;
  }
  .EntryItem__body#ycampaign4 .EntryItem__price {
    background-image: url(../img/text_offerPc04.png);
    -webkit-background-size: 113% 113%;
       -moz-background-size: 113%;
            background-size: 113%;
  }
  .EntryItem__body .EntryState {
    background: url(../img/cp2_dotline.png);
    -webkit-background-size: 100% 100% !important;
       -moz-background-size: 100% !important;
            background-size: 100% !important;
    background-position: center top !important;
    background-repeat: no-repeat !important;
    padding-top: 6% !important;
    -webkit-border-radius: 0 0 2vw 2vw !important;
       -moz-border-radius: 0 0 2vw 2vw !important;
            border-radius: 0 0 2vw 2vw !important;
  }
  .EntryItem__price {
    width: 100%;
    height: 14.2666666667vw;
    margin-right: 2.6666666667vw;
    background: no-repeat 50% 0;
    text-indent: -9999px;
    -webkit-background-size: 100% auto;
       -moz-background-size: 100% auto;
            background-size: 100% auto;
    height: 217px;
    background: center 100% no-repeat;
    text-indent: -9999px;
  }
}

@-webkit-keyframes puyo {
  0%, 40%, 60%, 80% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
  51%, 71% {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@-moz-keyframes puyo {
  0%, 40%, 60%, 80% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
  51%, 71% {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@-o-keyframes puyo {
  0%, 40%, 60%, 80% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
       transform: scale(1);
  }
  51%, 71% {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
       transform: scale(0.9);
  }
}

@keyframes puyo {
  0%, 40%, 60%, 80% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
       transform: scale(1);
  }
  51%, 71% {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
       transform: scale(0.9);
  }
}
.EntryState__notice {
  padding: 10px;
  border: 2px solid #bc0026;
}
.EntryState__id {
  font-size: 87.5% !important;
}
.EntryState__id span {
  color: #333333;
}
.EntryState__textExcluded, .EntryState__textError, .EntryState__textEndCampaign, .EntryState__textComingSoon, .EntryState__textNonTarget, .EntryState__textMaintenance, .EntryState__textDevice, .EntryState__explain {
  line-height: 1.5;
  margin: 0;
  padding: 0 1.3333333333vw 1.3333333333vw;
  text-align: center;
  color: #ffffff;
  font-size: 13px !important;
}
.EntryState__textExcluded {
  font-size: 10px;
  line-height: 1.2;
  letter-spacing: -0.05em;
}
.EntryState__textExcluded br {
  display: none;
}
.EntryState__button {
  display: block;
  height: 13.3333333333vw;
  margin: 0 auto;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  text-decoration: none;
  outline: none;
  text-indent: -9999px;
}
.EntryState__button--done {
  background-image: url(../img/text_buttonDone.png);
  background-color: #faf0ca;
  -webkit-background-size: 18.6666666667vw auto;
     -moz-background-size: 18.6666666667vw auto;
          background-size: 18.6666666667vw auto;
}
.EntryState__button--conductor {
  display: none;
}
.EntryState__button--login {
  line-height: 13.3333333333vw;
  background-color: #faf0ca;
  text-indent: 0;
  font-size: 3.7333333333vw;
}
.EntryState__button--login:link, .EntryState__button--login:visited {
  color: #000000;
}
.EntryState__button--get {
  color: #000000;
}
.EntryState__button--after {
  line-height: 13.3333333333vw;
  background-color: #e7e7da;
  text-indent: 0;
  font-size: 4.5333333333vw;
  letter-spacing: 0.12em;
  color: #ada08a;
}
.EntryState__button--get, .EntryState__button--check {
  background-image: url(../img/text_buttonGet.png);
  background-color: #faf0ca;
  -webkit-background-size: 18.6666666667vw auto;
     -moz-background-size: 18.6666666667vw auto;
          background-size: 18.6666666667vw auto;
}
.EntryState__button--login:hover, .EntryState__button--get:hover, .EntryState__button--check:hover {
  text-decoration: none !important;
  opacity: 0.8;
}

@media (max-width: 999px) {
  .EntryState {
    -webkit-background-size: 30px 4.5px;
       -moz-background-size: 30px 4.5px;
            background-size: 30px 4.5px;
    background-position: -1px top;
  }
  .EntryState__inner {
    padding-right: 0;
  }
  .EntryState__textExcluded, .EntryState__textError, .EntryState__textEndCampaign, .EntryState__textComingSoon, .EntryState__textNonTarget, .EntryState__textMaintenance, .EntryState__textDevice, .EntryState__explain {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: auto;
    height: 60px;
    padding: 0 10px 10px;
    line-height: 1.25;
    letter-spacing: -0.04em;
    color: #ffffff;
    font-size: 13px !important;
  }
  .EntryState__textExcluded {
    font-size: 11px;
    line-height: 1.4em;
  }
  .EntryState__button {
    height: 60px;
    margin: 0 auto;
    -webkit-background-size: 27% 27%;
       -moz-background-size: 27%;
            background-size: 27%;
    background-position: center;
    -webkit-border-radius: 0 0 30px 30px;
       -moz-border-radius: 0 0 30px 30px;
            border-radius: 0 0 30px 30px;
  }
  .EntryState__button--done {
    background-image: url(../img/text_buttonDone.png);
    background-color: #faf0ca;
  }
  .EntryState__button--conductor {
    display: none;
  }
  .EntryState__button--login {
    line-height: 60px;
    background-color: #faf0ca;
    font-size: 18px;
  }
  .EntryState__button--after {
    line-height: 60px;
    font-size: 18px;
  }
  .EntryState__button--get, .EntryState__button--check {
    background-image: url(../img/text_buttonGet.png);
    background-color: #faf0ca;
  }
}
#ycampaign1 .EntryState__notice, #ycampaign2 .EntryState__notice, #ycampaign3 .EntryState__notice, #ycampaign4 .EntryState__notice {
  padding: 10px;
  border: 2px solid #bc0026;
}
#ycampaign1 .EntryState__id, #ycampaign2 .EntryState__id, #ycampaign3 .EntryState__id, #ycampaign4 .EntryState__id {
  font-size: 87.5% !important;
}
#ycampaign1 .EntryState__id span, #ycampaign2 .EntryState__id span, #ycampaign3 .EntryState__id span, #ycampaign4 .EntryState__id span {
  color: #333333;
}
#ycampaign1 .EntryState__textExcluded, #ycampaign1 .EntryState__textError, #ycampaign1 .EntryState__textEndCampaign, #ycampaign1 .EntryState__textComingSoon, #ycampaign1 .EntryState__textNonTarget, #ycampaign1 .EntryState__textMaintenance, #ycampaign1 .EntryState__textDevice, #ycampaign1 .EntryState__explain, #ycampaign2 .EntryState__textExcluded, #ycampaign2 .EntryState__textError, #ycampaign2 .EntryState__textEndCampaign, #ycampaign2 .EntryState__textComingSoon, #ycampaign2 .EntryState__textNonTarget, #ycampaign2 .EntryState__textMaintenance, #ycampaign2 .EntryState__textDevice, #ycampaign2 .EntryState__explain, #ycampaign3 .EntryState__textExcluded, #ycampaign3 .EntryState__textError, #ycampaign3 .EntryState__textEndCampaign, #ycampaign3 .EntryState__textComingSoon, #ycampaign3 .EntryState__textNonTarget, #ycampaign3 .EntryState__textMaintenance, #ycampaign3 .EntryState__textDevice, #ycampaign3 .EntryState__explain, #ycampaign4 .EntryState__textExcluded, #ycampaign4 .EntryState__textError, #ycampaign4 .EntryState__textEndCampaign, #ycampaign4 .EntryState__textComingSoon, #ycampaign4 .EntryState__textNonTarget, #ycampaign4 .EntryState__textMaintenance, #ycampaign4 .EntryState__textDevice, #ycampaign4 .EntryState__explain {
  line-height: 1.5;
  margin: 0;
  padding: 0 1.3333333333vw 1.3333333333vw;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
}
#ycampaign1 .EntryState__textExcluded, #ycampaign2 .EntryState__textExcluded, #ycampaign3 .EntryState__textExcluded, #ycampaign4 .EntryState__textExcluded {
  font-size: 10px;
  line-height: 1.2;
  letter-spacing: -0.05em;
}
#ycampaign1 .EntryState__textExcluded br, #ycampaign2 .EntryState__textExcluded br, #ycampaign3 .EntryState__textExcluded br, #ycampaign4 .EntryState__textExcluded br {
  display: none;
}
#ycampaign1 .EntryState__button, #ycampaign2 .EntryState__button, #ycampaign3 .EntryState__button, #ycampaign4 .EntryState__button {
  display: block;
  height: 13.3333333333vw;
  margin: 0 auto;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  text-decoration: none;
  outline: none;
  text-indent: -9999px;
  -webkit-border-radius: 0 0 30px 30px;
     -moz-border-radius: 0 0 30px 30px;
          border-radius: 0 0 30px 30px;
}
#ycampaign1 .EntryState__button--done, #ycampaign2 .EntryState__button--done, #ycampaign3 .EntryState__button--done, #ycampaign4 .EntryState__button--done {
  background: url(../img/cp2_btndone.png);
  -webkit-background-size: 100% 100%;
     -moz-background-size: 100%;
          background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
#ycampaign1 .EntryState__button--conductor, #ycampaign2 .EntryState__button--conductor, #ycampaign3 .EntryState__button--conductor, #ycampaign4 .EntryState__button--conductor {
  display: none;
}
#ycampaign1 .EntryState__button--login, #ycampaign2 .EntryState__button--login, #ycampaign3 .EntryState__button--login, #ycampaign4 .EntryState__button--login {
  background: url(../img/cp2_btnlogin.png);
  -webkit-background-size: 100% 100%;
     -moz-background-size: 100%;
          background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
#ycampaign1 .EntryState__button--login:link, #ycampaign1 .EntryState__button--login:visited, #ycampaign2 .EntryState__button--login:link, #ycampaign2 .EntryState__button--login:visited, #ycampaign3 .EntryState__button--login:link, #ycampaign3 .EntryState__button--login:visited, #ycampaign4 .EntryState__button--login:link, #ycampaign4 .EntryState__button--login:visited {
  color: #000000;
}
#ycampaign1 .EntryState__button--get, #ycampaign2 .EntryState__button--get, #ycampaign3 .EntryState__button--get, #ycampaign4 .EntryState__button--get {
  color: #000000;
}
#ycampaign1 .EntryState__button--after, #ycampaign2 .EntryState__button--after, #ycampaign3 .EntryState__button--after, #ycampaign4 .EntryState__button--after {
  background: url(../img/cp2_btnend.png);
  -webkit-background-size: 100% 100%;
     -moz-background-size: 100%;
          background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
#ycampaign1 .EntryState__button--get, #ycampaign1 .EntryState__button--check, #ycampaign2 .EntryState__button--get, #ycampaign2 .EntryState__button--check, #ycampaign3 .EntryState__button--get, #ycampaign3 .EntryState__button--check, #ycampaign4 .EntryState__button--get, #ycampaign4 .EntryState__button--check {
  background: url(../img/cp2_btnget.png);
  -webkit-background-size: 100% 100%;
     -moz-background-size: 100%;
          background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
#ycampaign1 .EntryState__button--login:hover, #ycampaign1 .EntryState__button--get:hover, #ycampaign1 .EntryState__button--check:hover, #ycampaign2 .EntryState__button--login:hover, #ycampaign2 .EntryState__button--get:hover, #ycampaign2 .EntryState__button--check:hover, #ycampaign3 .EntryState__button--login:hover, #ycampaign3 .EntryState__button--get:hover, #ycampaign3 .EntryState__button--check:hover, #ycampaign4 .EntryState__button--login:hover, #ycampaign4 .EntryState__button--get:hover, #ycampaign4 .EntryState__button--check:hover {
  text-decoration: none !important;
  opacity: 0.8;
}
@media (min-width: 1000px) {
  #ycampaign1 .EntryState, #ycampaign2 .EntryState, #ycampaign3 .EntryState, #ycampaign4 .EntryState {
    -webkit-background-size: 30px 4.5px;
       -moz-background-size: 30px 4.5px;
            background-size: 30px 4.5px;
    background-position: -1px top;
  }
  #ycampaign1 .EntryState__inner, #ycampaign2 .EntryState__inner, #ycampaign3 .EntryState__inner, #ycampaign4 .EntryState__inner {
    padding-right: 0;
  }
  #ycampaign1 .EntryState__textExcluded, #ycampaign1 .EntryState__textError, #ycampaign1 .EntryState__textEndCampaign, #ycampaign1 .EntryState__textComingSoon, #ycampaign1 .EntryState__textNonTarget, #ycampaign1 .EntryState__textMaintenance, #ycampaign1 .EntryState__textDevice, #ycampaign1 .EntryState__explain, #ycampaign2 .EntryState__textExcluded, #ycampaign2 .EntryState__textError, #ycampaign2 .EntryState__textEndCampaign, #ycampaign2 .EntryState__textComingSoon, #ycampaign2 .EntryState__textNonTarget, #ycampaign2 .EntryState__textMaintenance, #ycampaign2 .EntryState__textDevice, #ycampaign2 .EntryState__explain, #ycampaign3 .EntryState__textExcluded, #ycampaign3 .EntryState__textError, #ycampaign3 .EntryState__textEndCampaign, #ycampaign3 .EntryState__textComingSoon, #ycampaign3 .EntryState__textNonTarget, #ycampaign3 .EntryState__textMaintenance, #ycampaign3 .EntryState__textDevice, #ycampaign3 .EntryState__explain, #ycampaign4 .EntryState__textExcluded, #ycampaign4 .EntryState__textError, #ycampaign4 .EntryState__textEndCampaign, #ycampaign4 .EntryState__textComingSoon, #ycampaign4 .EntryState__textNonTarget, #ycampaign4 .EntryState__textMaintenance, #ycampaign4 .EntryState__textDevice, #ycampaign4 .EntryState__explain {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: auto;
    height: 60px;
    padding: 0 10px 10px;
    font-size: 18px;
    line-height: 1.25;
    letter-spacing: -0.04em;
  }
  #ycampaign1 .EntryState__textExcluded, #ycampaign2 .EntryState__textExcluded, #ycampaign3 .EntryState__textExcluded, #ycampaign4 .EntryState__textExcluded {
    font-size: 11px;
    line-height: 1.4em;
  }
  #ycampaign1 .EntryState__button, #ycampaign2 .EntryState__button, #ycampaign3 .EntryState__button, #ycampaign4 .EntryState__button {
    height: 60px;
    margin: 0 auto;
    -webkit-background-size: 27% 27%;
       -moz-background-size: 27%;
            background-size: 27%;
    background-position: center;
    -webkit-border-radius: 0 0 30px 30px;
       -moz-border-radius: 0 0 30px 30px;
            border-radius: 0 0 30px 30px;
  }
  #ycampaign1 .EntryState__button--done, #ycampaign2 .EntryState__button--done, #ycampaign3 .EntryState__button--done, #ycampaign4 .EntryState__button--done {
    background-image: url(../img/cp2_btndone.png);
    -webkit-background-size: 90% 90%;
       -moz-background-size: 90%;
            background-size: 90%;
  }
  #ycampaign1 .EntryState__button--conductor, #ycampaign2 .EntryState__button--conductor, #ycampaign3 .EntryState__button--conductor, #ycampaign4 .EntryState__button--conductor {
    display: none;
  }
  #ycampaign1 .EntryState__button--login, #ycampaign2 .EntryState__button--login, #ycampaign3 .EntryState__button--login, #ycampaign4 .EntryState__button--login {
    background-image: url(../img/cp2_btnlogin.png);
    -webkit-background-size: 90% 90%;
       -moz-background-size: 90%;
            background-size: 90%;
  }
  #ycampaign1 .EntryState__button--after, #ycampaign2 .EntryState__button--after, #ycampaign3 .EntryState__button--after, #ycampaign4 .EntryState__button--after {
    background-image: url(../img/cp2_btnend.png);
    -webkit-background-size: 90% 90%;
       -moz-background-size: 90%;
            background-size: 90%;
  }
  #ycampaign1 .EntryState__button--get, #ycampaign1 .EntryState__button--check, #ycampaign2 .EntryState__button--get, #ycampaign2 .EntryState__button--check, #ycampaign3 .EntryState__button--get, #ycampaign3 .EntryState__button--check, #ycampaign4 .EntryState__button--get, #ycampaign4 .EntryState__button--check {
    background-image: url(../img/cp2_btnget.png);
    -webkit-background-size: 90% 90%;
       -moz-background-size: 90%;
            background-size: 90%;
  }
}

.Info__head a:link, .Info__head a:visited {
  text-decoration: underline;
}
.Info__body {
  background-color: #fcecff;
  color: #ed8c36;
  text-align: center;
}
.Info__body a:link, .Info__body a:visited {
  color: #ed8c36;
  text-decoration: underline;
}
.Info__text--asterisk {
  position: relative;
  margin-left: 1.5em;
  width: 80%;
  margin: 0 auto;
}
.Info__text--asterisk::before {
  content: "※";
  position: absolute;
  left: -1.1em;
}
@media (min-width: 1000px) {
  .Info {
    width: 450px;
    margin: 0px auto -7px auto;
  }
  .Info__head {
    padding: 10px;
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;
    font-size: 11px;
    line-height: 1.2em;
    background: rgba(255, 255, 255, 0.55);
  }
  .Info__body {
    margin-top: 10px;
    padding: 10px;
    font-size: 15px;
  }
  .Info__text--center {
    text-align: center;
  }
  .Info__text + .Info__text {
    margin-top: 0.8em;
  }
  .Info h2.coupon {
    margin: 10px auto 0;
  }
  .Info h2.coupon img {
    width: 100%;
  }
}
@media (max-width: 999px) {
  .Info {
    margin: 0px 0 10px auto;
    padding: 0 15px;
  }
  .Info__head {
    padding: 10px 10px 10px 10px;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    font-size: 10px;
    background: rgba(255, 255, 255, 0.55);
  }
  .Info__body {
    margin-top: 8px;
    padding: 3px;
    font-size: 11px;
  }
  .Info__text--center {
    text-align: left;
  }
  .Info__text + .Info__text {
    margin-top: 0.4em;
  }
  .Info h2.coupon {
    margin: 10px auto -12px;
  }
  .Info h2.coupon img {
    width: 100%;
  }
}

.KeyVisual {
  text-indent: -9999px;
}
.KeyVisual__term {
  display: none;
}
@media (min-width: 1000px) {
  .KeyVisual {
    padding: 3px 0 10px 0;
  }
  .KeyVisual__title {
    width: 504px;
    height: 147px;
    margin: 12px auto 1px auto;
    background: url(../img/h1.png) no-repeat center 0;
    -webkit-background-size: 100% auto;
       -moz-background-size: 100% auto;
            background-size: 100% auto;
    image-rendering: auto;
  }
}
@media (max-width: 1000px) {
  .KeyVisual {
    height: 0;
    padding-top: 35.13%;
    background: url(../img/h1.png) no-repeat center 0;
    -webkit-background-size: 97% auto;
       -moz-background-size: 97% auto;
            background-size: 97% auto;
    background-position: center center;
    image-rendering: auto;
  }
}

.l-content {
  position: relative;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 1000px) {
  .l-content {
    padding-bottom: 30px;
    background: #ffbd6f url(../img/pc_bg.png) repeat-x top center;
    -webkit-background-size: 2290px 2290px;
       -moz-background-size: 2290px;
            background-size: 2290px;
    background-attachment: fixed;
  }
}
@media (max-width: 999px) {
  .l-content {
    background: #ffbd6f url(../img/sp_bg.png) no-repeat top center;
    -webkit-background-size: 100% auto;
       -moz-background-size: 100% auto;
            background-size: 100% auto;
  }
}

@media (min-width: 1000px) {
  .l-contentinner {
    position: relative;
    width: 520px;
    margin: 0 auto;
    -webkit-box-shadow: 0 9px 20px #e86335;
       -moz-box-shadow: 0 9px 20px #e86335;
            box-shadow: 0 9px 20px #e86335;
  }
}

.SearchCategory {
  display: none;
  text-indent: -9999px;
}
.SearchCategory.is-show {
  display: block;
}
.SearchCategory__categoryNote {
  width: 260px;
  margin: 15px auto 0;
  text-align: center;
  font-size: 15px;
  text-indent: 0;
}
@media (min-width: 1000px) {
  .SearchCategory__inner {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 100px;
    width: 192px;
    margin: 0 auto;
    padding: 18px 0 18px;
    background-color: #fff;
    text-indent: -9999px;
    -webkit-border-radius: 0 0 20px 20px;
       -moz-border-radius: 0 0 20px 20px;
            border-radius: 0 0 20px 20px;
  }
  .SearchCategory--02 .SearchCategory__inner, .SearchCategory--03 .SearchCategory__inner, .SearchCategory--04 .SearchCategory__inner {
    background-color: #fff;
  }
  .SearchCategory--02 .SearchCategory__link, .SearchCategory--03 .SearchCategory__link, .SearchCategory--04 .SearchCategory__link {
    background-position: center, right 2.2666666667vw center;
    background-color: #e17a00;
  }
  .SearchCategory--01 .SearchCategory__inner {
    background-color: #fff;
  }
  .SearchCategory--01 .SearchCategory__link {
    background-position: center, right 2.2666666667vw center;
    background-color: #c70d28;
  }
  .SearchCategory__title {
    height: 22px;
    margin-bottom: 10px;
    background: url(../img/title_category.png) no-repeat center 0;
    -webkit-background-size: 60% auto;
       -moz-background-size: 60% auto;
            background-size: 60% auto;
  }
  .SearchCategory__item {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    height: 50px;
    padding-top: 1px;
  }
  .SearchCategory__itema {
    text-indent: 0;
  }
  .SearchCategory__item--fashion .SearchCategory__link {
    background-image: url(../img/cate_fashion.png), url(../img/icon_category.png);
    background-position: 0 0, right 12px center;
    -webkit-background-size: 100%, 8px;
       -moz-background-size: 100%, 8px;
            background-size: 100%, 8px;
  }
  .SearchCategory__item--food .SearchCategory__link {
    background-image: url(../img/cate_food.png), url(../img/icon_category.png);
    background-position: 0 0, right 12px center;
    -webkit-background-size: 100%, 8px;
       -moz-background-size: 100%, 8px;
            background-size: 100%, 8px;
  }
  .SearchCategory__item--outdoor .SearchCategory__link {
    background-image: url(../img/cate_outdoor.png), url(../img/icon_category.png);
    background-position: 0 0, right 12px center;
    -webkit-background-size: 100%, 8px;
       -moz-background-size: 100%, 8px;
            background-size: 100%, 8px;
  }
  .SearchCategory__item--health .SearchCategory__link {
    background-image: url(../img/cate_health.png), url(../img/icon_category.png);
    background-position: 0 0, right 12px center;
    -webkit-background-size: 100%, 8px;
       -moz-background-size: 100%, 8px;
            background-size: 100%, 8px;
  }
  .SearchCategory__item--cosme .SearchCategory__link {
    background-image: url(../img/cate_cosme.png), url(../img/icon_category.png);
    background-position: 0 0, right 12px center;
    -webkit-background-size: 100%, 8px;
       -moz-background-size: 100%, 8px;
            background-size: 100%, 8px;
  }
  .SearchCategory__item--smartphone .SearchCategory__link {
    background-image: url(../img/cate_smartphone.png), url(../img/icon_category.png);
    background-position: 0 0, right 12px center;
    -webkit-background-size: 100%, 8px;
       -moz-background-size: 100%, 8px;
            background-size: 100%, 8px;
  }
  .SearchCategory__item--tv .SearchCategory__link {
    background-image: url(../img/cate_tv.png), url(../img/icon_category.png);
    background-position: 0 0, right 12px center;
    -webkit-background-size: 100%, 8px;
       -moz-background-size: 100%, 8px;
            background-size: 100%, 8px;
  }
  .SearchCategory__item--appliances .SearchCategory__link {
    background-image: url(../img/cate_appliances.png), url(../img/icon_category.png);
    background-position: 0 0, right 12px center;
    -webkit-background-size: 100%, 8px;
       -moz-background-size: 100%, 8px;
            background-size: 100%, 8px;
  }
  .SearchCategory__item--furniture .SearchCategory__link {
    background-image: url(../img/cate_furniture.png), url(../img/icon_category.png);
    background-position: 0 0, right 12px center;
    -webkit-background-size: 100%, 8px;
       -moz-background-size: 100%, 8px;
            background-size: 100%, 8px;
  }
  .SearchCategory__item--gardening .SearchCategory__link {
    background-image: url(../img/cate_gardening.png), url(../img/icon_category.png);
    background-position: 0 0, right 12px center;
    -webkit-background-size: 100%, 8px;
       -moz-background-size: 100%, 8px;
            background-size: 100%, 8px;
  }
  .SearchCategory__item--kitchen .SearchCategory__link {
    background-image: url(../img/cate_kitchen.png), url(../img/icon_category.png);
    background-position: 0 0, right 12px center;
    -webkit-background-size: 100%, 8px;
       -moz-background-size: 100%, 8px;
            background-size: 100%, 8px;
  }
  .SearchCategory__item--diy .SearchCategory__link {
    background-image: url(../img/cate_diy.png), url(../img/icon_category.png);
    background-position: 0 0, right 12px center;
    -webkit-background-size: 100%, 8px;
       -moz-background-size: 100%, 8px;
            background-size: 100%, 8px;
  }
  .SearchCategory__item--pet .SearchCategory__link {
    background-image: url(../img/cate_pet.png), url(../img/icon_category.png);
    background-position: 0 0, right 12px center;
    -webkit-background-size: 100%, 8px;
       -moz-background-size: 100%, 8px;
            background-size: 100%, 8px;
  }
  .SearchCategory__item--gakki .SearchCategory__link {
    background-image: url(../img/cate_gakki.png), url(../img/icon_category.png);
    background-position: 0 0, right 12px center;
    -webkit-background-size: 100%, 8px;
       -moz-background-size: 100%, 8px;
            background-size: 100%, 8px;
  }
  .SearchCategory__item--game .SearchCategory__link {
    background-image: url(../img/cate_game.png), url(../img/icon_category.png);
    background-position: 0 0, right 12px center;
    -webkit-background-size: 100%, 8px;
       -moz-background-size: 100%, 8px;
            background-size: 100%, 8px;
  }
  .SearchCategory__item--baby .SearchCategory__link {
    background-image: url(../img/cate_baby.png), url(../img/icon_category.png);
    background-position: 0 0, right 12px center;
    -webkit-background-size: 100%, 8px;
       -moz-background-size: 100%, 8px;
            background-size: 100%, 8px;
  }
  .SearchCategory__item--sports .SearchCategory__link {
    background-image: url(../img/cate_sports.png), url(../img/icon_category.png);
    background-position: 0 0, right 12px center;
    -webkit-background-size: 100%, 8px;
       -moz-background-size: 100%, 8px;
            background-size: 100%, 8px;
  }
  .SearchCategory__item--car .SearchCategory__link {
    background-image: url(../img/cate_car.png), url(../img/icon_category.png);
    background-position: 0 0, right 12px center;
    -webkit-background-size: 100%, 8px;
       -moz-background-size: 100%, 8px;
            background-size: 100%, 8px;
  }
  .SearchCategory__item--cd .SearchCategory__link {
    background-image: url(../img/cate_cd.png), url(../img/icon_category.png);
    background-position: 0 0, right 12px center;
    -webkit-background-size: 100%, 8px;
       -moz-background-size: 100%, 8px;
            background-size: 100%, 8px;
  }
  .SearchCategory__item--dvd .SearchCategory__link {
    background-image: url(../img/cate_dvd.png), url(../img/icon_category.png);
    background-position: 0 0, right 12px center;
    -webkit-background-size: 100%, 8px;
       -moz-background-size: 100%, 8px;
            background-size: 100%, 8px;
  }
  .SearchCategory__item--book .SearchCategory__link {
    background-image: url(../img/cate_book.png), url(../img/icon_category.png);
    background-position: 0 0, right 12px center;
    -webkit-background-size: 100%, 8px;
       -moz-background-size: 100%, 8px;
            background-size: 100%, 8px;
  }
  .SearchCategory__item--all .SearchCategory__link {
    background-image: url(../img/cate_all.png), url(../img/icon_category.png);
  }
  .SearchCategory__link {
    display: block;
    width: 85%;
    height: 40px;
    margin: 1px auto 0;
    background: #e17a00 no-repeat;
    background-position: center 11px, right 12px center;
    -webkit-border-radius: 20px;
       -moz-border-radius: 20px;
            border-radius: 20px;
    -webkit-transition: margin 100ms, -webkit-box-shadow 100ms, -webkit-filter 100ms;
    transition: margin 100ms, -webkit-box-shadow 100ms, -webkit-filter 100ms;
    -o-transition: margin 100ms, box-shadow 100ms, filter 100ms;
    -moz-transition: margin 100ms, box-shadow 100ms, filter 100ms, -moz-box-shadow 100ms;
    transition: margin 100ms, box-shadow 100ms, filter 100ms;
    transition: margin 100ms, box-shadow 100ms, filter 100ms, -webkit-box-shadow 100ms, -moz-box-shadow 100ms, -webkit-filter 100ms;
  }
  .SearchCategory__link:hover {
    margin-top: 3px;
    -webkit-filter: brightness(1.2);
            filter: brightness(1.2);
  }
}
@media (max-width: 999px) {
  .SearchCategory__inner {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto;
    padding: 3.3333333333vw 0 4vw;
    -webkit-border-radius: 10px 10px 10px 10px;
       -moz-border-radius: 10px 10px 10px 10px;
            border-radius: 10px 10px 10px 10px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 1.73333vw 0px rgba(55, 46, 46, 0.3);
       -moz-box-shadow: 0px 0px 1.73333vw 0px rgba(55, 46, 46, 0.3);
            box-shadow: 0px 0px 1.73333vw 0px rgba(55, 46, 46, 0.3);
    margin-top: -15px;
  }
  .SearchCategory--01 {
    margin-top: -6px;
  }
  .SearchCategory--01 .SearchCategory__inner {
    background-color: #fff;
  }
  .SearchCategory--01 .SearchCategory__link {
    background-color: #c70d28;
    background-position: center, right 2.2666666667vw center;
  }
  .SearchCategory--02, .SearchCategory--03, .SearchCategory--04 {
    margin-top: -6px;
  }
  .SearchCategory--02 .SearchCategory__inner, .SearchCategory--03 .SearchCategory__inner, .SearchCategory--04 .SearchCategory__inner {
    background-color: #fff;
  }
  .SearchCategory--02 .SearchCategory__link, .SearchCategory--03 .SearchCategory__link, .SearchCategory--04 .SearchCategory__link {
    background-color: #e17a00;
    background-position: center, right 2.2666666667vw center;
  }
  .SearchCategory--01 {
    width: 95%;
    margin: 0 auto;
    margin-top: -6px;
  }
  .SearchCategory__title {
    width: 24vw;
    height: 3.2vw;
    margin: 0 auto;
    margin-bottom: 2.8vw;
    background: url(../img/title_category.png) no-repeat center 0;
    -webkit-background-size: 100% auto;
       -moz-background-size: 100% auto;
            background-size: 100% auto;
  }
  .SearchCategory__item {
    width: 90%;
    height: 6.1333333333vw;
    margin: 0 auto;
  }
  .SearchCategory__item:nth-of-type(n+2) {
    margin-top: 1.3333333333vw;
  }
  .SearchCategory__item--fashion .SearchCategory__link {
    background-image: url(../img/cate_fashion-sp.png), url(../img/icon_category.png);
    -webkit-background-size: 100%, 1.0666666667vw auto;
       -moz-background-size: 100%, 1.0666666667vw auto;
            background-size: 100%, 1.0666666667vw auto;
  }
  .SearchCategory__item--food .SearchCategory__link {
    background-image: url(../img/cate_food-sp.png), url(../img/icon_category.png);
    -webkit-background-size: 100%, 1.0666666667vw auto;
       -moz-background-size: 100%, 1.0666666667vw auto;
            background-size: 100%, 1.0666666667vw auto;
  }
  .SearchCategory__item--outdoor .SearchCategory__link {
    background-image: url(../img/cate_outdoor-sp.png), url(../img/icon_category.png);
    -webkit-background-size: 84%, 1.0666666667vw auto;
       -moz-background-size: 84%, 1.0666666667vw auto;
            background-size: 84%, 1.0666666667vw auto;
  }
  .SearchCategory__item--health .SearchCategory__link {
    background-image: url(../img/cate_health-sp.png), url(../img/icon_category.png);
    -webkit-background-size: 100%, 1.0666666667vw auto;
       -moz-background-size: 100%, 1.0666666667vw auto;
            background-size: 100%, 1.0666666667vw auto;
  }
  .SearchCategory__item--cosme .SearchCategory__link {
    background-image: url(../img/cate_cosme-sp.png), url(../img/icon_category.png);
    -webkit-background-size: 100%, 1.0666666667vw auto;
       -moz-background-size: 100%, 1.0666666667vw auto;
            background-size: 100%, 1.0666666667vw auto;
  }
  .SearchCategory__item--smartphone .SearchCategory__link {
    background-image: url(../img/cate_smartphone-sp.png), url(../img/icon_category.png);
    -webkit-background-size: 84%, 1.0666666667vw auto;
       -moz-background-size: 84%, 1.0666666667vw auto;
            background-size: 84%, 1.0666666667vw auto;
  }
  .SearchCategory__item--tv .SearchCategory__link {
    background-image: url(../img/cate_tv-sp.png), url(../img/icon_category.png);
    -webkit-background-size: 90%, 1.0666666667vw auto;
       -moz-background-size: 90%, 1.0666666667vw auto;
            background-size: 90%, 1.0666666667vw auto;
  }
  .SearchCategory__item--appliances .SearchCategory__link {
    background-image: url(../img/cate_appliances-sp.png), url(../img/icon_category.png);
    -webkit-background-size: 100%, 1.0666666667vw auto;
       -moz-background-size: 100%, 1.0666666667vw auto;
            background-size: 100%, 1.0666666667vw auto;
  }
  .SearchCategory__item--furniture .SearchCategory__link {
    background-image: url(../img/cate_furniture-sp.png), url(../img/icon_category.png);
    -webkit-background-size: 100%, 1.0666666667vw auto;
       -moz-background-size: 100%, 1.0666666667vw auto;
            background-size: 100%, 1.0666666667vw auto;
  }
  .SearchCategory__item--gardening .SearchCategory__link {
    background-image: url(../img/cate_gardening-sp.png), url(../img/icon_category.png);
    -webkit-background-size: 100%, 1.0666666667vw auto;
       -moz-background-size: 100%, 1.0666666667vw auto;
            background-size: 100%, 1.0666666667vw auto;
  }
  .SearchCategory__item--kitchen .SearchCategory__link {
    background-image: url(../img/cate_kitchen-sp.png), url(../img/icon_category.png);
    -webkit-background-size: 100%, 1.0666666667vw auto;
       -moz-background-size: 100%, 1.0666666667vw auto;
            background-size: 100%, 1.0666666667vw auto;
  }
  .SearchCategory__item--diy .SearchCategory__link {
    background-image: url(../img/cate_diy-sp.png), url(../img/icon_category.png);
    -webkit-background-size: 100%, 1.0666666667vw auto;
       -moz-background-size: 100%, 1.0666666667vw auto;
            background-size: 100%, 1.0666666667vw auto;
  }
  .SearchCategory__item--pet .SearchCategory__link {
    background-image: url(../img/cate_pet-sp.png), url(../img/icon_category.png);
    -webkit-background-size: 100%, 1.0666666667vw auto;
       -moz-background-size: 100%, 1.0666666667vw auto;
            background-size: 100%, 1.0666666667vw auto;
  }
  .SearchCategory__item--gakki .SearchCategory__link {
    background-image: url(../img/cate_gakki-sp.png), url(../img/icon_category.png);
    -webkit-background-size: 90%, 1.0666666667vw auto;
       -moz-background-size: 90%, 1.0666666667vw auto;
            background-size: 90%, 1.0666666667vw auto;
  }
  .SearchCategory__item--game .SearchCategory__link {
    background-image: url(../img/cate_game-sp.png), url(../img/icon_category.png);
    -webkit-background-size: 100%, 1.0666666667vw auto;
       -moz-background-size: 100%, 1.0666666667vw auto;
            background-size: 100%, 1.0666666667vw auto;
  }
  .SearchCategory__item--baby .SearchCategory__link {
    background-image: url(../img/cate_baby-sp.png), url(../img/icon_category.png);
    -webkit-background-size: 90%, 1.0666666667vw auto;
       -moz-background-size: 90%, 1.0666666667vw auto;
            background-size: 90%, 1.0666666667vw auto;
  }
  .SearchCategory__item--sports .SearchCategory__link {
    background-image: url(../img/cate_sports-sp.png), url(../img/icon_category.png);
    -webkit-background-size: 100%, 1.0666666667vw auto;
       -moz-background-size: 100%, 1.0666666667vw auto;
            background-size: 100%, 1.0666666667vw auto;
  }
  .SearchCategory__item--car .SearchCategory__link {
    background-image: url(../img/cate_car-sp.png), url(../img/icon_category.png);
    -webkit-background-size: 100%, 1.0666666667vw auto;
       -moz-background-size: 100%, 1.0666666667vw auto;
            background-size: 100%, 1.0666666667vw auto;
  }
  .SearchCategory__item--cd .SearchCategory__link {
    background-image: url(../img/cate_cd-sp.png), url(../img/icon_category.png);
    -webkit-background-size: 85%, 1.0666666667vw auto;
       -moz-background-size: 85%, 1.0666666667vw auto;
            background-size: 85%, 1.0666666667vw auto;
  }
  .SearchCategory__item--dvd .SearchCategory__link {
    background-image: url(../img/cate_dvd-sp.png), url(../img/icon_category.png);
    -webkit-background-size: 100%, 1.0666666667vw auto;
       -moz-background-size: 100%, 1.0666666667vw auto;
            background-size: 100%, 1.0666666667vw auto;
  }
  .SearchCategory__item--book .SearchCategory__link {
    background-image: url(../img/cate_book-sp.png), url(../img/icon_category.png);
    -webkit-background-size: 100%, 1.0666666667vw auto;
       -moz-background-size: 100%, 1.0666666667vw auto;
            background-size: 100%, 1.0666666667vw auto;
  }
  .SearchCategory__item--all .SearchCategory__link {
    background-image: url(../img/cate_all-sp.png), url(../img/icon_category.png);
    -webkit-background-size: 100%, 1.0666666667vw auto;
       -moz-background-size: 100%, 1.0666666667vw auto;
            background-size: 100%, 1.0666666667vw auto;
  }
  .SearchCategory__item--tv {
    margin-top: 3.3333333333vw;
  }
  .SearchCategory__link {
    display: block;
    width: 100%;
    height: 6.1333333333vw;
    margin: 0 auto;
    -webkit-border-radius: 3.0666666667vw;
       -moz-border-radius: 3.0666666667vw;
            border-radius: 3.0666666667vw;
    -webkit-transition: margin 100ms, -webkit-box-shadow 100ms, -webkit-filter 100ms;
    transition: margin 100ms, -webkit-box-shadow 100ms, -webkit-filter 100ms;
    -o-transition: margin 100ms, box-shadow 100ms, filter 100ms;
    -moz-transition: margin 100ms, box-shadow 100ms, filter 100ms, -moz-box-shadow 100ms;
    transition: margin 100ms, box-shadow 100ms, filter 100ms;
    transition: margin 100ms, box-shadow 100ms, filter 100ms, -webkit-box-shadow 100ms, -moz-box-shadow 100ms, -webkit-filter 100ms;
    background-repeat: no-repeat;
  }
}

.EntryInfo {
  background: rgba(255, 255, 255, 0.55);
  padding: 10px;
  width: 90%;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
}
@media (min-width: 751px) {
  .EntryInfo {
    margin: 20px auto;
  }
  .EntryInfo__note {
    margin: 15px 15px 0;
    text-align: center;
    font-size: 12px;
    text-indent: 0;
  }
}
@media (max-width: 750px) {
  .EntryInfo {
    margin: 10px auto;
  }
  .EntryInfo__note {
    width: auto;
    margin-top: 8px;
    font-size: 10px;
    text-align: center;
    padding: 0 20px;
  }
}

@media (min-width: 751px) {
  .chopai .l-contentinner a {
    -webkit-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    transition: all 200ms ease;
  }
  .l-contentinner a:hover, .chopai:hover {
    opacity: 0.7;
  }
  .addbanner, .chopai {
    margin: 0 auto 0px auto;
    display: block;
    background: #fff;
    padding: 20px 0 10px 0;
  }
  .addbanner p.addbanner_1 {
    width: 100%;
    margin: 0 auto;
    background: url(../img/ttl_shuppin.png) no-repeat top center;
    -webkit-background-size: 90% 90%;
       -moz-background-size: 90%;
            background-size: 90%;
    height: 64px;
    text-indent: -9999px;
  }
  .addbanner p.addbanner_2 {
    width: 100%;
    margin: 0 auto;
    background: url(../img/ttl_debut.png) no-repeat;
    -webkit-background-size: 100% 100%;
       -moz-background-size: 100%;
            background-size: 100%;
    height: 64px;
    text-indent: -9999px;
  }
  .addbanner p.addbanner_3 {
    width: 100%;
    margin: 0 auto;
    background: url(../img/kinitu500_h2.png) no-repeat;
    -webkit-background-size: 100% 100%;
       -moz-background-size: 100%;
            background-size: 100%;
    height: 64px;
    text-indent: -9999px;
  }
  .addbanner p.addbanner_2.is-hide {
    display: none;
  }
  .addbanner a {
    width: 80%;
    margin: 0 auto;
    display: block;
  }
  .addbanner a.is-hide {
    display: none;
  }
  .addbanner a > img, .chopai img {
    width: 100%;
  }
  .addbanner p.addbanner_2.is-hide {
    display: none;
  }
}
@media (max-width: 750px) {
  .addbanner {
    padding: 20px 0 20px 0;
    background: #fff;
  }
  .addbanner, .chopai {
    width: 90%;
    margin: 0 auto;
    margin-top: 6.6666666667vw;
  }
  .addbanner p.addbanner_0 {
    margin: 0 auto;
    background: url(../img/h3_frmoak.png) no-repeat;
    -webkit-background-size: 100% 100%;
       -moz-background-size: 100%;
            background-size: 100%;
    width: 90.6666666667vw;
    height: 11.8666666667vw;
  }
  .addbanner p.addbanner_1 {
    margin: 20px auto 0px auto;
    background: url(../img/ttl_shuppin.png) no-repeat top center;
    -webkit-background-size: 90% 90%;
       -moz-background-size: 90%;
            background-size: 90%;
    width: 90.6666666667vw;
    height: 11.8666666667vw;
    text-indent: -9999px;
  }
  .addbanner p.addbanner_2 {
    margin: 0 auto;
    background: url(../img/ttl_debut.png) no-repeat;
    -webkit-background-size: 100% 100%;
       -moz-background-size: 100%;
            background-size: 100%;
    width: 90.6666666667vw;
    height: 11.8666666667vw;
    text-indent: -9999px;
  }
  .addbanner p.addbanner_3 {
    margin: 0 auto;
    background: url(../img/kinitu500_h2.png) no-repeat;
    -webkit-background-size: 100% 100%;
       -moz-background-size: 100%;
            background-size: 100%;
    width: 90.6666666667vw;
    height: 11.8666666667vw;
    text-indent: -9999px;
  }
  .addbanner p.addbanner_2.is-hide {
    display: none;
  }
  .addbanner {
    width: 100%;
    margin: 0 auto 0px auto;
    display: block;
    padding-top: 10px;
  }
  .chopai {
    width: 90%;
    display: block;
    margin-top: 40px;
  }
  .chopai img {
    width: 100%;
  }
  .addbanner a {
    display: block;
    width: 90%;
    margin: 0 auto 10px auto;
  }
  .addbanner a.is-hide {
    display: none;
  }
  .addbanner a > img, .chopai > img {
    width: 100%;
    margin: 0 auto;
  }
}
@media (min-width: 1000px) {
  #pfm_f2y_bnr_all {
    background: #fff;
  }
  .Aucnwebuyer {
    width: 450px;
    margin: 0 auto;
    height: 211px;
    padding-top: 114px;
    text-indent: -9999px;
    background: url(../img/background_aucnwebuyerSp.png) no-repeat top center;
    -webkit-background-size: 100% 100%;
       -moz-background-size: 100%;
            background-size: 100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
  .Aucnwebuyer__link--detail {
    display: block;
    width: 34.6666666667vw;
    height: 7.4666666667vw;
    margin: 0 auto;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../img/text_buttonDetail.png);
    -webkit-background-size: 18.8vw auto;
       -moz-background-size: 18.8vw auto;
            background-size: 18.8vw auto;
    background-color: #cf0f50;
    text-align: center;
    text-decoration: none;
    outline: none;
    text-indent: -9999px;
    -webkit-border-radius: 3.7333333333vw;
       -moz-border-radius: 3.7333333333vw;
            border-radius: 3.7333333333vw;
  }
  .Aucnwebuyer__link--01 {
    display: block;
    width: 418px;
    height: 73px;
    margin: 0 auto 0;
    background-image: url(../img/700_124_newbuyer_new.png);
    background-position: top center;
    -webkit-background-size: 100% 100%;
       -moz-background-size: 100%;
            background-size: 100%;
  }
  .Aucnwebuyer__link:hover {
    -webkit-filter: brightness(1.05);
            filter: brightness(1.05);
  }
}
@media (max-width: 999px) {
  .Aucnwebuyer {
    width: 100%;
    margin: 0 auto;
    height: 46.2666666667vw;
    padding-top: 24vw;
    text-indent: -9999px;
    background: #fff url(../img/background_aucnwebuyerSp.png) 50% 0 no-repeat;
    -webkit-background-size: 100% auto;
       -moz-background-size: 100% auto;
            background-size: 100% auto;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
  .Aucnwebuyer__link {
    background: no-repeat center 0;
  }
  .Aucnwebuyer__link--detail {
    display: block;
    width: 34.6666666667vw;
    height: 7.4666666667vw;
    margin: 0 auto;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../img/text_buttonDetail.png);
    -webkit-background-size: 18.8vw auto;
       -moz-background-size: 18.8vw auto;
            background-size: 18.8vw auto;
    background-color: #cf0f50;
    text-align: center;
    text-decoration: none;
    outline: none;
    text-indent: -9999px;
    -webkit-border-radius: 3.7333333333vw;
       -moz-border-radius: 3.7333333333vw;
            border-radius: 3.7333333333vw;
  }
  .Aucnwebuyer__link--01 {
    display: block;
    width: 96vw;
    height: 19.2vw;
    margin: 0 auto 0;
    background-image: url(../img/700_124_newbuyer_new.png);
    background-position: 1.3333333333vw 1.3333333333vw;
    -webkit-background-size: 93.3333333333vw 16.5333333333vw;
       -moz-background-size: 93.3333333333vw 16.5333333333vw;
            background-size: 93.3333333333vw 16.5333333333vw;
    background-color: #ffffff;
  }
  .Aucnwebuyer__link:hover {
    -webkit-filter: brightness(1.05);
            filter: brightness(1.05);
  }
}
@media (min-width: 1000px) {
  h2.nextweek {
    width: 100%;
    background: #fff url(../img/nextweek_h2.png) no-repeat center;
    -webkit-background-size: 460px auto;
       -moz-background-size: 460px auto;
            background-size: 460px auto;
    margin-bottom: 20px;
    height: 72px;
    padding: 5px 0;
    text-indent: -9999px;
    overflow: hidden;
  }
  .wrap_nextweek {
    background: rgba(255, 255, 255, 0.8470588235);
    margin-bottom: 40px;
    width: 430px;
    padding: 20px 15px 12px 15px;
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;
    margin: -9px auto 100px auto;
  }
  .wrap_nextweek p {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 0;
    padding-top: 31.05%;
    background: url(../img/nextweek_p.png) no-repeat center;
    -webkit-background-size: 100% 100%;
       -moz-background-size: 100%;
            background-size: 100%;
    text-indent: -9999px;
    overflow: hidden;
  }
  .wrap_nextweek ul {
    width: 90%;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .wrap_nextweek ul li {
    width: 47%;
    margin-bottom: 20px;
    height: 0;
    padding-top: 47%;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: 100% 100%;
       -moz-background-size: 100%;
            background-size: 100%;
    text-indent: -9999px;
    overflow: hidden;
  }
  .wrap_nextweek ul li:nth-child(1) {
    background-image: url(../img/nextweek_1.png);
  }
  .wrap_nextweek ul li:nth-child(2) {
    background-image: url(../img/nextweek_2.png);
  }
  .wrap_nextweek ul li:nth-child(3) {
    background-image: url(../img/nextweek_3.png);
  }
  .wrap_nextweek ul li:nth-child(4) {
    background-image: url(../img/nextweek_4.png);
  }
}
@media (max-width: 1000px) {
  h2.nextweek {
    margin-bottom: 10px;
    background: #ffffff url(../img/nextweek_h2.png) no-repeat center;
    -webkit-background-size: 100% auto;
       -moz-background-size: 100% auto;
            background-size: 100% auto;
    -webkit-background-origin: content-box;
       -moz-background-origin: content-box;
            background-origin: content-box;
    height: 0;
    padding: 8% 15px;
    text-indent: -9999px;
    overflow: hidden;
  }
  .wrap_nextweek {
    background: rgba(255, 255, 255, 0.4901960784);
    font-size: 10px;
    margin: 0 20px 60px 20px;
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;
    padding: 15px 15px 0 15px;
  }
  .wrap_nextweek p {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 0;
    padding-top: 31.05%;
    background: url(../img/nextweek_p.png) no-repeat center;
    -webkit-background-size: 100% 100%;
       -moz-background-size: 100%;
            background-size: 100%;
    text-indent: -9999px;
    overflow: hidden;
  }
  .wrap_nextweek ul {
    width: 90%;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .wrap_nextweek ul li {
    width: 47%;
    margin-bottom: 20px;
    height: 0;
    padding-top: 47%;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: 100% 100%;
       -moz-background-size: 100%;
            background-size: 100%;
    text-indent: -9999px;
    overflow: hidden;
  }
  .wrap_nextweek ul li:nth-child(1) {
    background-image: url(../img/nextweek_1.png);
  }
  .wrap_nextweek ul li:nth-child(2) {
    background-image: url(../img/nextweek_2.png);
  }
  .wrap_nextweek ul li:nth-child(3) {
    background-image: url(../img/nextweek_3.png);
  }
  .wrap_nextweek ul li:nth-child(4) {
    background-image: url(../img/nextweek_4.png);
  }
}
@media (min-width: 1000px) {
  .wrap_entryitemdate {
    padding: 30px 30px;
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;
    font-size: 11px;
    line-height: 1.1em;
    background: #f9e3b5;
    width: 390px;
    margin: 0 auto 100px auto;
  }
  .wrap_entryitemdate h3 {
    width: 390px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .wrap_entryitemdate h3 img {
    text-align: center;
    margin: 0 auto;
    width: 100%;
  }
  .wrap_entryitemdate p {
    display: block;
    text-align: center;
    margin: 0 auto;
    width: 390px;
    line-height: 1.4em;
  }
}
@media (max-width: 1000px) {
  .wrap_entryitemdate {
    background: #f9e3b5;
    font-size: 10px;
    padding: 20px 20px 20px 20px;
    margin: 0 20px 60px 20px;
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;
  }
  .wrap_entryitemdate h3 {
    width: 100%;
    margin: 0 auto 10px auto;
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;
  }
  .wrap_entryitemdate h3 img {
    margin: 0 auto;
    width: 100%;
  }
  .wrap_entryitemdate p {
    display: block;
    text-align: center;
    margin: 0 auto 10px auto;
    width: 100%;
  }
  .wrap_entryitemdate p img {
    width: 100%;
  }
}
.AppDownload {
  position: relative;
  margin-bottom: 0px;
  padding: 0px;
}
.AppDownload__inner {
  width: 220px;
  max-width: 250px;
  border: none;
  background-color: #fff;
  -webkit-border-radius: 30px;
     -moz-border-radius: 30px;
          border-radius: 30px;
  padding: 30px 0;
}
.AppDownload__title {
  width: 149px;
  height: 34px;
  margin: 0 auto;
  background: url(../img/appdownload_title-pc.png) 0 0 no-repeat;
  -webkit-background-size: 100% auto;
     -moz-background-size: 100% auto;
          background-size: 100% auto;
  padding: 0;
}
.AppDownload__body {
  display: block;
}
.AppDownload__iphone, .AppDownload__android, .AppDownload__qr {
  display: block;
  margin: 5px auto 0;
}
.AppDownload__iphone, .AppDownload__android {
  margin: 15px auto 0;
}
.AppDownload__movecontents {
  position: absolute;
  top: 100px;
  right: -270px;
}
.AppDownload__movecontents .AppDownload__inner {
  -webkit-border-radius: 30px;
     -moz-border-radius: 30px;
          border-radius: 30px;
}
@media (max-width: 999px) {
  .AppDownload__inner {
    width: auto;
    max-width: none;
    padding: 30px;
    margin: 0 30px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    margin: 40px 30px 50px 30px;
  }
  .AppDownload__title {
    width: 249px;
    height: 31px;
    margin: 0 auto 15px auto;
  }
  .AppDownload__body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.State {
  padding: 16px;
}
.State__inner p {
  text-align: center;
  margin-top: 10px;
  font-size: 100%;
  font-weight: bold;
  color: #bc0026;
}
.State__id {
  font-size: 87.5% !important;
}
.State__id span {
  color: #333333;
}
.State__button {
  display: block;
  text-align: center;
  font-size: 112.5%;
  font-weight: bold;
  line-height: 50px;
  height: 50px;
  width: 300px;
  margin: 0 auto;
  background: #dddddd;
  margin-top: 10px;
  color: #ffffff !important;
  -webkit-border-radius: 25px;
     -moz-border-radius: 25px;
          border-radius: 25px;
}
.State__button--login {
  background: #0099ff;
}
.State__button--get {
  background: #ff9933;
}
.State__button--check {
  background: #cc3300;
}
.State__button--done {
  background: #DDD;
  color: #888 !important;
}
.State__button--after {
  background: #DDD;
  color: #888 !important;
}
.State__button:hover {
  text-decoration: none !important;
  opacity: 0.8;
}

.Loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 101;
}
.Loading__icon {
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100px;
  height: 100px;
  margin: auto;
  background: #fff url(../img/ico_loader.gif) center no-repeat;
  text-indent: -9999px;
}

.GrayFilter {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
}

.EMG {
  padding: 0 20px;
}
.EMG > table {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}
.EMG br {
  display: none;
}
.EMG td {
  padding: 2px !important;
}

.MEM {
  display: none;
}

.Share {
  display: none;
}

body {
  min-width: 320px;
}

.PageTopNav {
  padding-top: 1px;
  background-color: #fff;
}

.OtokuBuy__item--pfm_weekend_event202302,
.pfm_weekend_event202302 {
  display: none;
}

.Otoku {
  padding-bottom: 0px;
}
@media (max-width: 750px) {
  .Otoku {
    padding-bottom: 0px;
  }
}

.OtokuBuy, .OtokuSell ol li.OtokuSell__item--torima_event202311 {
  display: none !important;
}

.js-entryInfo {
  text-align: center;
}

.EntryItem__wrap.is-show .SearchCategory {
  display: block;
}

@media (min-width: 1000px) {
  .onlysp {
    display: none !important;
  }
  .onlyapp {
    display: none !important;
  }
  .EntryItem__wrap--03, .EntryItem__wrap--04 {
    margin-top: 18px;
  }
}
@media (max-width: 999px) {
  .onlypc {
    display: none !important;
  }
  .onlyapp {
    display: none !important;
  }
}
.AppDownload__iphone {
  width: 160px;
  height: 58px;
  margin-right: 0px;
  background: url(https://s.yimg.jp/images/paypayfleamarket/campaign/promo/8803/img/download_iphone.png) no-repeat center top !important;
  -webkit-background-size: 100% 100% !important;
     -moz-background-size: 100% !important;
          background-size: 100% !important;
  margin: 20px auto 0 auto;
}

.AppDownload__android {
  width: 166px;
  height: 50px;
  margin-right: 0px;
  background: url(https://s.yimg.jp/images/paypayfleamarket/campaign/promo/8803/img/download_android.png) no-repeat center top !important;
  -webkit-background-size: 100% 100% !important;
     -moz-background-size: 100% !important;
          background-size: 100% !important;
  margin: 20px auto 0 auto;
}

#ycampaign1 a.EntryState__button.EntryState__button--get {
  background-image: url(../img/cp2_btnget_red.png);
  -webkit-background-size: 90% 90%;
     -moz-background-size: 90%;
          background-size: 90%;
}