@charset "UTF-8";

/*リセット
--------------------------------------------*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

html {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,
th,
td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

q,
blockquote {
    quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
    content: "";
    content: none;
}

a img {
    border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}


/*メディアクエリー
---------------------------------------------*/


/*変数
---------------------------------------------*/


/* webfonts */


/* common
---------------------------------------------*/

html,
body {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Lucida Grande", Verdana, "ＭＳ Ｐゴシック", sans-serif;
    width: 100%;
    line-height: 1.6;
    font-weight: bold;
    font-feature-settings: "palt";
}

@media screen and (min-width: 769px) {
    html,
    body {
        font-size: 16px;
    }
}

@media screen and (max-width: 768px) {
    html,
    body {
        font-size: 12px;
    }
}

img {
    width: 100%;
    display: block;
}

*,
*::after,
*::before {
    box-sizing: border-box;
}

@media screen and (min-width: 769px) {
    .pcNone {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .pcNone {
        display: block;
    }
}

@media screen and (min-width: 769px) {
    .spNone {
        display: block;
    }
}

@media screen and (max-width: 768px) {
    .spNone {
        display: none;
    }
}

#history_non,
#favorite_non {
    text-align: center;
    font-weight: normal;
}

#history_non a,
#favorite_non a {
    display: block;
    background: #fff;
    border: #ed9993 2px solid;
    text-align: center;
    color: #ed9993;
    border-radius: 40px;
    text-decoration: none;
}

@media screen and (max-width: 768px) {
    #history_non a,
    #favorite_non a {
        width: 78.6666666667%;
        margin: 18px auto 0px;
        font-size: 14px;
        height: 50px;
        line-height: 50px;
    }
}

@media screen and (min-width: 769px) {
    #history_non a,
    #favorite_non a {
        width: 350px;
        margin: 23px auto 0px;
        font-size: 16px;
        height: 80px;
        line-height: 80px;
    }
}

a.viewAll {
    display: block;
    background: #ed9993;
    text-align: center;
    color: #fff;
    border-radius: 40px;
    text-decoration: none;
    font-weight: normal;
    letter-spacing: 0.12em;
}

@media screen and (max-width: 768px) {
    a.viewAll {
        width: 78.6666666667%;
        margin: 18px auto;
        font-size: 14px;
        height: 50px;
        line-height: 50px;
    }
}

@media screen and (min-width: 769px) {
    a.viewAll {
        width: 350px;
        margin: 23px auto 0;
        font-size: 16px;
        height: 80px;
        line-height: 80px;
    }
}

a.viewAll.big {
    position: relative;
    z-index: 3;
}

@media screen and (max-width: 768px) {
    a.viewAll.big {
        height: 80px;
        line-height: 80px;
    }
}

@media screen and (min-width: 769px) {
    a.viewAll.big {
        width: 800px;
        height: 80px;
        line-height: 80px;
        margin: 23px auto 0;
    }
}

p#pagetop {
    position: fixed;
    bottom: 5%;
    right: 5%;
}

@media screen and (max-width: 768px) {
    div#wrap {
        width: 100%;
        background: #f5f5f5;
    }
}

section.mainArea_cs {
    width: 100%;
    position: relative;
    z-index: 3;
}

@media screen and (min-width: 769px) {
    section.mainArea_cs {
        height: 100vh;
        background: #ed9993;
    }
}

@media screen and (max-width: 768px) {
    section.mainArea_cs {
        background: #ed9993;
        overflow: hidden;
        height: 100vh;
    }
}

@media screen and (max-width: 768px) {
    section.mainArea_cs div.main {
        width: 100%;
        height: 100vh;
    }
}

section.mainArea_cs a.circle_none {
    display: block;
    position: absolute;
}

@media screen and (min-width: 769px) {
    section.mainArea_cs a.circle_none {
        width: 8.8888888889%;
        right: 10.3174603175%;
        bottom: -2.7227722772%;
    }
}

@media screen and (max-width: 768px) {
    section.mainArea_cs a.circle_none {
        width: 28.2666666667%;
        right: 3.3333333333%;
        bottom: -1.7326732673%;
    }
}

section.mainArea_cs a.circle_none::before {
    content: "";
    display: block;
    padding-top: 100%;
}

section.mainArea_cs a.circle_none div.arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

section.mainArea_cs div.circle {
    position: absolute;
    animation: 6s linear infinite rotation;
}

@media screen and (min-width: 769px) {
    section.mainArea_cs div.circle {
        width: 8.8888888889%;
        right: 10.3174603175%;
        bottom: -3.0666666667%;
    }
}

@media screen and (max-width: 768px) {
    section.mainArea_cs div.circle {
        width: 28.2666666667%;
        right: 3.3333333333%;
        bottom: -1.7326732673%;
    }
}

