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

.Step__number,
.AppDownload__android,
.AppDownload__iphone,
.AppDownload__logo,
.Loading__icon,
.KeyVisual__title,
.State__button--get,
.State__textComingSoon,
.State__button--login,
.State__button--after,
.Search__button,
.SearchCategory__title,
.SearchCategory__link,
.EntryitemTitle__main,
.Step__title,
.FeaturedProducts__button,
.RelatedList__next,
.RelatedList__prev {
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}

/*******************************************
 文字
*******************************************/
/*******************************************
 ボタンカラー（変更不可）
*******************************************/
/*******************************************
 背景やパーツ
*******************************************/
/*******************************************
 サイズ
*******************************************/
/*******************************************
 z-indexの定義
*******************************************/
/*******************************************
 hover時のopacity
*******************************************/
/*******************************************
 ロード中
*******************************************/
.Loading {
    position: fixed;
    _position: absolute;
    top: 0;
    _top: 0;
    left: 0;
    width: 100%;
    height: 2000px;
    z-index: 101;
}
.Loading__icon {
    width: 100px;
    height: 100px;
    background-image: url(../img/ico_loader.gif);
    background-repeat: no-repeat;
    background-color: #ffffff;
    background-position: 34px 34px;
    -moz-background-size: 32px 32px;
    background-size: 32px 32px;
    top: 50%;
    left: 50%;
    position: fixed;
    margin-top: -50px;
    margin-left: -50px;
}

.GrayFilter {
    position: fixed;
    _position: absolute;
    top: 0;
    _top: 0;
    left: 0;
    width: 100%;
    height: 2000px;
    z-index: 100;
    background: #000000;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.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;
}

@media (min-width: 768px) {
    .Emergency {
    padding: 20px;
    font-size: 100%;
    }
    .Emergency__text {
    margin: 0px auto;
    width: 950px;
    padding: 20px;
    }
}
.KeyVisual__inner {
    margin: 0 auto;
    padding: 0 auto;
}
.KeyVisual__title {
    background: url(../img/keyvisual.png) no-repeat;
    -moz-background-size: contain;
       background-size: contain;
    width: 100vw;
    height: 140vw;
    margin: 0 auto;
    position: relative;
}
@media (min-width: 768px) {
    .KeyVisual {
        width: 520px;
        height: auto;
        margin: 0 auto;
    }
    .KeyVisual__title {
        width: 520px;
        height: 728px;
    }
}

.State__inner {
    position: relative;
    padding: 2vw 0 0;
}
.State__inner p {
    text-align: center;
    font-size: 87.5%;
    font-weight: bold;
    color: #333;
    padding: 3vw 0;
}
.State__explain, .State__textError {
    color: #333;
    background-color: #b7b7b7;
    margin: -2vw 0 0;
}
.State__id {
    background-color: transparent !important;
    font-size: 87.5% !important;
    text-shadow: none !important;
    margin: -2vw 0 0;
}
.State__id span {
    color: #333;
}
.State__id a {
    color: #333;
}
.State__button {
    position: relative;
    display: block;
    text-align: center;
    font-size: 3vw;
    font-weight: bold;
    line-height: 8vw;
    height: 8vw;
    width: 40vw;
    margin: 0 auto;
    background: #dddddd;
    color: #333333;
    -webkit-border-radius: 10vw;
     -moz-border-radius: 10vw;
          border-radius: 10vw;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
     -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
}
.State__button--get {
    color: transparent !important;
    background: url(../img/button_get.png) no-repeat center !important;
    -moz-background-size: 40vw auto !important;
         background-size: 40vw auto !important;
}
.State__button--login {
    background: url(../img/button_login.png) no-repeat center !important;
    -moz-background-size: 40vw auto !important;
         background-size: 40vw auto !important;
    margin-bottom: 10px;
}
.State__button--check {
    background: #ff8a00;
    color: #ffffff !important;
     -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}
.State__button--done {
    background: #306a8a;
    width: 34.27vw;
    color: #ffffff !important;
    -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
    border-radius: 0;
}
.State__button--after {
    background: url(../img/button_after.png) no-repeat center !important;
    -moz-background-size: 40vw auto !important;
         background-size: 40vw auto !important;
    -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}
