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

/*メディアクエリー
---------------------------------------------*/
/* common
---------------------------------------------*/
html,
body {
  width: 100%;
  color: #222;
}

.wrap.serif {
  font-family: garamond-premier-pro, fot-tsukuaoldmin-pr6n, serif;
  font-weight: 400;
  font-style: normal;
}

.wrap.sans-serif {
  font-family: yu-gothic-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.wrap.sans-serif .list {
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
}

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

@media screen and (min-width: 769px) {
  .pcNone {
    display: none !important;
  }
}
@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 !important;
  }
}

p.theme {
  text-align: center;
  margin: 0 auto 40px;
  color: #a0998d;
}
@media screen and (min-width: 769px) {
  p.theme {
    margin-bottom: 45px;
    font-size: 36px;
  }
}
@media screen and (max-width: 768px) {
  p.theme {
    margin-bottom: 50px;
    font-size: 28px;
  }
}
p.theme span {
  display: block;
  position: relative;
}
@media screen and (min-width: 769px) {
  p.theme span {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  p.theme span {
    font-size: 14px;
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 769px) {
  div.content {
    width: 988px;
    margin: 0 auto;
  }
}

div.mainArea {
  background: #dadada;
  margin-bottom: 100px;
}
@media screen and (min-width: 769px) {
  div.mainArea {
    width: 1060px;
    margin: 0 auto 100px;
  }
}
div.mainArea::before {
  content: "";
  display: block;
  padding-top: 66.6197183099%;
}
@media screen and (min-width: 769px) {
  div.mainArea::before {
    padding-top: 47.1698113208%;
  }
}

ul.menu {
  display: flex;
  justify-content: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  margin-bottom: 60px;
}
@media screen and (min-width: 769px) {
  ul.menu {
    width: 800px;
    margin: 0 auto 140px;
  }
}
@media screen and (max-width: 768px) {
  ul.menu {
    width: 93.3333333333%;
    flex-wrap: wrap;
    margin: 0 auto 90px;
  }
}
ul.menu li {
  background: #a0998d;
}
@media screen and (min-width: 769px) {
  ul.menu li {
    width: 195px;
    height: 54px;
  }
}
@media screen and (max-width: 768px) {
  ul.menu li {
    width: 48.5714285714%;
    height: 50px;
    margin-bottom: 10px;
  }
}
ul.menu li a {
  color: #fff;
  text-decoration: none;
  display: flex;
  width: 100%;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 769px) {
  ul.menu li a {
    font-size: 14px;
    height: 54px;
    box-sizing: border-box;
    padding-left: 15px;
  }
}
@media screen and (max-width: 768px) {
  ul.menu li a {
    font-size: 12px;
    height: 100%;
    box-sizing: border-box;
    padding-left: 14px;
  }
}
ul.menu li a::after {
  content: "";
  display: block;
  position: absolute;
  right: 15px;
  background: url(../images/arrow.svg);
  background-size: cover;
  background-position: center center;
}
@media screen and (min-width: 769px) {
  ul.menu li a::after {
    width: 22px;
    height: 22px;
  }
}
@media screen and (max-width: 768px) {
  ul.menu li a::after {
    right: 14px;
    width: 20px;
    height: 20px;
  }
}

ul.list,
div.list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  ul.list,
  div.list {
    width: 988px;
  }
}
@media screen and (max-width: 768px) {
  ul.list,
  div.list {
    width: 93.3333333333%;
    text-align: center;
    justify-content: center;
    -moz-column-gap: 2.6666666667%;
         column-gap: 2.6666666667%;
  }
}
ul.list li,
ul.list > div,
div.list li,
div.list > div {
  text-align: center;
}
@media screen and (min-width: 769px) {
  ul.list li,
  ul.list > div,
  div.list li,
  div.list > div {
    width: 239px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  ul.list li,
  ul.list > div,
  div.list li,
  div.list > div {
    width: 31%;
    margin-bottom: 35px;
  }
}
ul.list a,
div.list a {
  font-size: 12px;
  line-height: 1.8;
  color: #484848;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  ul.list a,
  div.list a {
    line-height: 1.2;
  }
}
@media screen and (min-width: 769px) {
  ul.list a:hover img,
  div.list a:hover img {
    opacity: 0.8;
  }
}
@media screen and (min-width: 769px) {
  ul.list a p,
  div.list a p {
    line-height: 1;
  }
}
@media screen and (min-width: 769px) {
  ul.list a p:first-child span,
  div.list a p:first-child span {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  ul.list a p:nth-child(3),
  div.list a p:nth-child(3) {
    line-height: 1.2;
  }
}
@media screen and (max-width: 768px) {
  ul.list a .photo,
  div.list a .photo {
    margin-bottom: 7px;
  }
  ul.list a .photo span,
  div.list a .photo span {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  ul.list a .label,
  div.list a .label {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  ul.list a .label,
  div.list a .label {
    display: none;
  }
}
ul.list a p.price,
div.list a p.price {
  display: inline-block;
}
ul.list a .salecolor,
div.list a .salecolor {
  color: #ee2e2e;
  margin-bottom: 0;
}
ul.list a .salecolor + .price,
div.list a .salecolor + .price {
  color: #ee2e2e;
}
ul.list a .ico_box,
div.list a .ico_box {
  display: none;
}
@media screen and (min-width: 769px) {
  ul.list a .ico_box + p,
  div.list a .ico_box + p {
    margin-top: 20px;
  }
}
ul.list a .textOverflow,
div.list a .textOverflow {
  display: none;
}
ul.list a::after,
div.list a::after {
  content: "BUY";
  border: 1px solid #484848;
  color: #484848;
  display: block;
  width: 45%;
  margin: 5px auto 0;
  line-height: 1;
  padding: 5px 0;
  transition: 1s;
  text-align: center;
  font-size: 12px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  ul.list a::after,
  div.list a::after {
    padding: 5px 0;
    font-size: 12px;
  }
}
@media screen and (min-width: 769px) {
  ul.list a::after,
  div.list a::after {
    padding: 0;
    width: 89px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

a.allbtn {
  background: #a0998d;
  text-decoration: none;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  a.allbtn {
    font-size: 14px !important;
    width: 460px;
    height: 60px;
    text-align: center;
    margin: 0 auto 150px;
  }
}
@media screen and (max-width: 768px) {
  a.allbtn {
    width: 77.3333333333%;
    margin: 0 auto 126px;
    height: 50px;
    text-align: center;
    font-size: 12px;
  }
}

div.loading {
  width: 100%;
  height: 100vh;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
}
div.loading > div {
  animation-name: opacity;
  animation-duration: 2s;
}
@media screen and (min-width: 769px) {
  div.loading > div {
    width: 120px;
  }
}
@media screen and (max-width: 768px) {
  div.loading > div {
    width: 25%;
  }
}/*# sourceMappingURL=style.css.map */