@media screen and (min-width: 769px) {
    section.mainArea_cs div.inner {
        width: 51.5873015873%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

@media screen and (max-width: 768px) {
    section.mainArea_cs div.inner {
        width: 69.3333333333%;
        position: absolute;
        top: 45%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

@media screen and (max-width: 768px) {
    section.mainArea_cs div.inner h1 {
        width: 100%;
        margin: 0 auto 75px;
    }
}

@media screen and (min-width: 769px) {
    section.mainArea_cs div.inner h1 {
        width: 73.8461538462%;
        margin: 0 auto 120px;
    }
}

section.mainArea_cs div.inner p {
    color: #fff;
    text-align: center;
    line-height: 2;
    letter-spacing: 0.12em;
    font-weight: normal;
}

@media screen and (min-width: 769px) {
    section.mainArea_cs div.inner p {
        font-size: 30px;
    }
}

@media screen and (max-width: 768px) {
    section.mainArea_cs div.inner p {
        font-size: 18px;
    }
}

@media screen and (min-width: 769px) {
    section.mainArea_cs div.inner p span {
        font-size: 18px;
    }
}

@media screen and (max-width: 768px) {
    section.mainArea_cs div.inner p span {
        font-size: 12px;
    }
}

section.mainArea {
    width: 100%;
    position: relative;
    z-index: 3;
}

@media screen and (min-width: 769px) {
    section.mainArea {
        background: #ed9993;
    }
}

@media screen and (max-width: 768px) {
    section.mainArea {
        background: #ed9993;
        overflow: hidden;
    }
}

@media screen and (max-width: 768px) {
    section.mainArea div.main {
        width: 100%;
    }
}

section.mainArea a.circle_none {
    display: block;
    position: absolute;
    z-index: 3;
}

@media screen and (min-width: 769px) {
    section.mainArea a.circle_none {
        width: 8.8888888889%;
        right: 10.3174603175%;
        bottom: -2.7227722772%;
    }
}

@media screen and (max-width: 768px) {
    section.mainArea a.circle_none {
        width: 28.2666666667%;
        right: 3.3333333333%;
        bottom: -1.7326732673%;
    }
}

section.mainArea a.circle_none::before {
    content: "";
    display: block;
    padding-top: 100%;
}

section.mainArea a.circle_none div.arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

section.mainArea div.circle {
    position: absolute;
    animation: 6s linear infinite rotation;
    z-index: 3;
}

@media screen and (min-width: 769px) {
    section.mainArea div.circle {
        width: 8.8888888889%;
        right: 10.3174603175%;
        bottom: -3.0666666667%;
    }
}

@media screen and (max-width: 768px) {
    section.mainArea div.circle {
        width: 28.2666666667%;
        right: 3.3333333333%;
        bottom: -1.7326732673%;
    }
}

section.mainArea div.inner {
    width: 100%;
}

@media screen and (min-width: 769px) {
    section.mainArea div.inner {
        background: #ed9993;
    }
}

@media screen and (max-width: 768px) {
    section.mainArea div.inner h1 {
        width: 100%;
    }
}

@media screen and (min-width: 769px) {
    section.mainArea div.inner h1 {
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
    }
}

section.mainArea div.desc {
    background: #ed9993;
    color: #FFF;
    text-align: center;
    color: #fff;
    text-align: center;
    line-height: 2;
    letter-spacing: 0.12em;
    font-weight: normal;
}

@media screen and (min-width: 769px) {
    section.mainArea div.desc {
        padding-bottom: 45px;
        font-size: 16px;
    }
}

@media screen and (max-width: 768px) {
    section.mainArea div.desc {
        padding-bottom: 35px;
        font-size: 14px;
    }
}

section.mainArea div.desc p {
    color: #000;
}

@media screen and (max-width: 768px) {
    section.mainArea div.desc p {
        text-align: left;
        width: 80%;
        margin: 0 auto;
    }
}

section.mainArea2 {
    width: 100%;
    position: relative;
    z-index: 3;
}

@media screen and (min-width: 769px) {
    section.mainArea2 {
        height: 100vh;
        background: #ed9993;
    }
}

@media screen and (max-width: 768px) {
    section.mainArea2 {
        background: #ed9993;
        overflow: hidden;
        height: 100vh;
    }
}

@media screen and (max-width: 768px) {
    section.mainArea2 div.main {
        width: 100%;
        height: 100vh;
    }
}

section.mainArea2 a.circle_none {
    display: block;
    position: absolute;
}

@media screen and (min-width: 769px) {
    section.mainArea2 a.circle_none {
        width: 8.8888888889%;
        right: 10.3174603175%;
        bottom: -2.7227722772%;
    }
}

@media screen and (max-width: 768px) {
    section.mainArea2 a.circle_none {
        width: 28.2666666667%;
        right: 3.3333333333%;
        bottom: -1.7326732673%;
    }
}

section.mainArea2 a.circle_none::before {
    content: "";
    display: block;
    padding-top: 100%;
}

section.mainArea2 a.circle_none div.arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

section.mainArea2 div.circle {
    position: absolute;
    animation: 6s linear infinite rotation;
}

@media screen and (min-width: 769px) {
    section.mainArea2 div.circle {
        width: 8.8888888889%;
        right: 10.3174603175%;
        bottom: -3.0666666667%;
    }
}

@media screen and (max-width: 768px) {
    section.mainArea2 div.circle {
        width: 28.2666666667%;
        right: 3.3333333333%;
        bottom: -1.7326732673%;
    }
}

@media screen and (min-width: 769px) {
    section.mainArea2 div.inner {
        width: 51.5873015873%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

@media screen and (max-width: 768px) {
    section.mainArea2 div.inner {
        width: 69.3333333333%;
        position: absolute;
        top: 45%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

@media screen and (max-width: 768px) {
    section.mainArea2 div.inner h1 {
        width: 100%;
        margin: 0 auto 75px;
    }
}

@media screen and (min-width: 769px) {
    section.mainArea2 div.inner h1 {
        width: 73.8461538462%;
        margin: 0 auto 120px;
    }
}

section.mainArea2 div.inner p {
    color: #fff;
    text-align: center;
    line-height: 2;
    letter-spacing: 0.12em;
    font-weight: normal;
}

@media screen and (min-width: 769px) {
    section.mainArea2 div.inner p {
        font-size: 16px;
    }
}

@media screen and (max-width: 768px) {
    section.mainArea2 div.inner p {
        font-size: 14px;
        text-align: left;
    }
}

section.itemArea {
    position: relative;
    background: #f5f5f5;
    overflow: hidden;
}

@media screen and (max-width: 768px) {
    section.itemArea {
        padding: 100px 0;
    }
}

@media screen and (min-width: 769px) {
    section.itemArea {
        padding: 100px 0;
    }
}

section.itemArea div.loop div:first-child {
    animation: loop 400s -200s linear infinite;
}

section.itemArea div.loop div:last-child {
    animation: loop2 400s linear infinite;
}

section.itemArea div.saletext {
    writing-mode: vertical-rl;
    position: absolute;
    -webkit-text-stroke-width: 0.5px;
    -webkit-text-stroke-color: #ed9993;
    -webkit-text-fill-color: #f5f5f5;
    top: 0;
    left: 0;
    line-height: 1;
    white-space: nowrap;
}

@media screen and (max-width: 768px) {
    section.itemArea div.saletext {
        font-size: 50px;
    }
}

@media screen and (min-width: 769px) {
    section.itemArea div.saletext {
        font-size: 100px;
    }
}

section.itemArea h2 {
    text-align: center;
    color: #222222;
    line-height: 1;
    font-weight: normal;
    letter-spacing: 0.12em;
}

@media screen and (max-width: 768px) {
    section.itemArea h2 {
        font-size: 14px;
        margin-bottom: 20px;
    }
}

@media screen and (min-width: 769px) {
    section.itemArea h2 {
        font-size: 16px;
        margin-bottom: 20px;
    }
}

section.itemArea h2 span {
    color: #ed9993;
    display: block;
}

@media screen and (max-width: 768px) {
    section.itemArea h2 span {
        font-size: 32px;
        margin-top: 10px;
    }
}

@media screen and (min-width: 769px) {
    section.itemArea h2 span {
        font-size: 48px;
        margin-top: 15px;
    }
}

section.itemArea div#favrank,
section.itemArea div#checked {
    position: relative;
    z-index: 3;
}

@media screen and (max-width: 768px) {
    section.itemArea div#favrank,
    section.itemArea div#checked {
        margin-bottom: 60px;
    }
}

@media screen and (min-width: 769px) {
    section.itemArea div#favrank,
    section.itemArea div#checked {
        margin-bottom: 70px;
    }
}

section.itemArea div#favrank ul#contents_list2 li {
    position: relative;
}

section.itemArea div#favrank ul#contents_list2 li::before {
    font-family: hero-new, sans-serif;
    font-weight: 600;
    content: "1";
    display: block;
    position: absolute;
    border-radius: 50%;
    background: #bfa567;
    color: #fff;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (min-width: 769px) {
    section.itemArea div#favrank ul#contents_list2 li::before {
        top: 20px;
        left: 10px;
        width: 24px;
        height: 24px;
    }
}

@media screen and (max-width: 768px) {
    section.itemArea div#favrank ul#contents_list2 li::before {
        top: 20px;
        left: 18px;
        width: 24px;
        height: 24px;
    }
}

section.itemArea div#favrank ul#contents_list2 li:nth-child(2)::before {
    content: "2";
    background: #ababab;
}