@media (min-width: 768px) {
    .State {
        padding: 0;
    }
    .State__inner {
        padding: 10px 0 0;
        position: relative;
    }
    .State__inner p {
        padding: 16px 0;
        text-align: center;
        font-size: 87.5%;
        line-height: 1.5;
        font-weight: bold;
    }
    .State__explain, .State__textError {
        margin: -10px 0 0;
    }
    .State__id {
        font-size: 87.5% !important;
        margin: -10px 0 0;
    }
    .State__button {
        display: block;
        text-align: center;
        font-size: 16px;
        font-weight: bold;
        line-height: 42px;
        height: 42px;
        width: 208px;
        margin: 0 auto;
        background: #dddddd;
        color: #333333;
        -webkit-border-radius: 35px;
        -moz-border-radius: 35px;
                border-radius: 35px;
        -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
                box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
        z-index: 2;
        position: relative;
        overflow: hidden;
    }
    .State__button--get {
        color: transparent !important;
        background: url(../img/button_get.png) no-repeat center !important;
        -moz-background-size: 208px auto !important;
            background-size: 208px auto !important;
    }
    .State__button--login {
        margin: 0 auto 16px;
        background: url(../img/button_login.png) no-repeat center !important;
        -moz-background-size: 208px auto !important;
             background-size: 208px auto !important;
        color: transparent !important;
    }
    .State__button--get:after {
        content: "";
        position: absolute;
        top: -50%;
        left: -50%;
        width: 10%;
        height: 150%;
        background: #fff;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
                transform: rotate(45deg);
        -webkit-animation: reflect 4s ease-in-out infinite;
        -moz-animation: reflect 4s ease-in-out infinite;
            -o-animation: reflect 4s ease-in-out infinite;
                animation: reflect 4s ease-in-out infinite;
    }
    .State__button--check {
        background: #ff8a00;
        color: #ffffff !important;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
            box-shadow: none;
    }
    .State__button--done {
        background: #306a8a;
        color: #ffffff !important;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
                box-shadow: none;
        border-radius: 0;
        width: 190px !important;
    }
    .State__button--done:hover {
        opacity: 1 !important;
        -webkit-transform: none !important;
        -moz-transform: none !important;
            -ms-transform: none !important;
            -o-transform: none !important;
                transform: none !important;
    }
    .State__button--after {
        background: url(../img/button_after.png) no-repeat center !important;
        -moz-background-size: 208px auto !important;
        background-size: 208px auto !important;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    .State__button:hover {
        opacity: 0.8;
        -webkit-transform: translateY(2px);
        -moz-transform: translateY(2px);
            -ms-transform: translateY(2px);
            -o-transform: translateY(2px);
                transform: translateY(2px);
    }
    .State a.State__button:hover {
        text-decoration: none !important;
        -webkit-filter: brightness(160%) drop-shadow(0 0 5px #ffc9b9);
                filter: brightness(160%) drop-shadow(0 0 5px #ffc9b9);
    }
}

@-webkit-keyframes reflect {
    0%, 75% {
        -webkit-transform: rotate(45deg) scale(0);
                transform: rotate(45deg) scale(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: rotate(45deg) scale(100);
                transform: rotate(45deg) scale(100);
        opacity: 0;
    }
}

@-moz-keyframes reflect {
    0%, 75% {
        -moz-transform: rotate(45deg) scale(0);
            transform: rotate(45deg) scale(0);
        opacity: 1;
    }
    100% {
        -moz-transform: rotate(45deg) scale(100);
            transform: rotate(45deg) scale(100);
        opacity: 0;
    }
}

@-o-keyframes reflect {
    0%, 75% {
        -o-transform: rotate(45deg) scale(0);
        transform: rotate(45deg) scale(0);
        opacity: 1;
    }
    100% {
        -o-transform: rotate(45deg) scale(100);
        transform: rotate(45deg) scale(100);
        opacity: 0;
    }
}

@keyframes reflect {
    0%, 75% {
        -webkit-transform: rotate(45deg) scale(0);
        -moz-transform: rotate(45deg) scale(0);
            -o-transform: rotate(45deg) scale(0);
                transform: rotate(45deg) scale(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: rotate(45deg) scale(100);
        -moz-transform: rotate(45deg) scale(100);
            -o-transform: rotate(45deg) scale(100);
                transform: rotate(45deg) scale(100);
        opacity: 0;
    }
}
.AppDownload {
    margin: 30px auto 0;
    width: 820px;
    -webkit-box-shadow: 0px 0px 10px 10px rgba(100, 100, 100, 0.1);
     -moz-box-shadow: 0px 0px 10px 10px rgba(100, 100, 100, 0.1);
          box-shadow: 0px 0px 10px 10px rgba(100, 100, 100, 0.1);
    -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
    background-color: #ffffff;
}
.AppDownload__title {
    padding: 12px 0;
    background: #717171;
    -webkit-border-radius: 10px 10px 0 0;
     -moz-border-radius: 10px 10px 0 0;
          border-radius: 10px 10px 0 0;
    color: #ffffff;
    text-align: center;
    font-size: 112.5%;
}
.AppDownload__inner {
    padding: 25px 30px;
    text-align: center;
}
.AppDownload__logo {
    display: inline-block;
    vertical-align: middle;
    width: 100px;
    height: 100px;
    background: url(../img/logo_download.png) no-repeat 0;
    margin-right: 40px;
}
.AppDownload__iphone {
    display: inline-block;
    vertical-align: middle;
    width: 280px;
    height: 100px;
    margin-right: 30px;
    background: url(../img/iphone_download.png) no-repeat 0;
}
.AppDownload__iphone:hover {
    opacity: 0.8;
}
.AppDownload__android {
    display: inline-block;
    vertical-align: middle;
    width: 280px;
    height: 100px;
    background: url(../img/android_download.png) no-repeat 0;
}
.AppDownload__android:hover {
    opacity: 0.8;
}

.Info {
    width: 90vw;
    margin: 0 auto;
    padding-bottom: 5vw;
    color: #1a1a1a;
}
.Info__note--sub {
    margin-top: -1.5em;
}
.Info__note--subItem {
    padding-left: 1em;
    text-indent: -1em;
    line-height: 1.5;
}
.Info__note--subItem:before {
    content: "・ ";
}
.Info__note a {
    color: #CA0003;
    text-decoration: underline;
}
.Info__noteItem {
    font-size: 75%;
    text-indent: -1.5em;
    padding-left: 1.5em;
    line-height: 1.3;
}
.Info__noteItem:nth-child(1):before {
    content: "※1 ";
}
.Info__noteItem:nth-child(2):before {
    content: "※2 ";
}

@media (min-width: 768px) {
    .Info {
        width: 468px;
        margin: 10px auto 0;
        color: #1a1a1a;
        padding-bottom: 30px;
    }
    .Info__note {
        margin-top: 5px;
    }
    .Info__note--sub {
        margin-top: -1.5em;
    }
    .Info__note--subItem {
        padding-left: 1em;
        text-indent: -1em;
        line-height: 1.5;
    }
    .Info__note--subItem:before {
        content: "・ ";
    }
    .Info__noteItem {
        padding-left: 1.5em;
        font-size: 75%;
        text-indent: -1.5em;
        line-height: 1.5;
    }
}
.Search {
    margin: 3% 2% 3%;
    padding: 2% 2% 3%;
    text-align: center;
    background: #3b2a0f;
    -webkit-border-radius: 7px;
     -moz-border-radius: 7px;
          border-radius: 7px;
}
.Search__form {
    display: block;
    margin: 3% auto 0;
    padding: 0;
    height: 9.5vw;
    -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.Search__selectArea {
    display: none;
    float: left;
    width: 105px;
    padding: 3% 0 3% 3%;
    -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
    border: 0;
}
.Search__selectAreaInner {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 68%;
    padding-right: 28%;
}
.Search__select {
    width: 100%;
    height: 100%;
    border: 0;
    outline: 0;
    background-color: transparent;
    -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.Search__keywordArea {
    display: block;
    float: left;
    width: 80%;
    height: 100%;
    margin-right: 0;
    padding: 1.5% 0 0 2%;
    border: 2px solid #efd574;
    -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
    outline: 0;
    background-color: #fff;
}
.Search__keyword {
    width: 100%;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 78%;
}
.Search__keywordInput {
    width: 100%;
    height: 100%;
    border: 0;
    outline: 0;
    background-color: transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.Search__buttonArea {
    float: left;
    display: block;
    width: 20%;
    vertical-align: middle;
}
.Search__button {
    display: inline-block;
    width: 20%;
    height: 9vw;
    vertical-align: middle;
    border: none;
    overflow: visible;
    background: url("../img/icn_search.png") 50% 50% no-repeat #efd574 !important;
    -moz-background-size: contain !important;
       background-size: contain !important;
}
@media (min-width: 768px) {
    .Search {
    width: 950px;
    margin: 40px auto 0;
    padding: 10px 20px 15px;
    background: #3b2a0f;
    -webkit-border-radius: 15px;
       -moz-border-radius: 15px;
            border-radius: 15px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    }
    .Search__form {
    display: block;
    margin: 15px auto;
    width: 628px;
    height: 42px;
    text-align: middle;
    }
    .Search__selectArea {
    display: block;
    width: 220px;
    float: left;
    margin: 0 6px 2px 0;
    padding: 0;
    border: 2px solid #efd574;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    outline: 0;
    vertical-align: bottom;
    background: #fff;
    }
    .Search__selectAreaInner {
    display: inline-block;
    *zoom: 1;
    border: 0;
    }
    .Search__select {
    height: 37px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    font-size: 14px;
    padding: 2px 25px 0 10px;
    width: 216px;
    background-color: #fff;
    background-image: url("https://s.yimg.jp/images/auct/cms/common/pc/img/1.0.0/icon_select.png");
    background-repeat: no-repeat;
    background-position: right 9px;
    -o-text-overflow: "";
       text-overflow: "";
    border: 0;
    vertical-align: middle;
    line-height: 35px;
    }
    .Search__select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
    }
    .Search__select:focus {
    outline: none;
    }
    .Search__select::-ms-expand {
    display: none;
    }
    .Search__keywordArea {
    display: block;
    width: 346px;
    float: left;
    margin: 0 0 5px;
    padding: 0;
    border: 2px solid #efd574;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    outline: 0;
    background-color: #fff;
    vertical-align: middle;
    }
    .Search__keyword {
    display: block;
    width: 345px;
    padding: 2px 0 2px 1px;
    }
    .Search__keywordInput {
    width: 325px;
    height: 33px;
    padding: 1px 10px 0;
    background-color: #fff;
    font-size: 16px;
    border: 0;
    outline: 0;
    line-height: 31px;
    }
    .Search__buttonArea {
    float: left;
    display: block;
    width: 50px;
    margin-bottom: 5px;
    vertical-align: bottom;
    }
    .Search__button {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        border: none;
        cursor: pointer;
        width: 50px;
        height: 41px;
        vertical-align: middle;
        background: url("../img/icn_search.png") 50% 50% no-repeat #efd574;
        -moz-background-size: cover;
            background-size: cover;
    }
}

.contentTitle__title--search {
    position: relative;
    margin-bottom: 0.5%;
    font-size: 137.5%;
    color: #efd574;
    text-align: center;
    font-weight: bold;
    padding: 0.25rem 0.5rem;
}
.contentTitle__title--search:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    content: "";
    background-image: -webkit-gradient(linear, left top, right top, from(#3b2a0f), color-stop(50%, #fee140), to(#3b2a0f));
    background-image: -webkit-linear-gradient(left, #3b2a0f 0%, #fee140 50%, #3b2a0f 100%);
    background-image: -moz-linear-gradient(left, #3b2a0f 0%, #fee140 50%, #3b2a0f 100%);
    background-image: -o-linear-gradient(left, #3b2a0f 0%, #fee140 50%, #3b2a0f 100%);
    background-image: linear-gradient(to right, #3b2a0f 0%, #fee140 50%, #3b2a0f 100%);
}
@media (min-width: 768px) {
    .contentTitle__title--search {
    position: relative;
    margin-bottom: 10px;
    font-size: 137.5%;
    color: #efd574;
    text-align: center;
    font-weight: bold;
    padding: 1rem 0.5rem;
    }
    .contentTitle__title--search:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    content: "";
    background-image: -webkit-gradient(linear, left top, right top, from(#3b2a0f), color-stop(50%, #fee140), to(#3b2a0f));
    background-image: -webkit-linear-gradient(left, #3b2a0f 0%, #fee140 50%, #3b2a0f 100%);
    background-image: -moz-linear-gradient(left, #3b2a0f 0%, #fee140 50%, #3b2a0f 100%);
    background-image: -o-linear-gradient(left, #3b2a0f 0%, #fee140 50%, #3b2a0f 100%);
    background-image: linear-gradient(to right, #3b2a0f 0%, #fee140 50%, #3b2a0f 100%);
    }
}

@media (max-width: 320px) {
    .Search {
    text-align: center;
    }
    .Search__form {
    margin: 0 auto;
    }
}
.Tag {
    margin: 0 auto 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
    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: center;
    -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.Tag a:link {
    color: #333;
}
.Tag a:visited {
    color: #333;
}
.Tag a:hover {
    background: #fffcef;
    color: #7e6815;
    text-decoration: none;
}
.Tag__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
    margin-top: 10px;
    padding-right: 8px;
    font-size: 14px;
}
.Tag__item:nth-of-type(3n+2) {
    font-size: 18px;
}
.Tag__item:nth-of-type(4n+2) {
    font-size: 24px;
}
.Tag__link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
    padding: 8px;
    white-space: nowrap;
    -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
    background-color: #fff6d4;
    line-height: 1;
}

.Addpaypay {
    margin: 3% 2% 3%;
    padding: 2% 2% 3%;
    text-align: center;
    background: #ffecb8;
    -webkit-border-radius: 2vw;
     -moz-border-radius: 2vw;
          border-radius: 2vw;
}
.Addpaypay__title {
    position: relative;
    margin-bottom: 0.5%;
    font-size: 137.5%;
    color: #F9E982;
    text-align: center;
    font-weight: bold;
    padding: 0.25rem 0.5rem;
}
.Addpaypay__text {
    font-size: 10px;
    text-align: center;
    color: #F9E982;
}
.Addpaypay__textlink {
    color: #F9E982 !important;
    text-decoration: underline;
}
.Addpaypay .State__button--paypay {
    background: #F9E982;
    color: #ffffff !important;
    margin-bottom: 1.33vw;
}

@media (min-width: 768px) {
    .Addpaypay {
    width: 600px;
    margin: 20px auto;
    padding: 10px 20px 15px;
    background: #ffecb8;
    -webkit-border-radius: 15px;
       -moz-border-radius: 15px;
            border-radius: 15px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    }
    .Addpaypay__title {
    position: relative;
    font-size: 137.5%;
    color: #F9E982;
    text-align: center;
    font-weight: bold;
    padding: 1rem 0.5rem;
    }
    .Addpaypay__text {
    text-align: center;
    color: #F9E982;
    }
    .Addpaypay__textlink {
    color: #F9E982 !important;
    text-decoration: underline;
    }
    .Addpaypay__textlink:hover {
    opacity: 0.7;
    text-decoration: none;
    }
    .Addpaypay .State__button--paypay {
    margin-bottom: 20px;
    background: #F9E982;
    color: #ffffff !important;
    }
    .Addpaypay .State__button--paypay:hover {
    -webkit-filter: brightness(160%) drop-shadow(0 0 5px #ffc9b9);
            filter: brightness(160%) drop-shadow(0 0 5px #ffc9b9);
    text-decoration: none;
    }
}
.EntryItem__inner {
    width: 100vw;
    margin: 0 auto;
    text-align: center;
    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: center;
    -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.EntryItem__wrap {
    position: relative;
    width: 40vw;
    margin: 0 auto 6vw;
    padding-top: 10vw;
    padding-bottom: 2vw;
    -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
    background: url(../img/entryitem_bg.png) repeat-y 0 0;
    -moz-background-size: 100% auto;
         background-size: 100% auto;
    -webkit-background-origin: content-box;
       -moz-background-origin: content-box;
            background-origin: content-box;
    -webkit-background-clip: content-box;
       -moz-background-clip: content-box;
            background-clip: content-box;
}
.EntryItem__wrap::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 10vw;
    background: url(../img/entryitem_header.png) no-repeat center top;
    -moz-background-size: 100% auto;
         background-size: 100% auto;
    z-index: 1;
}
.EntryItem__wrap::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2.2vw;
    background: url(../img/entryitem_footer.png) no-repeat center bottom;
    -moz-background-size: 100% auto;
         background-size: 100% auto;
    z-index: 1;
}
.EntryItem__wrap--01::before, .EntryItem__wrap--02::before, .EntryItem__wrap--03::before, .EntryItem__wrap--04::before, .EntryItem__wrap--05::before, .EntryItem__wrap--06::before {
    content: "";
    z-index: 1;
    position: absolute;
}
.EntryItem__body {
    position: relative;
    padding-top: 18vw;
    -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.EntryItem #ycampaign1 {
    background: url(../img/entryitem01.png) 0 0 no-repeat;
    -moz-background-size: 40vw 16.5vw;
       background-size: 40vw 16.5vw;
}
.EntryItem #ycampaign2 {
    background: url(../img/entryitem02.png) 0 0 no-repeat;
    -moz-background-size: 40vw 16.5vw;
       background-size: 40vw 16.5vw;
}
.EntryItem #ycampaign3 {
    background: url(../img/entryitem03.png) 0 0 no-repeat;
    -moz-background-size: 40vw 16.5vw;
       background-size: 40vw 16.5vw;
}
.EntryItem #ycampaign4 {
    background: url(../img/entryitem04.png) 0 0 no-repeat;
    -moz-background-size: 40vw 16.5vw;
       background-size: 40vw 16.5vw;
}
.EntryItem #ycampaign5 {
    background: url(../img/entryitem05.png) 0 0 no-repeat;
    -moz-background-size: 40vw 17.6vw;
       background-size: 40vw 17.6vw;
}
.EntryItem #ycampaign6 {
    background: url(../img/entryitem06.png) 0 0 no-repeat;
    -moz-background-size: 40vw 17.6vw;
       background-size: 40vw 17.6vw;
}
.EntryItem .State {
    margin: 0 auto;
    position: static;
}
.EntryItem .State p {
    color: #F43636 !important;
    font-size: 2.4vw;
}
.EntryItem .State__inner {
    margin: 2vw 0 3.3vw;
    padding: 0 !important;
}
.EntryItem .State__textEndCampaign,
.EntryItem .State__textNonTarget,
.EntryItem .State__textExcluded,
.EntryItem .State__explain,
.EntryItem .State__textMaintenance,
.EntryItem .State__textDevice,
.EntryItem .State__textError {
    padding: 1.2vw 3.3vw;
}
.EntryItem .State__button--login {
    display: none !important;
}
.EntryItem .State__id {
    display: none;
}
.EntryItem .State__textComingSoon {
    display: block !important;
    background: url(../img/button_textcomingsoon.png) no-repeat center !important;
    -moz-background-size: 40vw auto !important;
         background-size: 40vw auto !important;
}
.EntryItem .State__textError {
    text-align: center;

}
.EntryItem .State__textExcluded {
    display: block !important;
    margin: -1.3vw 1.33vw 0;
    line-height: 1 !important;
    text-align: center;
}
.EntryItem .State__textExcluded br {
    display: none;
}
.EntryItem .State__textMaintenance {
    margin-top: -1.6vw;
}
.EntryItem .State__explain,
.EntryItem .State__textError {
    padding: 1.2vw 3.3vw;
    text-align: center;
    background: transparent;
}
.EntryItem__first, .EntryItem__start, .EntryItem__category, .EntryItem__price, .EntryItem__type, .EntryItem__conditions, .EntryItem__limit, .EntryItem__links {
    display: none;
}
.EntryItem .BidTerms,
.EntryItem .SalesProducts {
    display: none;
}

.EntryItem__name {
    display: block;
}

.EntryItem__nameText {
    padding: 0 4vw;
    font-size: 2.6vw;
    font-weight: bold;
    text-align: center;
}
.EntryItem__nameText a:link,
.EntryItem__nameText a:visited {
    color: #000 !important;
    text-decoration: none;
}

@media (min-width: 768px) {
    .EntryItem {
        position: relative;
    }
    .EntryItem__inner {
        width: 458px;
        padding: 0;
        min-height: 0;
        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: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        gap: 0 18px;
    }
    .EntryItem__wrap {
        position: relative;
        width: 220px;
        margin: 0 0 30px;
        padding-top: 55px;
        padding-bottom: 10px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
                border-radius: 20px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
                box-sizing: border-box;
        background: url(../img/entryitem_bg.png) repeat-y 0 0;
        -moz-background-size: 100% auto;
             background-size: 100% auto;
        -webkit-background-origin: content-box;
           -moz-background-origin: content-box;
                background-origin: content-box;
        -webkit-background-clip: content-box;
           -moz-background-clip: content-box;
                background-clip: content-box;
    }
    .EntryItem__wrap--01, .EntryItem__wrap--02, .EntryItem__wrap--03, .EntryItem__wrap--04, .EntryItem__wrap--05, .EntryItem__wrap--06 {
        margin: 0 0 30px;
    }
    .EntryItem__wrap--01::before, .EntryItem__wrap--02::before, .EntryItem__wrap--03::before, .EntryItem__wrap--04::before, .EntryItem__wrap--05::before, .EntryItem__wrap--06::before {
        content: "";
        z-index: 1;
        position: absolute;
    }
    .EntryItem__wrap::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 55px;
        background: url(../img/entryitem_header.png) no-repeat center top;
        -moz-background-size: 100% auto;
             background-size: 100% auto;
        z-index: 1;
    }
    .EntryItem__wrap::after {
        content: "";
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 12px;
        background: url(../img/entryitem_footer.png) no-repeat center bottom;
        -moz-background-size: 100% auto;
             background-size: 100% auto;
        z-index: 1;
    }
    .EntryItem__body {
        position: relative;
        display: block;
        width: 220px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
                border-radius: 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
                box-sizing: border-box;
        padding-top: 100px;
    }
    .EntryItem #ycampaign1 {
    background: url(../img/entryitem01.png) 0 0 no-repeat;
    -moz-background-size: 220px 91px;
       background-size: 220px 91px;
    }
    .EntryItem #ycampaign2 {
        background: url(../img/entryitem02.png) 0 0 no-repeat;
        -moz-background-size: 220px 91px;
        background-size: 220px 91px;
    }
    .EntryItem #ycampaign3 {
        background: url(../img/entryitem03.png) 0 0 no-repeat;
        -moz-background-size: 220px 91px;
        background-size: 220px 91px;
    }
    .EntryItem #ycampaign4 {
        background: url(../img/entryitem04.png) 0 0 no-repeat;
        -moz-background-size: 220px 91px;
        background-size: 220px 91px;
    }
    .EntryItem #ycampaign5 {
        background: url(../img/entryitem05.png) 0 0 no-repeat;
        -moz-background-size: 220px 91px;
        background-size: 220px 91px;
    }
    .EntryItem #ycampaign6 {
        background: url(../img/entryitem06.png) 0 0 no-repeat;
        -moz-background-size: 220px 91px;
        background-size: 220px 91px;
    }
    .EntryItem .State {
        margin: 0 auto;
        position: static;
    }
    .EntryItem .State__inner {
        margin: 8px 0 16px;
        padding: 0 !important;
    }
    .EntryItem .State__inner p {
        width: auto;
        margin: 0 auto;
        padding: 0 8px;
        font-size: 13px;
        line-height: 1.4;
        text-align: center;
        color: #F43636 !important;
    }
    .EntryItem .State__button {
        width: 208px;
        height: 42px;
        line-height: 42px;
        font-size: 16px;
    }
    .EntryItem .State__button--login {
        display: none !important;
    }
    .EntryItem .State__id {
        display: none;
    }
    .EntryItem .State__textComingSoon {
        padding: 8px 0 8px 8px!important;
        font-size: 14px !important;
        text-align: center !important;
        display: block !important;
        background: url(../img/button_textcomingsoon.png) no-repeat center !important;
        background-size: auto;
        -moz-background-size: 208px 42px !important;
        background-size: 208px 42px !important;
        height: 42px;
    }
    .EntryItem .State__textError {
        width: auto;
        margin-top: -8px;
        padding: 0 8px;
        text-align: center;
    }
    .EntryItem .State__textExcluded {
        display: block !important;
        margin: -6px 30px 0;
        font-size: 12px !important;
        line-height: 1.2 !important;
        text-align: center;
    }
    .EntryItem .State__textExcluded br {
        display: none;
    }
    .EntryItem .State__textMaintenance {
        margin-top: -6px;
    }
    .EntryItem .State__textMaintenance br {
        display: none;
    }
    .EntryItem .State__textNonTarget {
        text-align: center !important;
    }
    .EntryItem .State__explain {
        text-align: center;
    }
    .EntryItem__first, .EntryItem__start, .EntryItem__category, .EntryItem__price, .EntryItem__type, .EntryItem__conditions, .EntryItem__limit, .EntryItem__links {
        display: none;
    }
    .EntryItem .BidTerms {
        display: none;
    }
    .EntryItem .BidTerms__text {
        display: none;
    }
    .EntryItem .BidTerms__date {
        display: inline-block;
        padding-left: 10px;
    }
    .EntryItem .SalesProducts {
        display: none;
    }
    .EntryItem__nameText {
        padding: 0 26px;
        font-size: 13px;
        font-weight: bold;
        text-align: center;
    }
    .EntryItem .State__textEndCampaign,
    .EntryItem .State__textNonTarget,
    .EntryItem .State__textExcluded,
    .EntryItem .State__explain,
    .EntryItem .State__textMaintenance,
    .EntryItem .State__textDevice,
    .EntryItem .State__textError {
        padding: 8px 26px 16px !important;
    }
}
@media screen and (max-width: 321px) {
    .EntryItem__body .State__textExcluded, .EntryItem__body .State__textMaintenance {
        -webkit-transform: scale(0.8);
            -moz-transform: scale(0.8);
            -ms-transform: scale(0.8);
                -o-transform: scale(0.8);
                transform: scale(0.8);
        -webkit-transform-origin: center 0;
            -moz-transform-origin: center 0;
            -ms-transform-origin: center 0;
                -o-transform-origin: center 0;
                transform-origin: center 0;
    }
}
.SearchCategory {
    display: none;
}
.SearchCategory.is-show {
    display: block;
}
.SearchCategory__categoryNote {
    width: 260px;
    margin: 15px auto 0;
    text-align: center;
    font-size: 15px;
    text-indent: 0;
}
.SearchCategory__inner {
    -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
    margin: 0 auto;
    -webkit-border-radius: 0 0 4vw 4vw;
     -moz-border-radius: 0 0 4vw 4vw;
          border-radius: 0 0 4vw 4vw;
    padding-bottom: 2vw;
}
.SearchCategory__title {
    width: 29.3333333333vw;
    height: 3.7333333333vw;
    margin: 0 auto;
    margin-top: 1vw;
    margin-bottom: 2.8vw;
    background: url(../img/title_category.png) no-repeat center 0;
    -moz-background-size: 100% auto;
       background-size: 100% auto;
}
.SearchCategory__link {
    position: relative;
    display: block;
    text-align: center;
    font-size: 3vw;
    font-weight: bold;
    line-height: 8vw;
    height: 8vw;
    width: 40vw;
    margin: 0 auto;
    color: transparent !important;
    background: url(../img/button_searchcategory.png) no-repeat center !important;
    -moz-background-size: 40vw auto !important;
         background-size: 40vw auto !important;
    -webkit-border-radius: 10vw;
     -moz-border-radius: 10vw;
          border-radius: 10vw;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
     -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
}
@media (min-width: 768px) {
    .SearchCategory__inner {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
                box-sizing: border-box;
        margin: 0 auto;
        text-align: center;
        font-weight: bold;
        -webkit-border-radius: 0 0 20px 20px;
        -moz-border-radius: 0 0 20px 20px;
                border-radius: 0 0 20px 20px;
    }
    .SearchCategory__link {
        display: block;
        text-align: center;
        font-size: 16px;
        font-weight: bold;
        line-height: 42px;
        height: 42px;
        width: 208px;
        margin: 0 auto;
        color: #333333;
        -webkit-border-radius: 35px;
        -moz-border-radius: 35px;
                border-radius: 35px;
        -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
                box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
        z-index: 2;
        position: relative;
        overflow: hidden;
        color: transparent !important;
        background: url(../img/button_searchcategory.png) no-repeat center !important;
        -moz-background-size: 208px auto !important;
            background-size: 208px auto !important;
    }
    .SearchCategory__link:after {
        content: "";
        position: absolute;
        top: -50%;
        left: -50%;
        width: 10%;
        height: 150%;
        background: #fff;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
                transform: rotate(45deg);
        -webkit-animation: reflect 4s ease-in-out infinite;
        -moz-animation: reflect 4s ease-in-out infinite;
            -o-animation: reflect 4s ease-in-out infinite;
                animation: reflect 4s ease-in-out infinite;
    }
}

.RelatedList {
    margin-top: 2%;
}
.RelatedList__inner {
    padding-bottom: 4%;
}
.RelatedList__title {
    position: relative;
    margin-bottom: 10px;
    text-align: center;
    font-size: 112.5%;
    color: #efd574;
    padding: 0.25rem 0.5rem;
}
.RelatedList__title:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    content: "";
    background-image: -webkit-gradient(linear, left top, right top, from(#000000), color-stop(50%, #fee140), to(#000000));
    background-image: -webkit-linear-gradient(left, #000000 0%, #fee140 50%, #000000 100%);
    background-image: -moz-linear-gradient(left, #000000 0%, #fee140 50%, #000000 100%);
    background-image: -o-linear-gradient(left, #000000 0%, #fee140 50%, #000000 100%);
    background-image: linear-gradient(to right, #000000 0%, #fee140 50%, #000000 100%);
}
.RelatedList__subTitle {
    margin-bottom: 2%;
    font-size: 100%;
    color: #fffac3;
    text-align: center;
}
.RelatedList__items {
    -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
    overflow-x: auto;
    overflow-y: hidden;
    width: auto;
    min-width: 100%;
    white-space: nowrap;
    padding-bottom: 10px;
    padding-left: 10px;
    vertical-align: top;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
}
.RelatedList__item {
    display: inline-block;
    width: 109px;
    margin-right: 10px;
    vertical-align: top;
}
.RelatedList__link {
    width: 100%;
}
.RelatedList__thumb {
    position: relative;
}
.RelatedList__endToday {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #ff3300;
    font-size: 68.75%;
    color: #ffffff;
    width: 45px;
    height: 17px;
    line-height: 17px;
    text-align: center;
    font-weight: bold;
}
.RelatedList__current {
    color: #ccb357;
    white-space: normal;
}
.RelatedList__currentText {
    display: block;
    padding-right: 3px;
    font-size: 68.75%;
}
.RelatedList__currentPrice {
    display: inline-block;
    font-size: 112.5%;
}
.RelatedList__currentUnit {
    display: inline-block;
    font-size: 68.75%;
}
.RelatedList__itemname {
    overflow: hidden;
    display: -webkit-box;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.RelatedList__itemnameText {
    color: #dcd6c2;
    font-size: 75%;
}
.RelatedList__itemnameClosed {
    color: #dcd6c2;
    font-size: 75%;
}
.RelatedList__image {
    width: 108px;
    height: 108px;
    -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
    .RelatedList {
    margin-top: 0;
    padding: 35px 0 0;
    font-size: 100%;
    }
    .RelatedList__inner {
    position: relative;
    width: 950px;
    margin: 0 auto 20px;
    padding-bottom: 0;
    }
    .RelatedList__inner:last-child {
    margin-bottom: 0;
    }
    .RelatedList__body {
    width: 850px;
    margin: 0 auto;
    overflow: hidden;
    }
    .RelatedList__title {
    position: relative;
    margin-bottom: 30px;
    font-size: 137.5%;
    color: #efd574;
    text-align: center;
    font-weight: bold;
    padding: 1rem 0.5rem;
    }
    .RelatedList__title:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    content: "";
    background-image: -webkit-gradient(linear, left top, right top, from(#000000), color-stop(50%, #fee140), to(#000000));
    background-image: -webkit-linear-gradient(left, #000000 0%, #fee140 50%, #000000 100%);
    background-image: -moz-linear-gradient(left, #000000 0%, #fee140 50%, #000000 100%);
    background-image: -o-linear-gradient(left, #000000 0%, #fee140 50%, #000000 100%);
    background-image: linear-gradient(to right, #000000 0%, #fee140 50%, #000000 100%);
    }
    .RelatedList__subTitle {
    margin-bottom: 20px;
    font-size: 112.5%;
    color: #fffac3;
    text-align: center;
    }
    .RelatedList__items {
    *zoom: 1;
    width: 950px;
    min-width: 950px;
    margin: 0 auto 15px;
    vertical-align: top;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 0;
    padding-left: 0;
    }
    .RelatedList__items:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: ".";
    }
    .RelatedList__item {
    float: left;
    display: block;
    width: 170px;
    margin-right: 0;
    }
    .RelatedList__link {
    display: block;
    width: 150px;
    margin: 0 auto;
    }
    .RelatedList__link:hover {
    text-decoration: none;
    }
    .RelatedList__thumb {
    position: relative;
    width: 150px;
    height: 150px;
    margin-bottom: 5px;
    }
    .RelatedList__image {
    width: 150px;
    height: 150px;
    -o-object-fit: cover;
       object-fit: cover;
    }
    .RelatedList__endToday {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #ff3300;
    font-size: 68.75%;
    color: #ffffff;
    width: 60px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-weight: bold;
    }
    .RelatedList__current {
    color: #ccb357;
    }
    .RelatedList__currentText {
    padding-right: 0;
    display: block;
    font-size: 75%;
    }
    .RelatedList__currentPrice {
    display: inline-block;
    font-size: 112.5%;
    }
    .RelatedList__currentUnit {
    font-size: 75%;
    }
    .RelatedList__itemname {
    overflow: hidden;
    display: -webkit-box;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    }
    .RelatedList__itemnameText {
    color: #dcd6c2;
    font-size: 12px;
    }
    .RelatedList__itemnameClosed {
    color: #dcd6c2;
    font-size: 13px;
    }
    .RelatedList__footer {
    width: 100%;
    height: 0;
    text-align: center;
    }
    .RelatedList__next, .RelatedList__prev {
    overflow: hidden;
    text-indent: 200%;
    white-space: nowrap;
    position: absolute;
    width: 45px;
    height: 45px;
    top: 106px;
    }
    .RelatedList__next span, .RelatedList__prev span {
    display: block;
    width: 45px;
    height: 45px;
    }
    .RelatedList__next span.is-on, .RelatedList__prev span.is-on {
    cursor: pointer;
    }
    .RelatedList__prev {
    left: 0;
    }
    .RelatedList__prev span {
    background: url("../img/icon_prev_disabled.png") no-repeat 0;
    }
    .RelatedList__prev span.is-on {
    background: url("../img/icon_prev.png") no-repeat 0;
    }
    .RelatedList__next {
    right: 0;
    }
    .RelatedList__next span {
    background: url("../img/icon_next_disabled.png") no-repeat 0;
    }
    .RelatedList__next span.is-on {
    background: url("../img/icon_next.png") no-repeat 0;
    }
}

.FeaturedProducts {
    padding-bottom: 1vw;
    background: #f8f2e8;
}
.FeaturedProducts__inner {
    margin: 0 auto;
    padding: 5vw 0;
}
.FeaturedProducts__title {
    display: none;
    margin-bottom: 10px;
    text-align: center;
    font-size: 112.5%;
}
.FeaturedProducts__subTitle {
    width: 100vw;
    aspect-ratio: 750 / 90;
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 0 4vw;
    margin-left: -webkit-calc((100vw - 100%) / -2);
    margin-left: -moz-calc((100vw - 100%) / -2);
    margin-left: calc((100vw - 100%) / -2);
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
    padding: 0 30px;
    line-height: 1.2;
    color: #ffffff;
    background: url(../img/featuredproducts_subtitle.png) no-repeat center;
    -moz-background-size: 100% 100%;
        background-size: 100% 100%;
    -webkit-border-radius: 100px;
     -moz-border-radius: 100px;
          border-radius: 100px;
}
.FeaturedProducts__items {
    -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
    width: 87.1vw;
    margin: 0 auto;
}
.FeaturedProducts__item {
    display: block;
    float: left;
    width: 40vw;
    margin: 0 0 2.4vw 7.1vw;
}
.FeaturedProducts__item:nth-child(2n+1) {
    margin: 0;
}
.FeaturedProducts__link {
    width: 100%;
}
.FeaturedProducts__image {
    width: 40vw;
    height: 40vw;
    -o-object-fit: cover;
     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: block;
    text-align: center;
    overflow: hidden;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 87.5%;
    font-weight: bold;
    line-height: 0;
    width: 64vw;
    aspect-ratio: 480 / 80;
    height: auto;
    margin: 0 auto;
    background: url(../img/featuredproducts_button.png) no-repeat center;
    -moz-background-size: 100% 100%;
        background-size: 100% 100%;
    color: #ffffff !important;
    -webkit-border-radius: 30px;
     -moz-border-radius: 30px;
          border-radius: 30px;
    -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
}
.FeaturedProducts__banner__link {
    display: block;
    width: 96vw;
    margin: 1vw auto 3vw;
}
.FeaturedProducts__banner__image {
    width: 96vw;
}
@media (min-width: 768px) {
    .FeaturedProducts {
    font-size: 87.5%;
    background: #f8f2e8;
    }
    .FeaturedProducts__inner {
    position: relative;
    width: 520px;
    margin: 0 auto;
    padding: 30px 0 0;
    overflow: hidden;
    }
    .FeaturedProducts__inner:last-child {
    margin-bottom: 0;
    }
    .FeaturedProducts__title {
    display: none;
    margin-bottom: 20px;
    font-size: 112.5%;
    text-align: center;
    font-weight: bold;
    }
    .FeaturedProducts__subTitle {
    width: 520px;
    aspect-ratio: 750 / 90;
    margin: 0 auto 20px;
    padding: 0 24px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
    height: auto;
    margin-left: 0;
    -webkit-border-radius: 100px;
       -moz-border-radius: 100px;
            border-radius: 100px;
    }
    .FeaturedProducts__items {
    width: 100%;
    margin: 0 auto;
    padding: 0 40px;
    vertical-align: top;
    }
    .FeaturedProducts__item {
    float: left;
    width: 202px;
    margin: 0 0 30px 0 !important;
    }
    .FeaturedProducts__item:nth-child(2n+1) {
        margin: 0 30px 30px 0 !important;
    }
    .FeaturedProducts__link {
    display: block;
    width: 202px;
    margin: 0 auto;
    }
    .FeaturedProducts__link:hover {
    text-decoration: none;
    }
    .FeaturedProducts__thumb {
    position: relative;
    width: 202px;
    height: 202px;
    margin-bottom: 5px;
    }
    .FeaturedProducts__image {
    width: 202px;
    height: 202px;
    -o-object-fit: cover;
       object-fit: cover;
    }
    .FeaturedProducts__iconFree {
    width: 45px;
    height: 17px;
    line-height: 17px;
    font-size: 68.75%;
    }
    .FeaturedProducts__current {
    color: #ff2c04;
    white-space: normal;
    }
    .FeaturedProducts__currentText {
    padding-right: 3px;
    margin-right: 0;
    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__bid {
    margin-right: 0;
    }
    .FeaturedProducts__time {
    float: right;
    }
    .FeaturedProducts__foot {
    padding-bottom: 5px;
    }
    .FeaturedProducts__button {
    font-size: 87.5%;
    width: 333px;
    height: 55px;
    -webkit-border-radius: 26px;
       -moz-border-radius: 26px;
            border-radius: 26px;
    -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
       -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
    }
    .FeaturedProducts a:hover {
    text-decoration: none !important;
    opacity: 0.8;
    }
    .FeaturedProducts__banner__link {
    display: block;
    width: 468px;
    margin: 20px auto 0;
    }
    .FeaturedProducts__banner__image {
    width: 468px;
    }
}

.SecondaryProducts {
    margin-top: 30px;
    padding: 30px 0 40px;
    background-color: #f6f6f6;
    -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
}
.SecondaryProducts__inner {
    width: 950px;
    margin: 0 auto;
    padding-bottom: 37px;
}
.SecondaryProducts__inner:last-child {
    padding-bottom: 0;
}
.SecondaryProducts__title {
    text-align: center;
    line-height: 50px;
    font-size: 137.5%;
    margin-bottom: 30px;
    border-bottom: solid 1px #e2e1da;
}
.SecondaryProducts__items--popular .SecondaryProducts__item {
    width: 170px;
    margin-right: 25px;
    margin-bottom: 23px;
}
.SecondaryProducts__items--popular .SecondaryProducts__item:nth-child(5n) {
    margin-right: 0;
}
.SecondaryProducts__item {
    -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
    float: left;
    width: 218px;
    margin-right: 26px;
}
.SecondaryProducts__item:last-child {
    margin-right: 0;
}
.SecondaryProducts__link {
    -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
    display: block;
    width: 100%;
    padding: 20px 10px 10px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 3px 3px rgba(200, 200, 200, 0.1);
     -moz-box-shadow: 0px 0px 3px 3px rgba(200, 200, 200, 0.1);
          box-shadow: 0px 0px 3px 3px rgba(200, 200, 200, 0.1);
}
.SecondaryProducts__link:hover {
    text-decoration: none;
    opacity: 0.8;
}
.SecondaryProducts__thumb {
    display: block;
    width: 170px;
    height: 170px;
    margin: 0 auto;
}
.SecondaryProducts__thumb img {
    display: block;
    width: 170px;
    height: 170px;
}
.SecondaryProducts__name {
    display: block;
    width: 170px;
    margin: 10px auto 0;
    text-align: center;
    font-size: 87.5%;
    color: #333333;
    line-height: 1.3;
    height: 36px;
}
.SecondaryProducts__image {
    max-width: 100%;
}

.Step {
    background: #fff;
    margin: 0 auto;
    padding: 6% 0;
}
.Step__title {
    width: 100vw;
    aspect-ratio: 750 / 90;
    height: auto;
    margin: 0 auto 20px;
    text-align: center;
    overflow: hidden;
    text-indent: 200%;
    white-space: nowrap;
    line-height: 0;
    background: url(../img/step_title.png) no-repeat center;
    -moz-background-size: 100% 100%;
        background-size: 100% 100%;
}
.Step__item {
    width: 300px;
    padding-bottom: 25px;
    margin: 0 auto 15px;
    background: url(../img/icon_arrow.png) no-repeat 50% 100%;
    -moz-background-size: 21px 13px;
       background-size: 21px 13px;
}
.Step__item:nth-child(1) .Step__number {
    background-image: url(../img/text_step01.png);
}
.Step__item:nth-child(1) .Step__inner {
    background-image: url(../img/step01.png);
}
.Step__item:nth-child(2) .Step__number {
    background-image: url(../img/text_step02.png);
}
.Step__item:nth-child(2) .Step__inner {
    background-image: url(../img/step02.png);
    height: 120px;
}
.Step__item:nth-child(3) .Step__number {
    background-image: url(../img/text_step03.png);
}
.Step__item:nth-child(3) .Step__inner {
    background-image: url(../img/step03.png);
}
.Step__item:last-child {
    background: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.Step__inner {
    padding-left: 140px;
    height: 100px;
    background: no-repeat;
    -moz-background-size: 120px 100px;
       background-size: 120px 100px;
}
.Step__info {
    vertical-align: middle;
    font-size: 87.5%;
    line-height: 1.3;
}
.Step__number {
    width: 56px;
    height: 17px;
    margin-bottom: 16px;
    background-position: 50% 0;
    -moz-background-size: 56px 17px;
       background-size: 56px 17px;
}
@media (min-width: 768px) {
    .Step {
    margin: 0 auto;
    padding: 40px 0;
    font-size: 100%;
    }
    .Step__title {
    width: 520px;
    aspect-ratio: 750 / 90;
    height: auto;
    margin: 0 auto 20px;
    text-align: center;
    line-height: 0;
    }
    .Step__items {
    width: 300px;
    margin: 0 auto;
    padding-top: 0;
    background: none;
    }
    .Step__item {
    width: 300px;
    float: none;
    margin: 0 auto 15px;
    padding-bottom: 25px;
    background: url(../img/icon_arrow.png) no-repeat 50% 100%;
    -moz-background-size: 21px 13px;
         background-size: 21px 13px;
    }
    .Step__item:nth-child(1) .Step__number {
    background-image: url(../img/text_step01.png);
    }
    .Step__item:nth-child(1) .Step__inner {
    background-image: url(../img/step01.png);
    }
    .Step__item:nth-child(2) .Step__number {
    background-image: url(../img/text_step02.png);
    }
    .Step__item:nth-child(2) .Step__inner {
    background-image: url(../img/step02.png);
    height: 120px;
    }
    .Step__item:nth-child(3) .Step__number {
    background-image: url(../img/text_step03.png);
    }
    .Step__item:nth-child(3) .Step__inner {
    background-image: url(../img/step03.png);
    }
    .Step__item:last-child {
    margin-right: auto;
    margin-bottom: 0;
    padding-bottom: 0;
    background: none;
    }
    .Step__inner {
    padding-left: 140px;
    height: 100px;
    background-repeat: no-repeat;
    -moz-background-size: 120px 100px;
         background-size: 120px 100px;
    }
    .Step__info {
    font-size: 87.5%;
    text-align: left;
    line-height: 1.3;
    }
    .Step__number {
    width: 56px;
    height: 17px;
    margin-bottom: 16px;
    background-position: 50% 0;
    -moz-background-size: 56px 17px;
         background-size: 56px 17px;
    }
}
@media screen and (max-width: 280px) {
    .Step .Step__item {
    width: 270px;
    }
}

.Banner {
    background: #fff;
}
.Banner__inner {
    width: 96vw;
    margin: 0;
    padding: 20px 0;
}
@media (min-width: 768px) {
    .Banner {
    text-align: center;
    }
    .Banner__inner {
    width: 500px;
    margin: 0 auto;
    padding: 24px 0;
    }
    .Banner__items {
    margin: 0 auto;
    }
    .Banner__item {
    display: inline-block;
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 10px !important;
    }
    .Banner__link {
    display: block;
    }
    .Banner__link img {
    max-width: 100%;
    height: auto;
    }
}

@media screen and (max-width: 280px) {
    .Banner__link img {
    width: 270px;
    height: 59px;
    }
}
.campaign51525,
.grmzoro,
.shppointx5,
.ymobile,
.linefriend {
    display: none;
}

.Notes {
    padding: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
    background-color: #fff;
}
.Notes__header {
    padding: 0px 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: 0px;
}
.Notes__table {
    display: block;
}
.Notes__pointtable {
    -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          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: 100%;
}
.Notes__description {
    padding: 0;
}
@media (min-width: 769px) {
    .Notes {
    padding: 30px 0;
    }
    .Notes__inner {
    width: 468px;
    margin: 0 auto;
    }
    .Notes__body {
    width: 468px;
    margin: 0 auto;
    }
    .Notes__header {
    padding: 0 10px;
    }
    .Notes__title {
    font-size: 112.5%;
    line-height: 112.5%;
    font-weight: normal;
    margin-bottom: 20px;
    }
    .Notes__table {
    display: block;
    }
    .Notes__row {
    display: block;
    margin-bottom: 0;
    padding: 0 10px 24px 10px;
    }
    .Notes__row:last-child {
    margin-bottom: 0;
    }
    .Notes__pointtable {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            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 {
    display: block;
    border: 0 !important;
    padding: 0;
    width: 100%;
    margin-bottom: 5px;
    font-size: 100%;
    line-height: 100%;
    }
    .Notes__description {
    display: block;
    border: 0 !important;
    padding: 0;
    }
    .Notes__indent {
    padding-left: 1em;
    }
    .Notes--strong {
    font-weight: bold;
    }
}

.EntryitemTitle {
    margin: 0 auto;
}
.EntryitemTitle__inner {
    position: relative;
    z-index: 100;
}
.EntryitemTitle__main {
    position: relative;
    width: 81.8vw;
    height: 11.5vw;
    margin: 0 auto 30px;
    background: url(../img/entryitem_title.png) no-repeat center/contain;
}
.EntryitemTitle__main::before {
    content: "";
    width: 29.8vw;
    height: 14.7vw;
    background: url(../img/entryitem_speechBubble.png) no-repeat center/contain;
    -moz-background-size: contain;
       background-size: contain;
    position: absolute;
    top: -11.7vw;
    right: -7vw;
}

@media (min-width: 768px) {
    .EntryitemTitle__main {
        position: relative;
        width: 615px;
        height: 84px;
        margin: 0 auto 30px;
    }
    .EntryitemTitle__main::before {
        content: "";
        width: 224px;
        height: 104px;
        background: url(../img/entryitem_speechBubble.png) no-repeat center/contain;
        -moz-background-size: contain;
            background-size: contain;
        position: absolute;
        top: -67px;
        right: -163px;
    }
}
.NextInfo__nextLink:hover {
    opacity: 0.7;
}
.NextInfo__linkImg {
    background-image: url(../img/next_link_sp.png);
    -moz-background-size: contain;
       background-size: contain;
    background-repeat: no-repeat;
    margin: 28px auto 30px;
    width: 52.94129vw;
    height: 11.43057vw;
    position: relative;
}
.NextInfo__linkImg::before {
    content: "";
    width: 12vw;
    height: 9.5vw;
    -moz-background-size: contain;
       background-size: contain;
    background-image: url(../img/sparkling.png);
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    top: 0;
    right: -13vw;
}
@media (min-width: 768px) {
    .NextInfo__nextLink {
    background-image: url(../img/next_link.png);
    }
    .NextInfo__nextLink:hover {
    opacity: 0.7;
    }
    .NextInfo__linkImg {
    background-image: url(../img/next_link.png);
    -moz-background-size: contain;
         background-size: contain;
    background-repeat: no-repeat;
    margin: 54px auto 56px;
    width: 642px;
    height: 31px;
    position: relative;
    }
    .NextInfo__linkImg::before {
    content: "";
    width: 75px;
    height: 64px;
    background-image: url(../img/sparkling.png);
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    top: -36px;
    right: -100px;
    }
}

.CopyClickboard {
    display: block;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 500px;
    margin: -75px 0 0 -250px;
    padding: 50px 15px;
    background-color: rgba(0, 0, 0, 0.8);
    border: 3px solid #fff;
    -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    opacity: 0;
    -webkit-transition: opacity 0.8s;
    -o-transition: opacity 0.8s;
    -moz-transition: opacity 0.8s;
    transition: opacity 0.8s;
    z-index: -1;
    -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
    letter-spacing: 1px;
}
.CopyClickboard__num {
    margin: 0 10px;
    font-size: 28px;
}

.Addcontents {
    position: relative;
    z-index: 0;
    width: 500px;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 40px;
    background: url(../img/bannertitle.png) no-repeat 0px 0px;
}
.Addcontents__link {
    position: relative;
    z-index: 0;
    display: block;
    width: 480px;
    height: 104px;
    padding: 0 10px 20px 10px;
    float: left;
}
.Addcontents__link :hover {
    opacity: 0.8;
}
.Addcontents__link img {
    width: 480px;
    height: 104px;
    -webkit-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.2);
}

.PageTopNav__link {
    -webkit-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    transition: 0.3s linear;
}

@media (min-width: 768px) {
    .PageTopNav,
    .PageTopNav__link {
        position: relative;
        z-index: 2;
    }
}

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

.l-wrapper {
    min-width: auto;
}
.l-wrapper .l-content {
    -webkit-font-feature-settings: "palt" 1;
     -moz-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
    font-size: 14px;
}

@media (min-width: 768px) {

    body {
        overflow-y: auto;
        overflow-x: hidden;

        /* スクロールバー非表示 Firefox */
        scrollbar-width: none;

        /* IE / Edge Legacy */
        -ms-overflow-style: none;
    }

    body::-webkit-scrollbar {
        display: none;
    }

    .l-wrapper {
        position: relative;
        min-width: auto;
    }

     .l-wrapper .l-content {
        position: relative;
        z-index: 1;
        margin: 0 auto;
        background-color: #f8f2e8;
        overflow: visible;
    }

    .l-content::before,
    .l-content::after {
        /* content: "";
        position: absolute;
        top: 0;
        width: calc((100vw - 520px) / 2);
        height: 100%;
        min-height: 100vh;
        background-repeat: no-repeat;
        background-size: 620px auto;
        pointer-events: none;
        z-index: 0; */
        content: "";
        position: absolute;
        top: 0;
        width: calc((100vw - 520px) / 2);
        height: 100%;
        min-height: 100vh;
        background-repeat: no-repeat;
        background-size: auto 100%;
        pointer-events: none;
        z-index: 0;
    }

    .l-content::before {
        left: 0;
        background-image: url("../img/pc_bg_left.jpg");
        background-position: right top;
    }

    .l-content::after {
        right: 0;
        background-image: url("../img/pc_bg_right.jpg");
        background-position: left top;
    }

    .l-contentinner {
        position: relative;
        z-index: 1;
    }

}
.l-contentinner {
    position: relative;
}

.FeaturedProducts .Watch {
    top: 132px;
    right: 0px;
}

@media (min-width: 768px) {
    html.is-content-scroll-lock,
    body.is-content-scroll-lock {
        overflow-y: hidden !important;
    }

    .l-contentinner {
        width: 520px;
        margin: 0 auto;
        height: 100vh;
        overflow-y: auto;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
        /* スクロールバー非表示 Firefox */
        scrollbar-width: none;
        /* IE / Edge Legacy */
        -ms-overflow-style: none;
        background-color: #ffffff;
    }
    .l-contentinner::-webkit-scrollbar {
        display: none;
    }
    .FeaturedProducts .Watch {
        top: 160px;
        right: 10px;
    }
}

.l-contentBody {
    position: relative;
    background-color: #f8f2e8;
}
/* @media (min-width: 768px) {
    .l-contentBody {
        width: 520px;
        margin: 0 auto;
        background: none;
    }
} */

.l-contentFoot {
    background: #fff;
}
