@charset "UTF-8";
/*
type-entry.css
  (C)  LY Corporation
*/
.FeaturedProducts__info:after, .FeaturedProducts__items:after, .State__coupon:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: ".";
}

.Knowledge {
    margin: 20px 0;
}
.Knowledge__inner {
    margin: 0 auto;
}
.Knowledge__header {
    margin-bottom: 20px;
}
.Knowledge__title--normal {
    background-image: url(https://s.yimg.jp/images/auct/cms/common/sp/img/1.0.0/spr_common_04.png);
    background-position: -120px -212px;
    width: 173px;
    height: 14px;
    text-indent: -9999px;
    margin: 0 auto;
}
.Knowledge__items {
    text-align: center;
    font-size: 0;
}
.Knowledge__item {
    display: inline-block;
    margin: 0 9px;
}
.Knowledge__item--app .Knowledge__link {
    background-image: url(https://s.yimg.jp/images/auct/cms/common/sp/img/1.0.0/spr_common_04.png);
    background-position: -184px -120px;
    width: 82px;
    height: 82px;
}
.Knowledge__item--infographic .Knowledge__link {
    background-image: url(https://s.yimg.jp/images/auct/cms/common/sp/img/1.0.0/spr_common_04.png);
    background-position: 0 -120px;
    width: 82px;
    height: 82px;
}
.Knowledge__item--safesupport .Knowledge__link {
    background-image: url(https://s.yimg.jp/images/auct/cms/common/sp/img/1.0.0/spr_common_04.png);
    background-position: -276px -120px;
    width: 82px;
    height: 82px;
}
.Knowledge__item--about .Knowledge__link {
    background-image: url(https://s.yimg.jp/images/auct/cms/common/sp/img/1.0.0/spr_common_04.png);
    background-position: -368px -120px;
    width: 82px;
    height: 82px;
}
.Knowledge__link {
    display: block;
    text-indent: -9999px;
    font-size: medium;
}

.u-marginB0 {
    margin-bottom: 0 !important;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .Knowledge__title--normal {
        background-image: url(https://s.yimg.jp/images/auct/cms/common/sp/img/1.0.0/spr_common_04_2x.png);
        background-size: 552px 357px;
    }
    .Knowledge__link {
        background-size: 552px 357px;
    }
    .Knowledge__item--about .Knowledge__link {
        background-image: url(https://s.yimg.jp/images/auct/cms/common/sp/img/1.0.0/spr_common_04_2x.png);
    }
    .Knowledge__item--safesupport .Knowledge__link {
        background-image: url(https://s.yimg.jp/images/auct/cms/common/sp/img/1.0.0/spr_common_04_2x.png);
    }
    .Knowledge__item--infographic .Knowledge__link {
        background-image: url(https://s.yimg.jp/images/auct/cms/common/sp/img/1.0.0/spr_common_04_2x.png);
    }
    .Knowledge__item--app .Knowledge__link {
        background-image: url(https://s.yimg.jp/images/auct/cms/common/sp/img/1.0.0/spr_common_04_2x.png);
    }
}
.Appinfo {
    margin: 30px 0;
}
.Appinfo__title {
    background-image: url(https://s.yimg.jp/images/auct/cms/common/sp/img/1.0.0/spr_common_04.png);
    background-position: -260px 0;
    width: 292px;
    height: 35px;
    margin: 0 auto 15px;
    text-indent: -9999px;
}
.Appinfo__deviceItems {
    text-align: center;
    font-size: 0;
}
.Appinfo__deviceItem {
    display: inline-block;
    margin: 0 9px;
}
.Appinfo__link {
    display: table;
    background-image: url(https://s.yimg.jp/images/auct/cms/common/sp/img/1.0.0/spr_common_04.png);
    text-indent: -9999px;
}
.Appinfo__link--android {
    background-position: -260px -45px;
    width: 151px;
    height: 45px;
}
.Appinfo__link--iphone {
    background-position: -421px -45px;
    width: 123px;
    height: 45px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .Appinfo__link--iphone {
        background-image: url(https://s.yimg.jp/images/auct/cms/common/sp/img/1.0.0/spr_common_04_2x.png);
        background-size: 552px 357px;
    }
    .Appinfo__link--android {
        background-image: url(https://s.yimg.jp/images/auct/cms/common/sp/img/1.0.0/spr_common_04_2x.png);
        background-size: 552px 357px;
    }
}
/*******************************************
  Modalの背景など
*******************************************/
.GrayFilter {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: #000000;
    opacity: 0.5;
}

/*******************************************
  ロード中
*******************************************/
.Loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 101;
}
.Loading__icon {
    width: 120px;
    height: 120px;
    line-height: 120px;
    text-align: center;
    color: #999999;
    background-repeat: no-repeat;
    background-color: #ffffff;
    top: 50%;
    left: 50%;
    position: fixed;
    margin-top: -60px;
    margin-left: -60px;
}

.Emergency {
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 10px;
    font-size: 75%;
    background-color: #ffffff;
}
.Emergency__text {
    padding: 5px 10px;
    border: 2px solid #ff0033;
    color: #ff0033;
}

.KeyVisual {
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}
.KeyVisual__inner {
    width: 100vw;
    height: 109.333vw;
    margin: 0 auto;
    background-image: url(../img/title_keyvisual.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
}
@media (min-width: 768px) {
    .KeyVisual__inner {
        width: 520px;
        height: 569px;
        margin: 0 auto;
        background-image: url(../img/title_keyvisual.png);
        background-size: 100% auto;
        background-repeat: no-repeat;
    }
}

.State__inner {
    padding: 0 1.3333333333vw;
}
.State__inner p {
    padding-top: 1.3333333333vw;
    padding-bottom: 1.3333333333vw;
    text-align: center;
    font-size: 93.75%;
    font-weight: bold;
    color: #2f2c2b;
}
.State__id {
    display: block;
    font-size: 2.6666666667vw !important;
    text-shadow: none !important;
}
.State__id span {
    color: #2f2c2b;
}
.State__id a {
    color: #004acc;
    text-decoration: underline;
}
.State__button {
    display: block;
    width: 79.0666666667vw;
    height: 16.8vw;
    margin: 0 auto;
    background: no-repeat center 0;
    background-size: 100% auto;
}
.State__button--get {
    overflow: hidden;
    text-indent: 200%;
    white-space: nowrap;
    background-image: url(../img/btn_entry.png);
    cursor: pointer;
    animation: doki 800ms ease;
    animation-iteration-count: 3;
}
@keyframes doki {
    0% {
        transform: scale(1);
    }
    15% {
        transform: scale(1.1);
    }
    30% {
        transform: scale(1);
    }
    45% {
        transform: scale(1.1);
    }
    70%,
    100% {
        transform: scale(1);
    }
}
.State__button--login {
    display: block;
    background-image: url(../img/btn_login.png);
    overflow: hidden;
    text-indent: 200%;
    white-space: nowrap;
}
.State__button--check {
    background: #ff8a00;
}
.State__button--done {
    background-image: url(../img/btn_done.png);
    overflow: hidden;
    text-indent: 200%;
    white-space: nowrap;
}
.State__button--after {
    background-image: url(../img/btn_end.png);
    overflow: hidden;
    text-indent: 200%;
    white-space: nowrap;
}
.State__button--paypay {
    text-align: center;
    font-size: 5vw;
    line-height: 2em;
}
.State__coupon {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 77%;
    height: inherit;
    margin: 0 auto;
    padding: 1%;
    background-color: #6a0016;
    color: #ffeba6;
    font-size: 0;
    border-radius: 2px;
}
.State__coupon.is-hide {
    display: none;
}
.State__couponCode {
    width: 100%;
    height: inherit;
    text-align: center;
    font-size: 11px;
    line-height: 11px;
    box-sizing: border-box;
}
.State__couponNum {
    float: left;
    width: 66%;
    height: inherit;
    padding-left: 4%;
    font-size: 18px;
    line-height: 36px;
    text-align: left;
    background: #fff;
    color: #000;
    border-radius: 2px 0 0 2px;
}
.State__couponCopy {
    float: right;
    width: 30%;
    height: inherit;
    text-align: center;
    background-color: #ffda45;
    color: #000 !important;
    border-radius: 0 2px 2px 0;
    font-size: 13px;
    line-height: 36px;
}
.State__couponCopy:link, .State__couponCopy:visited {
    color: #fff;
}
@media (min-width: 768px) {
    .State__inner {
        padding: 24px 0 0;
    }
    .State__inner p {
        padding-top: 0;
        padding-bottom: 10px;
        text-align: center;
        font-size: 93.75%;
        font-weight: bold;
        color: #2f2c2b;
    }
    .State__id {
        display: block;
        font-size: 75% !important;
        text-shadow: none !important;
    }
    .State__id span {
        color: #2f2c2b;
    }
    .State__button {
        display: block;
        width: 440px;
        height: 92px;
        margin: 0 auto;
        background-repeat: no-repeat;
        background-position: center 0;
        background-size: 100% auto;
    }
    .State__button:hover {
        opacity: 0.8;
    }
    .State__button--login {
        display: block;
        overflow: hidden;
        text-indent: 200%;
        white-space: nowrap;
        background: url(../img/btn_login.png) top center/440px auto no-repeat;
    }
    .State__button--get {
        overflow: hidden;
        text-indent: 200%;
        white-space: nowrap;
        background: url(../img/btn_entry.png) top center/440px auto no-repeat;
        cursor: pointer;
        animation: doki 800ms ease;
        animation-iteration-count: 3;
    }
    .State__button--done {
        overflow: hidden;
        text-indent: 200%;
        white-space: nowrap;
        background: url(../img/btn_done.png) top center/440px auto no-repeat;
    }
    .State__button--after {
        overflow: hidden;
        text-indent: 200%;
        white-space: nowrap;
        background: url(../img/btn_end.png) top center/440px auto no-repeat;
    }
    .State__button--paypay {
        text-align: center;
        line-height: 2em;
    }
}

.AppDownload {
    margin: 30px 10px 0;
    box-shadow: 0 0 5px 5px rgba(100, 100, 100, 0.1);
    border-radius: 5px;
    background-color: #ffffff;
}
.AppDownload__title {
    border-radius: 5px 5px 0 0;
    background: #717171;
    line-height: 30px;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
}
.AppDownload__inner {
    padding: 17px 10px;
    text-align: center;
    border-radius: 0 0 5px 5px;
}
.AppDownload__logo {
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    display: inline-block;
    vertical-align: middle;
    width: 56px;
    height: 56px;
    background: url(../img/logo_download.png) no-repeat 0;
    background-size: 56px;
    margin-right: 20px;
}
.AppDownload__button {
    display: inline-block;
    width: 186px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    background: #ff9933;
    color: #ffffff !important;
    border-radius: 25px;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
}

.Info {
    box-sizing: border-box;
    margin: 0 auto;
    width: 100%;
    color: #00c0ff;
    padding-top: 0.8vw;
    font-size: 3.2vw;
}
.Info a:link, .Info a:visited {
    text-decoration: underline;
    color: #004acc;
}
.Info__note {
    color: #2f2c2b;
    background-color: #ffffff;
    border-radius: 4.8vw;
    padding: 2.4vw;
    margin: 4.2666666667vw;
}
.Info__noteItem {
    padding-bottom: 5px;
    font-size: 2.6666666667vw;
    text-indent: -1.4em;
    padding-left: 2em;
    line-height: 1.5;
}
.Info__noteItem:nth-child(1):before {
    content: "※1 ";
}
.Info__noteItem:nth-child(2) {
    padding-bottom: 0;
}
.Info__noteItem:nth-child(2):before {
    content: "※2 ";
}
.Info__noteItem:nth-child(3) {
    padding-bottom: 0;
}
.Info__noteItem:nth-child(3):before {
    content: "※3 ";
}
.Info__noteItem:nth-child(4) {
    padding-bottom: 0;
}
.Info__noteItem:nth-child(4):before {
    content: "※4 ";
}
.Info__noteItem:nth-child(5) {
    padding-bottom: 0;
}
.Info__noteItem:nth-child(5):before {
    content: "※5 ";
}
.Info__noteItem:nth-child(6) {
    padding-bottom: 0;
}
.Info__noteItem:nth-child(6):before {
    content: "※6 ";
}
.Info__caution {
    color: #ff2c1a;
    display: inline;
    font-weight: bold;
}
@media (min-width: 768px) {
    .Info {
        box-sizing: border-box;
        margin: 0 auto;
        padding-bottom: 24px;
        color: #bcefff;
        padding-top: 3px;
        font-size: 100%;
    }
    .Info__note {
        color: #2f2c2b;
        background-color: #ffffff;
        border-radius: 36px;
        padding: 18px;
        margin: 32px 32px 0;
    }
    .Info__noteItem {
        padding-bottom: 5px;
        font-size: 75%;
        text-indent: -1.4em;
        padding-left: 2em;
        line-height: 1.5;
    }
    .Info__caution {
        color: #ff331b;
        display: inline;
        font-weight: bold;
    }
}

.Addpaypay {
    box-sizing: border-box;
    width: 85.3333333333vw;
    margin: 10vw auto;
    padding: 5.3333333333vw 0;
    background: #fff;
    border-radius: 3.2vw;
}
.Addpaypay__title {
    margin: 0 auto 2vw;
    color: #545454;
    font-weight: 700;
    font-size: 0;
    text-align: center;
}
.Addpaypay__title::before {
    font-size: 4.2666666667vw;
    content: "PayPay連携はお済みですか";
}
.Addpaypay__text {
    font-size: 2.6666666667vw;
    text-align: center;
    color: #ff910f;
}
.Addpaypay__textlink {
    margin: 2% auto 0;
    color: #146df2 !important;
}
.Addpaypay .State__inner {
    background-color: #ffffff;
}
.Addpaypay .State__button {
    display: block;
    width: 64vw;
    height: 10.6666666667vw;
    margin: 2.6666666667vw auto 2vw;
    background-color: #004acc;
    border-radius: 1.0666666667vw;
    color: #ffffff;
}
@media (min-width: 768px) {
    .Addpaypay {
        width: auto;
        margin: 80px 30px;
        padding: 20px 0;
        background: #fff;
        border-radius: 24px;
    }
    .Addpaypay__title {
        color: #545454;
        font-size: 0;
        font-weight: bold;
        margin-bottom: 10px;
        text-align: center;
    }
    .Addpaypay__title::before {
        font-size: 22px;
        content: "PayPay連携はお済みですか";
    }
    .Addpaypay__text {
        text-align: center;
        color: #ff910f;
        font-size: 75%;
    }
    .Addpaypay__textlink {
        color: #146df2;
        text-decoration: none;
    }
    .Addpaypay__textlink:hover {
        color: #146df2;
        text-decoration: underline;
    }
    .Addpaypay .State__button {
        display: block;
        width: 300px;
        height: 50px;
        margin: 10px auto;
        background-color: #004acc;
        border-radius: 8px;
        outline: none;
        box-sizing: border-box;
        color: #ffffff;
        padding-top: 9px;
    }
    .Addpaypay .State__button--paypay {
        margin-bottom: 20px;
        font-size: 112.5%;
    }
    .Addpaypay .State__button--paypay:hover {
        opacity: 0.7;
    }
}

.EntryItem {
    margin: 0;
    padding-bottom: 10px;
    position: relative;
}
.EntryItem__inner {
    margin: 0 auto;
    padding-top: 0;
    text-align: center;
}
.EntryItem__body {
    display: block;
    position: relative;
}
.EntryItem__first {
    display: none;
}
.EntryItem__start {
    display: none;
}
.EntryItem__category {
    display: none;
}
.EntryItem__name {
    display: none;
}
.EntryItem__price {
    display: none;
}
.EntryItem__type {
    display: none;
}
.EntryItem__conditions {
    display: none;
}
.EntryItem__limit {
    display: none;
}
.EntryItem__links {
    display: none;
}
.EntryItem .BidTerms {
    display: none;
}
.EntryItem .State__id {
    display: none !important;
}
.EntryItem .State__button--login {
    display: none !important;
}
.EntryItem .State__textComingSoon, .EntryItem .State__textExcluded, .EntryItem .State__explain {
    display: none !important;
}
.EntryItem .SalesProducts {
    display: none;
}

.FeaturedProducts {
    background-color: #00c0ff;
    position: relative;
}
.FeaturedProducts__title {
    display: none;
    margin-bottom: 10px;
    text-align: center;
    font-size: 112.5%;
}
.FeaturedProducts__subTitle {
    display: none;
    margin-bottom: 16px;
    font-size: 100%;
    text-align: center;
}
.FeaturedProducts__items {
    display: none;
    box-sizing: border-box;
    width: 320px;
    margin: 0 auto;
}
.FeaturedProducts__item {
    float: left;
    width: 148px;
    vertical-align: top;
    margin: 0 8px 18px 4px;
}
.FeaturedProducts__item:nth-child(2n+1) {
    margin: 0 4px 18px 8px;
}
.FeaturedProducts__link {
    width: 100%;
}
.FeaturedProducts__image {
    width: 148px;
    height: 148px;
    object-fit: cover;
}
.FeaturedProducts__thumb {
    position: relative;
}
.FeaturedProducts__iconFree {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #cb5201;
    font-size: 68.75%;
    color: #ffffff;
    width: 45px;
    height: 17px;
    line-height: 17px;
    text-align: center;
    font-weight: bold;
}
.FeaturedProducts__current {
    color: #ff2c04;
    white-space: normal;
}
.FeaturedProducts__currentText {
    padding-right: 3px;
    font-size: 68.75%;
}
.FeaturedProducts__currentPrice {
    font-size: 112.5%;
}
.FeaturedProducts__currentUnit {
    font-size: 68.75%;
}
.FeaturedProducts__bid, .FeaturedProducts__time {
    float: left;
}
.FeaturedProducts__bidText, .FeaturedProducts__timeText {
    padding-right: 5px;
    color: #999999;
    font-size: 87.5%;
}
.FeaturedProducts__bidPrice, .FeaturedProducts__timePrice {
    color: #333333;
    font-size: 87.5%;
}
.FeaturedProducts__time {
    float: right;
}
.FeaturedProducts__foot {
    padding-bottom: 5px;
}
.FeaturedProducts__button {
    display: none;
    text-align: center;
    font-size: 87.5%;
    font-weight: bold;
    line-height: 30px;
    height: 30px;
    width: 160px;
    margin: 0 auto;
    background: #2a7bb4;
    color: #ffffff !important;
    border-radius: 15px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
}
.FeaturedProducts__banner {
    display: none;
    padding: 2.6666666667vw 0;
}
.FeaturedProducts__banner:before {
    content: " ";
    background: url(../img/title_banner.png) center top no-repeat;
    background-size: auto 12.9333333333vw;
    display: block;
    position: relative;
    height: 12.9333333333vw;
}
.FeaturedProducts__banner__link {
    display: block;
    margin: 0 auto;
    width: 85.3333333333vw;
}
.FeaturedProducts__banner__image {
    width: 85.3333333333vw;
    height: auto;
    margin-top: 2.6666666667vw;
}
@media (min-width: 768px) {
    .FeaturedProducts {
        display: none;
    }
}

.Sell {
    display: none;
    padding: 0;
}
.Sell.show {
    display: block;
}
.Sell__button {
    overflow: hidden;
    text-indent: 200%;
    white-space: nowrap;
    display: block;
    width: 79.2vw;
    height: 16.5333333333vw;
    margin: 0 auto;
    background: no-repeat center 0;
    background-image: url(../img/btn_sell.png);
    background-size: 100% auto;
    cursor: pointer;
    animation: doki 800ms ease;
    animation-iteration-count: 3;
}
@media (min-width: 768px) {
    .Sell {
        display: none;
        padding: 0 0 20px;
    }
    .Sell.show {
        display: block;
        box-sizing: border-box;
        min-height: 110px;
        padding-top: 1px;
    }
    .Sell__button {
        display: block;
        width: 440px;
        height: 92px;
        margin: 0 auto;
        background: url(../img/btn_sell.png) top center/440px auto no-repeat;
        text-indent: -9999px;
        cursor: pointer;
        animation: doki 800ms ease;
        animation-iteration-count: 3;
    }
}

.Collaboration {
    margin-top: 6.4vw;
}
.Collaboration__inner {
    background-color: #b5edff;
    margin: 0 auto;
    padding: 0;
    width: 100vw;
}
.Collaboration__title {
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background-image: url(../img/img_collaboration.png);
    background-size: 100vw auto;
    background-position: center;
    background-repeat: no-repeat;
    height: 169.0666666667vw;
}
.Collaboration__point {
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    height: 0;
}
.Collaboration__link {
    font-size: 4.5333333333vw;
    text-align: center;
    margin: 6.4vw auto;
}
.Collaboration__link a:link,
.Collaboration__link a:visited,
.Collaboration__link a:hover,
.Collaboration__link a:active {
    color: #004acc;
    text-decoration: underline;
}
.Collaboration__note {
    position: relative;
    font-size: 90%;
    color: #555555;
    padding: 0 2.6666666667vw;
}
.Collaboration__noteitem {
    padding-bottom: 5px;
    font-size: 2.4vw;
    text-indent: -1.4em;
    padding-left: 2em;
    line-height: 1.5;
}
.Collaboration__noteitem:before {
    content: "※ ";
}
@media (min-width: 768px) {
    .Collaboration {
        margin-top: 24px;
    }
    .Collaboration__inner {
        background-color: #b5edff;
        margin: 0 auto;
        padding: 0;
        width: 520px;
    }
    .Collaboration__title {
        overflow: hidden;
        text-indent: 100%;
        white-space: nowrap;
        background-image: url(../img/img_collaboration.png);
        background-size: 520px auto;
        background-position: center;
        background-repeat: no-repeat;
        height: 879px;
    }
    .Collaboration__link {
        font-size: 135%;
        text-align: center;
        margin: 36px auto;
    }
    .Collaboration__noteitem {
        padding-bottom: 5px;
        font-size: 90%;
        text-indent: -1.4em;
        padding-left: 2em;
        line-height: 1.5;
    }
}

.Pickup {
    background-color: #b5edff;
    margin: 0 auto;
    padding: 3.2vw;
    background: linear-gradient(-10deg, #00c0ff 0%, #00c0ff 70%, transparent 70%), #b5edff;
}
.Pickup__inner {
    background-color: #ffffff;
    border: 6px solid #fff305;
    border-radius: 2.4vw;
    padding: 0 0 3.2vw 0;
}
.Pickup__title {
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background-image: url(../img/img_pickup.png);
    background-size: 80vw auto;
    background-position: center;
    background-repeat: no-repeat;
    height: 112.1333333333vw;
    padding-top: 0;
}
.Pickup__point {
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    height: 0;
}
.Pickup__step {
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    height: 0;
}
.Pickup__steps {
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    height: 0;
}
.Pickup__link {
    font-size: 4.5333333333vw;
    text-align: center;
    margin: 6.4vw auto;
}
.Pickup__link a:link,
.Pickup__link a:visited,
.Pickup__link a:hover,
.Pickup__link a:active {
    color: #004acc;
    text-decoration: underline;
}
.Pickup__note {
    position: relative;
    font-size: 90%;
    color: #555555;
    padding: 0 2.6666666667vw;
}
.Pickup__noteitem {
    padding-bottom: 5px;
    font-size: 2.4vw;
    text-indent: -1.4em;
    padding-left: 2em;
    line-height: 1.5;
}
.Pickup__noteitem:before {
    content: "※ ";
}
@media (min-width: 768px) {
    .Pickup {
        background-color: #b5edff;
        margin: 0 auto 60px;
        padding: 24px;
        background: linear-gradient(-10deg, #00c0ff 0%, #00c0ff 70%, transparent 70%), #b5edff;
    }
    .Pickup__inner {
        background-color: #ffffff;
        border: 6px solid #fff305;
        border-radius: 18px;
        padding: 0 0 24px 0;
    }
    .Pickup__title {
        overflow: hidden;
        text-indent: 100%;
        white-space: nowrap;
        background-image: url(../img/img_pickup.png);
        background-size: 444px auto;
        background-position: center;
        background-repeat: no-repeat;
        height: 621px;
        padding-top: 0;
    }
    .Pickup__link {
        font-size: 135%;
        text-align: center;
        margin: 36px auto;
    }
    .Pickup__note {
        position: relative;
        font-size: 90%;
        color: #555555;
        padding: 0 20px;
    }
    .Pickup__noteitem {
        padding-bottom: 5px;
        font-size: 90%;
        text-indent: -1.4em;
        padding-left: 2em;
        line-height: 1.5;
    }
}

.Download {
    margin: 0 auto;
}
.Download__inner {
    margin: 0;
    padding: 5.3333333333vw 0;
}
.Download__title {
    background-image: url("../img/title_download.png");
    background-size: auto 18.6666666667vw;
    background-position: center;
    background-repeat: no-repeat;
    height: 18.6666666667vw;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    display: none;
}
.Download__appBtn {
    background-image: url("../img/btn_download.png");
    background-size: 79.0666666667vw 16.8vw;
    background-position: center;
    background-repeat: no-repeat;
    height: 16.8vw;
    width: 79.0666666667vw;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    display: block;
    margin: 2.6666666667vw auto 0;
}
@media (min-width: 768px) {
    .Download {
        background-color: #ffffff;
        border-radius: 16px;
        padding: 48px 24px 18px;
        margin: 30px auto 0;
    }
    .Download__inner {
        margin: 0;
        padding: 0;
        border: none;
        border-radius: 0;
        background: transparent;
    }
    .Download__title {
        overflow: hidden;
        text-indent: 200%;
        white-space: nowrap;
        background-image: url(../img/title_download.png);
        background-size: auto 94px;
        background-position: top center;
        background-repeat: no-repeat;
        height: 94px;
        width: 240px;
        margin: 0 auto;
        display: block;
    }
    .Download__items {
        margin-top: 30px;
    }
    .Download__item {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 20px;
        margin-bottom: 30px;
    }
    .Download__appBtn {
        overflow: hidden;
        text-indent: 200%;
        white-space: nowrap;
        display: block;
        width: 180px;
        height: 190px;
        background: url(../img/img_ios.png) top center/auto 190px no-repeat;
        border-radius: 0;
        box-shadow: none;
        margin: 0;
    }
    .Download__appBtn--google {
        background: url(../img/img_google.png) top center/auto 190px no-repeat;
    }
}

@media (min-width: 1200px) {
    .js .Download {
        position: absolute;
        margin: 0;
        top: 30px;
        left: 0;
        z-index: 10;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .js .Download {
        position: static;
        margin: 30px auto 0;
    }

    .Download {
        width: calc(100% - 32px);
        max-width: 472px;
        padding: 20px 20px 0;
        box-sizing: border-box;
    }

    .Download__items {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: flex-start;
        gap: 16px;
        margin: 0;
        padding: 0;
        list-style: none;
        flex-wrap: nowrap;
    }

    .Download__item {
        flex: 1 1 0;
        min-width: 0;
        max-width: 180px;
        margin: 0;
        padding: 0;
    }

    .Download__appBtn {
        display: block;
        width: 100%;
        height: auto;
        aspect-ratio: 180 / 190;
        margin: 0 auto;
        background-size: contain;
        background-position: top center;
        background-repeat: no-repeat;
    }

    .Download__title {
        display: none;
    }
}

.Guidance {
    margin: 0 auto;
    width: 100%;
    color: #00c0ff;
    background: linear-gradient(-10deg, #b5edff 0%, #b5edff 90%, transparent 90%), #00c0ff;
}
.Guidance__body {
    margin: 0 3.2vw 8vw;
    border-radius: 4.8vw;
    padding-top: 10.6666666667vw;
    padding-bottom: 12.6666666667vw;
}
.Guidance__step a {
    color: #fff;
    text-decoration: underline;
}
.Guidance__step__body {
    background-color: #ffffff;
    margin: 0 2.6666666667vw;
    padding: 5.3333333333vw 0;
    border-radius: 3.2vw;
    margin-bottom: 5.3333333333vw;
}
.Guidance__step__title {
    overflow: hidden;
    text-indent: 200%;
    white-space: nowrap;
    width: auto;
    height: 9.0666666667vw;
    margin: 11.2vw auto 6.4vw;
    background: url(../img/title_step.png) top center/auto 9.0666666667vw no-repeat;
}
.Guidance__step__items {
    overflow: hidden;
    text-indent: 200%;
    white-space: nowrap;
    width: 84.8vw;
    height: 222.4vw;
    background-image: url(../img/image_step_sp.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    margin: 2.6666666667vw auto;
}
.Guidance__step__items.is-sp {
    background-image: url(../img/image_step_sp.png);
}
.Guidance__step__items.is-pc {
    background-image: url(../img/image_step_pc.png);
}
.Guidance__step__items.is-app {
    background-image: url(../img/image_step_app.png);
}
.Guidance__step__note {
    color: #545454;
    font-size: 2.6666666667vw;
    text-indent: -1em;
    padding: 1.5em 1.5em 0 2em;
    line-height: 1.3;
}
.Guidance__step__note:before {
    content: "※ ";
}
.Guidance__qa {
    padding: 13.3333333333vw 0 0;
}
.Guidance__qa__title {
    overflow: hidden;
    text-indent: 200%;
    white-space: nowrap;
    height: 9.0666666667vw;
    margin: 0 auto 4.8vw;
    background: url(../img/title_qa.png) top center/auto 9.0666666667vw no-repeat;
}
.Guidance__qa__stitle {
    width: 96vw;
    margin: 10.6666666667vw auto 0;
    font-size: 4.2666666667vw;
    font-weight: bold;
    color: #146df2;
    text-align: center;
}
.Guidance__qa__pattern {
    box-sizing: border-box;
    margin: 4vw 2.6666666667vw 0;
    padding: 4vw 2.1333333333vw;
    background: #ffffff;
    border-radius: 3.2vw;
}
.Guidance__qa__q {
    padding-left: 13.3333333333vw;
    font-size: 4.2666666667vw;
    font-weight: bold;
    color: #146df2;
    line-height: 1.56;
    margin-bottom: 2vw;
    position: relative;
}
.Guidance__qa__q:before {
    content: "";
    display: block;
    position: absolute;
    margin: 0 0 0 -11.4666666667vw;
    background-image: url("../img/icon_q.png");
    background-size: 9.3333333333vw auto;
    background-repeat: no-repeat;
    width: 9.3333333333vw;
    height: 9.3333333333vw;
}
.Guidance__qa__a {
    padding: 1.3333333333vw;
    margin-bottom: 8vw;
    font-size: 3.4666666667vw;
    line-height: 1.56;
    color: #666666;
    position: relative;
}
.Guidance__qa__a:last-child {
    margin-bottom: 0;
}
.Guidance__qa a:link, .Guidance__qa a:visited {
    color: #146df2;
    text-decoration: underline;
}
.Guidance__qa__strong {
    font-weight: bold;
}
.Guidance__qa__red {
    color: #ff0000;
}
.Guidance__qa__paype {
    overflow: hidden;
    text-indent: 200%;
    white-space: nowrap;
    float: right;
    display: block;
    width: 40.53%;
    margin: 2% 4% 0 0;
    padding-top: 22.263%;
    background: url(../img/paype.png) center no-repeat;
    background-size: 100% auto;
}
@media (min-width: 768px) {
    .Guidance {
        margin: 0 auto 60px;
        color: #00c0ff;
        background: linear-gradient(-10deg, #b5edff 0%, #b5edff 90%, transparent 90%), #00c0ff;
    }
    .Guidance__body {
        margin: 0 auto;
        border-radius: 0;
        padding-top: 0;
        padding-bottom: 0;
    }
    .Guidance__step {
        padding: 0;
    }
    .Guidance__step__body {
        background-color: #ffffff;
        border-radius: 36px;
        margin: 0 30px 20px;
        padding: 40px 24px 20px;
    }
    .Guidance__step__title {
        overflow: hidden;
        text-indent: 100%;
        white-space: nowrap;
        height: 48px;
        margin: 42px auto 24px;
        background: url(../img/title_step.png) center/auto 48px no-repeat;
    }
    .Guidance__step__items {
        width: 370px;
        height: 886px;
        margin: 0 auto 20px;
        background: url(../img/image_step_pc.png) center/370px auto no-repeat;
        text-indent: -9999px;
    }
    .Guidance__step__note {
        margin: 5px auto 0;
        padding-left: 1.5em;
        padding-bottom: 3px;
        color: #545454;
        font-size: 75%;
        text-indent: -1.5em;
        line-height: 1.8;
    }
    .Guidance__qa {
        padding: 80px 0 60px;
    }
    .Guidance__qa__title {
        overflow: hidden;
        text-indent: 200%;
        white-space: nowrap;
        margin: 0 auto;
        background: url(../img/title_qa.png) center/auto 48px no-repeat;
        height: 48px;
    }
    .Guidance__qa__stitle {
        margin: 40px auto 0;
        font-size: 18px;
        font-weight: bold;
        color: #146df2;
        text-align: center;
        width: auto;
    }
    .Guidance__qa__pattern {
        box-sizing: border-box;
        margin: 10px 30px 0;
        padding: 24px;
        background: #ffffff;
        border-radius: 24px;
    }
    .Guidance__qa__q {
        margin-bottom: 24px;
        padding-left: 50px;
        font-size: 18px;
        font-weight: bold;
        color: #146df2;
        position: relative;
    }
    .Guidance__qa__q:before {
        content: "";
        display: block;
        position: absolute;
        margin: 0 0 0 -50px;
        background-image: url("../img/icon_q.png");
        background-size: 40px auto;
        background-repeat: no-repeat;
        width: 40px;
        height: 40px;
    }
    .Guidance__qa__a {
        margin-bottom: 50px;
        padding: 7px;
        font-size: 14px;
        line-height: 1.8;
        color: #545454;
    }
    .Guidance__qa a:link, .Guidance__qa a:visited {
        color: #146df2;
        text-decoration: none;
    }
    .Guidance__qa a:hover {
        text-decoration: underline;
    }
}

.FixedButton {
    position: fixed;
    bottom: -24vw;
    left: 0;
    width: 100%;
    background-color: rgba(63, 125, 234, 0.6);
    transition: bottom 0.3s;
    z-index: 1000;
}
.FixedButton.is-show {
    bottom: 0;
}
.FixedButton__inner {
    padding: 1.6vw 0;
}
.FixedButton__button {
    display: block;
    width: 78vw;
    height: 16.2666666667vw;
    margin: 0 auto;
    background: url(../img/btn_sell.png) no-repeat center 0;
    background-size: 100% auto;
    text-indent: -9999px;
}
@media (min-width: 768px) {
    .FixedButton {
        position: fixed;
        bottom: -180px;
        left: 50%;
        transform: translateX(-50%);
        width: 520px;
        background-color: rgba(63, 125, 234, 0.6);
        transition: bottom 0.3s;
        z-index: 1000;
    }
    .FixedButton__inner {
        padding: 12px 0;
    }
    .FixedButton__note {
        overflow: hidden;
        text-indent: 100%;
        white-space: nowrap;
        display: block;
        width: 208px;
        height: 25px;
        margin: 0 auto 10px;
        background: url(../img/text_fixedbutton.png) no-repeat center 0;
        background-size: 208px auto;
    }
    .FixedButton__button {
        display: block;
        width: 410px;
        height: 86px;
        margin: 0 auto;
        background: url(../img/btn_sell.png) no-repeat center 0;
        background-size: 100% auto;
        text-indent: -9999px;
    }
}

.Banner {
    background: #fff;
    padding: 8vw 0 5.3333333333vw;
}
.Banner__inner {
    margin: 0;
    padding: 2.6666666667vw 0;
}
@media (min-width: 768px) {
    .Banner {
        background: #fff;
        padding: 42px 0 28px;
    }
    .Banner__inner {
        margin: 0;
        padding: 12px 0;
    }
    .Banner__items {
        text-align: center;
    }
}

.linecoupon,
.shppointx5,
.campaign51525,
.grmzoro,
.ymobile,
.storecoupon {
    display: none;
}

.Notes {
    padding-top: 5.3333333333vw;
    background-color: #ffffff;
}
.Notes__header {
    padding: 0 10px;
}
.Notes__title {
    font-size: 112.5%;
    line-height: 112.5%;
    font-weight: normal;
    margin-bottom: 20px;
}
.Notes__row {
    padding: 0 10px 24px 10px;
    margin-bottom: 0;
}
.Notes__list--asteriskNo:before {
    content: "※1 ";
}
.Notes__table {
    display: block;
}
.Notes__pointtable {
    box-sizing: border-box;
}
.Notes__pointtable--th {
    padding: 3px 5px;
    border: solid 1px #eee;
    background-color: #ececec;
}
.Notes__pointtable--td {
    padding: 3px 5px;
    border: solid 1px #eee;
    text-align: right;
}
.Notes__pointtable--center {
    text-align: center;
}
.Notes__subTitle {
    padding: 0;
    background: none;
    margin-bottom: 5px;
    font-size: 100%;
    line-height: 150%;
}
.Notes__description {
    padding: 0;
}
.Notes__emphasis {
    font-weight: bold;
}
@media (min-width: 768px) {
    .Notes {
        padding: 20px 0 40px;
        margin-bottom: 0 !important;
    }
    .Notes__inner {
        width: 480px;
        margin: 0 auto;
    }
    .Notes__body {
        width: 480px;
        margin: 0 auto;
    }
    .Notes__title {
        font-size: 125%;
        font-weight: normal;
    }
    .Notes__row {
        display: block;
        margin-bottom: 35px;
        padding: 0;
    }
    .Notes__row:last-child {
        margin-bottom: 0;
    }
    .Notes__subTitle {
        display: block;
        border: 0 !important;
        padding: 0;
        width: 100%;
        margin-bottom: 5px;
    }
    .Notes__description {
        display: block;
        border: 0 !important;
        padding: 0;
    }
    .Notes__indent {
        padding-left: 1em;
    }
}

.CopyClickboard {
    display: block;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 300px;
    margin: -45px 0 0 -150px;
    padding: 30px 15px;
    background-color: rgba(0, 0, 0, 0.8);
    border: 2px solid #fff;
    border-radius: 10px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    opacity: 0;
    transition: opacity 0.8s;
    z-index: -1;
    box-sizing: border-box;
    letter-spacing: 1px;
}

html {
    scroll-behavior: smooth;
}

.l-wrapper .l-content {
    font-feature-settings: "palt" 1;
    font-size: 14px;
}
.l-wrapper .l-contentinner {
    padding: 0;
}

.l-contentHead,
.l-contentBody,
.l-contentFoot {
    width: 100%;
    background-color: #00c0ff;
}

.sellroy {
    display: none;
}

.Banner__link img {
    width: 80vw;
    height: auto;
}

/*祭り対応*/
.OtokuSell__noteItem {
    color: #333;
    padding: 0 0 3.2vw;
}

#pp-fest-navi-header {
    display: none !important;
}

.OtokuSell__item--roy_regular {
    display: none;
}

#pp-fest-footer-nav {
    display: none !important;
}

@media (min-width: 768px) {
    .js .l-contentinner {
        position: relative;
    }
    .l-wrapper {
        min-width: 0;
    }
    .l-wrapper .l-content {
        background-color: #b5edff;
        position: relative;
        overflow: hidden;
        padding: 0;
    }
    .l-wrapper .l-content::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url(../img/bg_pc.png);
        background-repeat: repeat;
        background-size: 500px auto;
        z-index: 0;
    }
    .l-wrapper .l-content::after {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 2290px;
        height: 100%;
        background-image: url(../img/bg_pc_human.gif);
        background-repeat: repeat;
        background-size: 2290px auto;
        z-index: 1;
    }
    .l-wrapper .l-contentinner {
        position: relative;
        z-index: 2;
        padding: 0;
        width: 100%;
        max-width: 520px;
        margin: 0 auto;
    }
    .l-contentHead,
    .l-contentBody,
    .l-contentFoot {
        width: 100%;
        max-width: 520px;
        margin: 0 auto;
        background-color: #00c0ff !important;
        box-shadow: 0 30px 30px rgba(10, 38, 73, 0.3);
    }
    .Banner__link img {
        width: 400px;
        max-width: calc(100% - 32px);
        height: auto;
    }
    .PageTopNav__link {
        border: none;
    }
    /*祭り対応*/
    .OtokuSell__noteItem {
        color: #333;
        padding-top: 0;
        padding-bottom: 24px;
    }
    .Banner {
        margin: 0;
    }
    /* お得モジュール */
    .Otoku {
        width: 100%;
        max-width: 520px;
        margin: 0 auto;
    }

    .OtokuSell__inner {
        width: 100%;
        max-width: 520px;
        margin: 0 auto;
    }

    .OtokuSell__body {
        margin: 0 auto;
        width: 300px;
        max-width: 100%;
    }

    .Otoku .OtokuSell__list {
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
    }

    .Otoku .OtokuSell__title {
        width: 100% !important;
        max-width: 510px;
        margin: 0 auto;
    }

    .Otoku .OtokuSell__box {
        background-image: none !important;
    }

    .OtokuSell {
        padding-top: 0 !important;
    }

    .OtokuSell__noteItem {
        padding: 0 10px 24px;
    }

    .l-wrapper .l-content *,
    .l-wrapper .l-content *::before,
    .l-wrapper .l-content *::after {
        box-sizing: border-box;
    }

    .KeyVisual__inner,
    .Collaboration__inner {
        width: 100%;
        max-width: 520px;
    }

    .Notes__inner,
    .Notes__body {
        width: 100%;
        max-width: 480px;
    }

    .FixedButton {
        width: 100%;
        max-width: 520px;
    }

    .State__button,
    .Sell__button,
    .FixedButton__button {
        max-width: calc(100% - 32px);
    }

    @supports (aspect-ratio: 1 / 1) {
        .KeyVisual__inner {
            height: auto;
            aspect-ratio: 520 / 568.89;
        }
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
/* お得モジュール,common_func_pcと競合するため */
    .Otoku {
        padding: 0 !important;
        background-color: transparent !important;
    }

    .Otoku .OtokuSell {
        margin-top: 40px;
    }

    .Otoku .OtokuSell__box {
        margin-bottom: 20px;
        padding: 0 0 1px;
        border: 10px solid #fd6565 !important;
        background: #ffd8d8 !important;
        box-sizing: border-box;
    }

    .Otoku .OtokuSell__title {
        width: 780px !important;
        height: 90px !important;
        margin: 0 auto !important;
        background: url(https://s.yimg.jp/images/auct/campaign/promo/common/pc/img/1.0.0/otokuRegular_title_pc.png) no-repeat center 0 !important;
        background-size: 800px auto !important;
        border-radius: 0;
    }

    .Otoku .OtokuSell__list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-top: 30px;
        width: 680px;
        margin: 0 auto;
    }

    .Otoku .OtokuSell__item {
        width: 300px !important;
        height: 300px !important;
        margin-bottom: 30px;
        padding-top: 230px;
        background: #d8d8d8 no-repeat center 0;
        background-size: 300px auto !important;
        box-sizing: border-box !important;
        box-shadow: 6px 8px #e5c2c2 !important;
        margin: 0 0 30px 0 !important;
    }

    .Otoku .OtokuBuy {
        display: none;
    }

    .Otoku .OtokuBeginer {
        display: none;
    }
    .Otoku .OtokuBeginer__link,
    .Otoku .OtokuBuy__link,
    .Otoku .OtokuSell__link {
        width: 240px;
        height: 46px;
        line-height: 46px;
        margin: 0 auto;
        background: url(https://s.yimg.jp/images/auct/campaign/promo/common/pc/img/1.0.0/otokuRegular_btn.png) no-repeat center 0 !important;
        background-size: 240px auto !important;
        font-size: 18px;
    }
    .Otoku .OtokuBeginer__link:hover,
    .Otoku .OtokuBuy__link:hover,
    .Otoku .OtokuSell__link:hover {
        -webkit-filter: brightness(1.1);
        filter: brightness(1.1);
    }
}