section.itemArea div#favrank ul#contents_list2 li:nth-child(3)::before {
    content: "3";
    background: #9f8e7e;
}

section.itemArea div#favrank ul#contents_list2 li:nth-child(4)::before {
    content: "4";
    background: #fff;
    color: #222222;
}

section.itemArea div#favrank ul#contents_list2 li:nth-child(5)::before {
    content: "5";
    background: #fff;
    color: #222222;
}

section.itemArea div#favrank ul#contents_list2 li:nth-child(6)::before {
    content: "6";
    background: #fff;
    color: #222222;
}

section.itemArea div#favrank ul#contents_list2 li:nth-child(7)::before {
    content: "7";
    background: #fff;
    color: #222222;
}

section.itemArea div#favrank ul#contents_list2 li:nth-child(8)::before {
    content: "8";
    background: #fff;
    color: #222222;
}

section.itemArea div#favrank ul#contents_list2 li:nth-child(9)::before {
    content: "9";
    background: #fff;
    color: #222222;
}

section.itemArea div#favrank ul#contents_list2 li:nth-child(10)::before {
    content: "10";
    background: #fff;
    color: #222222;
}

section.itemArea div.inner {
    box-sizing: border-box;
}

@media screen and (min-width: 769px) {
    section.itemArea div.inner {
        position: relative;
        width: 1060px;
        margin: 0 auto;
    }
}

section.itemArea div.inner .scrollable {
    overflow-x: auto;
    white-space: nowrap;
    font-size: 0;
    box-sizing: border-box;
    -ms-overflow-style: none;
    scrollbar-width: none;
    margin-bottom: 50px;
}

@media screen and (min-width: 769px) {
    section.itemArea div.inner .scrollable {
        width: 1060px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 768px) {
    section.itemArea div.inner .scrollable {
        padding: 0 30px 0 30px;
    }
}

section.itemArea div.inner .scrollable li {
    background: #fff;
    display: inline-block;
    font-size: 12px;
    white-space: normal;
    vertical-align: top;
    font-weight: normal;
}

@media screen and (min-width: 769px) {
    section.itemArea div.inner .scrollable li {
        width: 190px;
        padding-top: 10px;
        padding-bottom: 10px;
        height: 320px;
        box-sizing: content-box;
    }
}

@media screen and (max-width: 768px) {
    section.itemArea div.inner .scrollable li {
        width: 150px;
        padding-top: 10px;
        padding-bottom: 10px;
        height: 270px;
        border-radius: 5px;
        margin-bottom: 18px;
        box-sizing: content-box;
    }
}

section.itemArea div.inner .scrollable li:first-child {
    border-left: 10px #fff solid;
    border-radius: 5px 0 0 5px;
}

section.itemArea div.inner .scrollable li:last-child {
    border-right: 10px #fff solid;
    border-radius: 0px 5px 5px 0px;
}

section.itemArea div.inner .scrollable li a {
    text-decoration: none;
    color: #222222;
    font-size: 12px;
}

@media screen and (max-width: 768px) {
    section.itemArea div.inner .scrollable li a {
        font-size: 10px;
    }
}

@media screen and (min-width: 769px) {
    section.itemArea div.inner .scrollable li a div {
        padding: 0 5px;
    }
}

section.itemArea div.inner .scrollable li a div:nth-child(4) {
    color: #EE2E2E;
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    section.itemArea div.inner .scrollable li a div:nth-child(4) {
        font-size: 12px;
    }
}

section.itemArea div.inner .scrollable li img {
    margin-bottom: 10px;
}

section.itemArea div#saleitem {
    position: relative;
    z-index: 3;
}

section.itemArea div#saleitem ul.sort {
    position: relative;
    box-sizing: border-box;
    border-top: 1px solid #dadada;
}

@media screen and (min-width: 769px) {
    section.itemArea div#saleitem ul.sort {
        width: 1060px;
        margin: 0 auto;
        margin-bottom: 35px;
        font-size: 0;
        border-bottom: 1px solid #dadada;
    }
}

@media screen and (max-width: 768px) {
    section.itemArea div#saleitem ul.sort {
        padding-bottom: 20px;
        overflow-x: auto;
        white-space: nowrap;
        font-size: 0;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
}

@media screen and (max-width: 768px) {
    section.itemArea div#saleitem ul.sort::after {
        content: "";
        display: block;
        border-bottom: 1px solid #dadada;
        width: 145%;
        position: absolute;
        bottom: 20px;
        left: 0;
    }
}

section.itemArea div#saleitem ul.sort li {
    cursor: pointer;
    font-weight: normal;
    display: inline-block;
    background: #fff;
    line-height: 1;
}

@media screen and (max-width: 768px) {
    section.itemArea div#saleitem ul.sort li {
        font-size: 12px;
        padding: 15px 10px;
    }
}

@media screen and (min-width: 769px) {
    section.itemArea div#saleitem ul.sort li {
        font-size: 16px;
        padding: 20px 0;
        width: 176.6666666667px;
        text-align: center;
    }
}

section.itemArea div#saleitem ul.sort li.active {
    background: #ed9993;
    color: #fff;
    position: relative;
    font-weight: bold;
}

section.itemArea div#saleitem ul.sort li.active::after {
    position: absolute;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #ed9993 transparent transparent transparent;
    top: 96%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
}

@media screen and (min-width: 769px) {
    section.itemArea div#saleitem ul.sort li.active::after {
        border-width: 15px 15px 0 15px;
    }
}

@media screen and (min-width: 769px) {
    section.itemArea div#saleitem div.salecontent {
        position: relative;
        width: 1060px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 768px) {
    section.itemArea div#saleitem .scrollable {
        padding: 0 30px 0 30px;
        overflow-x: auto;
        white-space: nowrap;
        font-size: 0;
        -ms-overflow-style: none;
        scrollbar-width: none;
        margin-bottom: 50px;
    }
}

@media screen and (min-width: 769px) {
    section.itemArea div#saleitem div.itemlist {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    section.itemArea div#saleitem ul.itemlist {
        display: none;
    }
}

@media screen and (min-width: 769px) {
    section.itemArea div#saleitem .itemlist {
        overflow-x: auto;
        white-space: nowrap;
        font-size: 0;
        width: 1060px;
        margin: 0 auto;
        border-radius: 5px;
        -ms-overflow-style: none;
        scrollbar-width: none;
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 768px) {
    section.itemArea div#saleitem .itemlist {
        display: inline-grid;
        grid-template-rows: repeat(2, auto);
        grid-auto-flow: column;
        border-radius: 5px;
        padding: 0 10px;
        background: #fff;
    }
}

section.itemArea div#saleitem .itemlist li,
section.itemArea div#saleitem .itemlist>div {
    font-weight: normal;
    display: inline-block;
    background: #fff;
    display: inline-block;
    font-size: 12px;
    white-space: normal;
    vertical-align: top;
}

@media screen and (min-width: 769px) {
    section.itemArea div#saleitem .itemlist li,
    section.itemArea div#saleitem .itemlist>div {
        width: 190px;
        padding-top: 10px;
        padding-bottom: 10px;
        height: 320px;
        box-sizing: content-box;
    }
}

@media screen and (max-width: 768px) {
    section.itemArea div#saleitem .itemlist li,
    section.itemArea div#saleitem .itemlist>div {
        width: 150px;
        padding-top: 10px;
        padding-bottom: 10px;
        height: 300px;
        box-sizing: content-box;
    }
}

@media screen and (min-width: 769px) {
    section.itemArea div#saleitem .itemlist li:first-child,
    section.itemArea div#saleitem .itemlist>div:first-child {
        border-left: 10px #fff solid;
    }
}

@media screen and (min-width: 769px) {
    section.itemArea div#saleitem .itemlist li:last-child,
    section.itemArea div#saleitem .itemlist>div:last-child {
        border-right: 10px #fff solid;
    }
}

section.itemArea div#saleitem .itemlist li a,
section.itemArea div#saleitem .itemlist>div a {
    color: #222222;
    text-decoration: none;
    font-size: 10px;
}

@media screen and (min-width: 769px) {
    section.itemArea div#saleitem .itemlist li a,
    section.itemArea div#saleitem .itemlist>div a {
        font-size: 12px;
    }
}

section.itemArea div#saleitem .itemlist li p.ico_box,
section.itemArea div#saleitem .itemlist>div p.ico_box {
    display: none !important;
}

section.itemArea div#saleitem .itemlist li img,
section.itemArea div#saleitem .itemlist>div img {
    margin-bottom: 10px;
}

section.itemArea div#saleitem .itemlist li p.price,
section.itemArea div#saleitem .itemlist>div p.price {
    color: #EE2E2E;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
}

section.itemArea div.new,
section.itemArea div.price,
section.itemArea div.off,
section.itemArea div.fav,
section.itemArea div.review {
    display: none;
}

section.searchArea {
    position: relative;
    z-index: 3;
    background: #ed9993;
    height: auto;
}

@media screen and (max-width: 768px) {
    section.searchArea {
        padding: 60px 0;
    }
}

@media screen and (min-width: 769px) {
    section.searchArea {
        padding: 100px 0;
    }
}

section.searchArea h2 {
    text-align: center;
    color: #222222;
    line-height: 1.4;
    letter-spacing: 0.12em;
    font-weight: normal;
    color: #fff;
}

@media screen and (max-width: 768px) {
    section.searchArea h2 {
        font-size: 14px;
        margin-bottom: 22px;
    }
}

@media screen and (min-width: 769px) {
    section.searchArea h2 {
        font-size: 16px;
        margin-bottom: 50px;
    }
}

section.searchArea h2 span {
    display: block;
    color: #fff;
}

@media screen and (max-width: 768px) {
    section.searchArea h2 span {
        font-size: 46px;
    }
}

@media screen and (min-width: 769px) {
    section.searchArea h2 span {
        font-size: 64px;
    }
}

section.searchArea ul.fixedmenu {
    position: sticky;
    top: 0;
}

@media screen and (max-width: 768px) {
    section.searchArea ul.fixedmenu {
        width: 100%;
        display: flex;
    }
}

@media screen and (min-width: 769px) {
    section.searchArea ul.fixedmenu {
        display: none;
    }
}

section.searchArea ul.fixedmenu li {
    background: #ed9993;
    text-align: center;
}

@media screen and (max-width: 768px) {
    section.searchArea ul.fixedmenu li {
        width: 50%;
    }
}

section.searchArea ul.fixedmenu li:first-child {
    border-right: 1px solid #fff;
}

section.searchArea ul.fixedmenu li a {
    display: block;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    section.searchArea ul.fixedmenu li a {
        font-size: 16px;
        line-height: 1;
        padding: 25px 0;
    }
}

section.searchArea div.searchblock {
    font-weight: normal;
}

@media screen and (max-width: 768px) {
    section.searchArea div.searchblock {
        width: 89.3333333333%;
        margin: 32px auto 0;
    }
}

section.searchArea div.searchblock h3 {
    font-weight: normal;
    color: #fff;
    text-align: center;
}

@media screen and (max-width: 768px) {
    section.searchArea div.searchblock h3 {
        font-size: 14px;
        margin-bottom: 15px;
    }
}

@media screen and (min-width: 769px) {
    section.searchArea div.searchblock h3 {
        font-size: 20px;
        margin-bottom: 25px;
    }
}

section.searchArea div.searchblock ul {
    background: #fff;
    color: #222222;
}

@media screen and (max-width: 768px) {
    section.searchArea div.searchblock ul {
        border-radius: 35px;
        display: flex;
        flex-wrap: wrap;
    }
}

@media screen and (min-width: 769px) {
    section.searchArea div.searchblock ul {
        width: 1060px;
        margin: 0 auto 50px;
        border-radius: 35px;
        display: flex;
    }
}

section.searchArea div.searchblock ul li {
    text-align: center;
    box-sizing: border-box;
}

@media screen and (max-width: 768px) {
    section.searchArea div.searchblock ul li {
        width: 50%;
    }
}

@media screen and (min-width: 769px) {
    section.searchArea div.searchblock ul li {
        width: 265px;
        border-right: 1px solid #dadada;
    }
}

@media screen and (max-width: 768px) {
    section.searchArea div.searchblock ul li:nth-child(1),
    section.searchArea div.searchblock ul li:nth-child(3) {
        border-right: 1px solid #dadada;
    }
}

@media screen and (max-width: 768px) {
    section.searchArea div.searchblock ul li:nth-child(1),
    section.searchArea div.searchblock ul li:nth-child(2) {
        border-bottom: 1px solid #dadada;
    }
}

@media screen and (min-width: 769px) {
    section.searchArea div.searchblock ul li:last-child {
        border-right: none;
    }
}

section.searchArea div.searchblock ul li a {
    text-decoration: none;
    color: #222222;
    display: block;
}

@media screen and (max-width: 768px) {
    section.searchArea div.searchblock ul li a {
        font-size: 12px;
        padding: 23px 0;
    }
}

@media screen and (min-width: 769px) {
    section.searchArea div.searchblock ul li a {
        font-size: 16px;
        padding: 30px 0;
    }
}

@media screen and (min-width: 769px) {
    section.searchArea div.searchblock.brand ul {
        display: flex;
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 768px) {
    section.searchArea div.searchblock.brand ul li {
        width: 100%;
        border-bottom: 1px solid #dadada;
        text-align: left;
    }
}

@media screen and (min-width: 769px) {
    section.searchArea div.searchblock.brand ul li {
        width: 50%;
        border-right: none;
    }
}

section.searchArea div.searchblock.brand ul li:nth-child(1),
section.searchArea div.searchblock.brand ul li:nth-child(3) {
    border-right: none;
}

section.searchArea div.searchblock.brand ul li:last-child {
    border: none;
}

section.searchArea div.searchblock.brand ul li a {
    display: flex;
    align-items: center;
}

@media screen and (max-width: 768px) {
    section.searchArea div.searchblock.brand ul li a {
        padding: 20px 20px;
    }
}

@media screen and (min-width: 769px) {
    section.searchArea div.searchblock.brand ul li a {
        width: 88.3%;
        margin: 0 auto;
        border-bottom: 1px solid #dadada;
    }
}

@media screen and (max-width: 768px) {
    section.searchArea div.searchblock.brand ul li a p.brandname {
        font-size: 12px;
        width: 70%;
    }
}

@media screen and (min-width: 769px) {
    section.searchArea div.searchblock.brand ul li a p.brandname {
        font-size: 16px;
        width: 70%;
        text-align: left;
    }
}

section.searchArea div.searchblock.brand ul li a p.brandname span.kana {
    display: block;
}

@media screen and (max-width: 768px) {
    section.searchArea div.searchblock.brand ul li a p.brandname span.kana {
        font-size: 10px;
    }
}

@media screen and (min-width: 769px) {
    section.searchArea div.searchblock.brand ul li a p.brandname span.kana {
        font-size: 12px;
    }
}

section.searchArea div.searchblock.brand ul li a p.brandname span.coming {
    display: inline-block;
    color: #4c9ad6;
}

@media screen and (max-width: 768px) {
    section.searchArea div.searchblock.brand ul li a p.brandname span.coming {
        font-size: 11px;
        padding: 1px 5px;
        box-sizing: border-box;
        border: 1px solid #4c9ad6;
        margin-right: 5px;
    }
}

@media screen and (min-width: 769px) {
    section.searchArea div.searchblock.brand ul li a p.brandname span.coming {
        font-size: 14px;
        padding: 1px 8px;
        box-sizing: border-box;
        border: 1px solid #4c9ad6;
        margin-right: 12px;
    }
}

section.searchArea div.searchblock.brand ul li a p.percent {
    float: right;
    color: #ed2e2e;
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    section.searchArea div.searchblock.brand ul li a p.percent {
        font-size: 11px;
        width: 30%;
        text-align: right;
    }
}

@media screen and (min-width: 769px) {
    section.searchArea div.searchblock.brand ul li a p.percent {
        font-size: 16px;
        width: 30%;
        text-align: right;
    }
}

@media screen and (min-width: 769px) {
    section.searchArea div.searchblock.brand.category ul {
        padding: 40px;
    }
}

@media screen and (min-width: 769px) {
    section.searchArea div.searchblock.brand.category ul li {
        width: 25%;
    }
}

@media screen and (min-width: 769px) {
    section.searchArea div.searchblock.brand.category ul li a {
        border-bottom: none;
        padding: 12px 0;
    }
}

section.attentionArea {
    background: #f5f5f5;
}

section.attentionArea div {
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    section.attentionArea div {
        width: 92%;
        padding: 60px 0;
    }
}

@media screen and (min-width: 769px) {
    section.attentionArea div {
        width: 1060px;
        padding: 100px 0;
    }
}

section.attentionArea h3 {
    text-align: center;
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    section.attentionArea h3 {
        font-size: 18px;
        margin-bottom: 20px;
    }
}

@media screen and (min-width: 769px) {
    section.attentionArea h3 {
        font-size: 20px;
        margin-bottom: 40px;
    }
}

section.attentionArea h3 span {
    line-height: 2;
    display: inline-block;
    border-bottom: 1px solid #222222;
}

section.attentionArea ul {
    font-weight: normal;
}

@media screen and (max-width: 768px) {
    section.attentionArea ul li {
        font-size: 12px;
        margin-bottom: 10px;
    }
}

@media screen and (min-width: 769px) {
    section.attentionArea ul li {
        font-size: 14px;
        margin-bottom: 8px;
    }
}

section.attentionArea ul li::before {
    content: "・";
    display: inline-block;
}

section.attentionArea ul li:last-child::before {
    display: none;
}

@media screen and (max-width: 768px) {
    footer {
        padding: 50px 0;
    }
}

@media screen and (min-width: 769px) {
    footer {
        padding: 100px 0;
    }
}

footer a {
    display: block;
}

@media screen and (max-width: 768px) {
    footer a {
        width: 45.3333333333%;
        margin: 0 auto 20px;
    }
}

@media screen and (min-width: 769px) {
    footer a {
        width: 250px;
        margin: 0 auto 40px;
    }
}

footer p {
    text-align: center;
}

@media screen and (max-width: 768px) {
    footer p {
        width: 43.7333333333%;
        margin: 0 auto;
    }
}

@media screen and (min-width: 769px) {
    footer p {
        width: 227px;
        margin: 0 auto;
    }
}

a.scroll-left,
a.scroll-right {
    position: absolute;
    top: 110px;
    border: 1px solid #dadada;
    width: 30px;
    height: 30px;
    box-sizing: border-box;
    background: #fff;
    display: block;
    transition: 0.3s;
}

@media screen and (max-width: 768px) {
    a.scroll-left,
    a.scroll-right {
        display: none;
    }
}

a.scroll-left {
    left: 5px;
    transform: translateX(-70%);
}

a.scroll-right {
    right: 5px;
    transform: translateX(70%);
}

a.scroll-left::before {
    width: 6px;
    height: 6px;
    border-top: 1px solid #575757;
    border-left: 1px solid #575757;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: rotate(-45deg) translate(1px, -3px);
    content: "";
    display: block;
}

a.scroll-right::before {
    width: 6px;
    height: 6px;
    border-top: 1px solid #575757;
    border-right: 1px solid #575757;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: rotate(45deg) translate(-5px, 0px);
    content: "";
    display: block;
}

.scrollable::-webkit-scrollbar,
ul.sort::-webkit-scrollbar,
.grid-scroll::-webkit-scrollbar,
.itemlist::-webkit-scrollbar {
    display: none;
}


/* content
---------------------------------------------*/


/* scss読み込み
---------------------------------------------*/


/* アニメーション
---------------------------------------------*/


/* 回転アニメーション */

@keyframes rotation {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}

.fuwatAnime {
    animation-fill-mode: both;
    animation-duration: 1s;
    animation-name: fuwatAnime;
    visibility: visible !important;
}

.fuwatAnime2nd {
    animation-delay: 0.3s;
}

.fuwatAnime3rd {
    animation-delay: 0.6s;
}

@keyframes loop {
    0% {
        transform: translateY(100%);
    }
    to {
        transform: translateY(-100%);
    }
}

@keyframes line {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

@keyframes fuwatAnime {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        transform: scale(0.5);
    }
    60% {
        opacity: 1;
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        transform: translateX(-100px);
    }
    60% {
        opacity: 1;
        transform: translateX(20px);
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes cd-bounce-2-inverse {
    0% {
        opacity: 0;
        transform: translateX(100px);
    }
    60% {
        opacity: 1;
        transform: translateX(-20px);
    }
    100% {
        transform: translateX(0);
    }
}

#mainImg div.end {
    opacity: 0;
    transform: scale(1.1);
    transition: transform 1s, opacity 1s;
}

#mainImg div.z-index {
    z-index: -1;
}

section div.couponArea {
    background: #fff;
    color: #222222;
}

@media screen and (min-width: 769px) {
    section div.couponArea {
        padding: 100px 0 100px;
    }
}

@media screen and (max-width: 768px) {
    section div.couponArea {
        padding: 50px 0 50px;
    }
}

section div.couponArea h2 {
    text-align: center;
    color: #222222;
    line-height: 1;
    font-weight: bold;
}

@media screen and (min-width: 769px) {
    section div.couponArea h2 {
        font-size: 16px;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 768px) {
    section div.couponArea h2 {
        font-size: 14px;
        margin-bottom: 20px;
    }
}

section div.couponArea h2 span {
    color: #ed9993;
    display: block;
}

@media screen and (min-width: 769px) {
    section div.couponArea h2 span {
        font-size: 48px;
        margin-top: 15px;
    }
}

@media screen and (max-width: 768px) {
    section div.couponArea h2 span {
        font-size: 32px;
        margin-top: 10px;
    }
}

@media screen and (max-width: 768px) {
    section div.couponArea div.howto {
        width: 89.3333333333%;
        margin: 0 auto;
    }
}

section div.couponArea div.howto p {
    font-weight: normal;
    color: #222222;
    text-align: center;
    margin: 0 auto;
    line-height: 2;
}

@media screen and (min-width: 769px) {
    section div.couponArea div.howto p span.schedule {
        font-size: 18px;
    }
}

@media screen and (max-width: 768px) {
    section div.couponArea div.howto p span.schedule {
        font-size: 15px;
    }
}

section div.couponArea div.howto p span.use {
    font-weight: bold;
}

section div.couponArea div.howto p a {
    display: block;
    text-align: center;
    color: #222222;
}

@media screen and (max-width: 768px) {
    section div.couponArea div.howto p a {
        font-size: 14px;
    }
}

@media screen and (min-width: 769px) {
    section div.couponArea div.howto p a {
        font-size: 16px;
        margin-top: 10px;
    }
}

section div.couponArea ul.attention {
    font-weight: normal;
    border: 1px dotted #222222;
}

@media screen and (min-width: 769px) {
    section div.couponArea ul.attention {
        width: 750px;
        padding: 20px;
        margin: 50px auto 0;
        font-size: 14px;
    }
}

@media screen and (max-width: 768px) {
    section div.couponArea ul.attention {
        width: 89.3333333333%;
        margin: 25px auto 0;
        padding: 10px;
        font-size: 12px;
    }
}

section div.couponArea ul.attention li::before {
    content: "・";
}


/*# sourceMappingURL=style.css.map */