@charset "UTF-8";
/*リセット
--------------------------------------------*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/*メディアクエリー
---------------------------------------------*/
/* vw */
/* clampVw */
/*line-height*/
/*変数
---------------------------------------------*/
/* color */
/* font */
/* common
---------------------------------------------*/
html,
body {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-style: normal;
  width: 100%;
  line-height: 1.6;
  font-feature-settings: "palt";
  background: #F1EDE8;
  font-size: 62.5%;
  /* 16px x 0.625 = 10px(=1rem) */
  scroll-behavior: smooth;
}

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

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

.wf-loading {
  opacity: 0;
}

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

a.viewAll {
  display: block;
  background: #EA8246;
  text-align: center;
  color: #F1EDE8;
  border-radius: 40px;
  text-decoration: none;
  font-weight: bold;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 768px) {
  a.viewAll {
    width: 66.6666666667%;
    margin: 0 auto;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
  }
}
@media screen and (min-width: 769px) {
  a.viewAll {
    width: 300px;
    margin: 0 auto;
    font-size: 16px;
    height: 80px;
    line-height: 80px;
  }
}

a.viewAll.big {
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 769px) {
  a.viewAll.big {
    width: 300px;
    height: 60px;
    line-height: 60px;
    margin: 20px auto 0;
  }
}

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

section {
  /*--------------------------------------------
  mainArea
    --------------------------------------------*/
  /*--------------------------------------------
  leadArea
    --------------------------------------------*/
  /*----------------------------------------
  categoryArea
  ----------------------------------------*/
  /*----------------------------------------
  coordinateArea
  ----------------------------------------*/
  /*----------------------------------------
  itemArea
  ----------------------------------------*/
}
section.mainArea {
  width: 100%;
}
section.mainArea figure {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
}
section.mainArea figure .pc {
  display: none;
}
@media screen and (min-width: 769px) {
  section.mainArea figure .pc {
    display: inherit;
  }
}
@media screen and (min-width: 769px) {
  section.mainArea figure .sp {
    display: none;
  }
}
section.leadArea {
  width: 100%;
  padding: 100px 25px 0;
  line-height: 2.25;
  color: #F1EDE8;
  font-size: 14px;
  font-weight: 500;
  background: #EA8246;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 769px) {
  section.leadArea {
    font-size: 16px;
  }
}
section.categoryArea {
  width: 100%;
  padding: 50px 25px 100px;
  background: #EA8246;
  text-align: center;
}
section.categoryArea h2 {
  font-size: 48px;
  font-family: "century-gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #EA8246;
  letter-spacing: 0.1em;
  text-shadow: 1px 1px 0 #F1EDE8, -1px -1px 0 #F1EDE8, -1px 1px 0 #F1EDE8, 1px -1px 0 #F1EDE8, 0px 1px 0 #F1EDE8, -1px 0 #F1EDE8, -1px 0 0 #F1EDE8, 1px 0 0 #F1EDE8;
}
section.categoryArea ul {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  section.categoryArea ul {
    margin: 0 auto;
  }
}
section.categoryArea ul li {
  width: 22%;
  margin: 0 1% 15px;
  text-align: center;
  font-size: 11px;
  line-height: 1.6em;
}
@media screen and (min-width: 769px) {
  section.categoryArea ul li {
    width: 10%;
    font-size: 14px;
  }
}
section.categoryArea ul li figure {
  width: 100%;
  margin-bottom: 10px;
  padding: 13px;
  border-radius: 100vh;
  background-color: #F1EDE8;
}
section.categoryArea ul li figure.no_space {
  padding: 0;
}
section.categoryArea ul li figure img {
  width: 100%;
  border-radius: 100vh;
}
section.categoryArea ul li a {
  color: #fff;
  text-decoration: none;
}
section.itemArea {
  position: relative;
  overflow: hidden;
  padding: 100px 0;
}
section.itemArea p.desc {
  line-height: 2.25;
  color: #222;
  text-align: center;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  section.itemArea p.desc {
    font-size: 16px;
    width: 668px;
    margin: 0 auto;
    padding: 0 0 100px;
  }
}
@media screen and (max-width: 768px) {
  section.itemArea p.desc {
    font-size: 16px;
    padding: 0 0 80px;
    width: 84.5333333333%;
    margin: 0 auto;
  }
}
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 {
  font-family: "century-gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  writing-mode: vertical-rl;
  position: absolute;
  color: rgba(255, 255, 255, 0.3);
  top: 0;
  left: -5px;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  section.itemArea div.saletext {
    font-size: 46px;
  }
}
@media screen and (min-width: 769px) {
  section.itemArea div.saletext {
    font-size: 100px;
    left: -16px;
  }
}
section.itemArea h2 {
  text-align: center;
  color: #EA8246;
  line-height: 1;
  letter-spacing: 0.12em;
  font-family: "century-gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  section.itemArea h2 {
    font-size: 14px;
    margin: 0 auto 30px;
    width: 89.3333333333%;
  }
}
@media screen and (min-width: 769px) {
  section.itemArea h2 {
    font-size: 16px;
    width: 1060px;
    margin: 0 auto 30px;
  }
}
section.itemArea h2 span {
  display: block;
}
section.itemArea h2 span.en {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  section.itemArea h2 span.en {
    margin-bottom: 10px;
    font-size: 32px;
    padding: 0 18px;
  }
}
@media screen and (min-width: 769px) {
  section.itemArea h2 span.en {
    margin-bottom: 10px;
    font-size: 32px;
    padding: 0 18px;
  }
}
section.itemArea h2 span.jp {
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  section.itemArea h2 span.jp {
    font-size: 16px;
  }
}
@media screen and (min-width: 769px) {
  section.itemArea h2 span.jp {
    font-size: 16px;
  }
}
section.itemArea h2.title2 {
  margin: 0 auto 30px;
  color: #EA8246;
  text-align: center;
  line-height: 1;
  font-weight: 700;
  font-size: 24px;
}
section.itemArea h2.title2 span {
  margin-top: 15px;
  font-size: 16px;
  display: block;
}
section.itemArea div.inner {
  box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  section.itemArea div.inner {
    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: 30px;
}
@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;
    margin-bottom: 30px;
  }
}
section.itemArea div.inner .scrollable li {
  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;
    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;
    margin-bottom: 18px;
    box-sizing: content-box;
  }
}
section.itemArea div.inner .scrollable li a {
  text-decoration: none;
  color: #222;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  section.itemArea div.inner .scrollable li a {
    font-size: 10px;
  }
}
section.itemArea div.inner .scrollable li a div {
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (min-width: 769px) {
  section.itemArea div.inner .scrollable li a div {
    padding: 0 5px;
  }
}
@media screen and (max-width: 768px) {
  section.itemArea div.inner .scrollable li a div {
    padding: 0 5px;
  }
}
section.itemArea div.inner .scrollable li a div:nth-child(2) {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
section.itemArea div.inner .scrollable li a div.salecolor {
  font-size: 13px;
  color: #D53858;
}
section.itemArea div.inner .scrollable li img {
  margin-bottom: 10px;
}
section.itemArea div.item_box {
  margin-bottom: 80px;
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 769px) {
  section.itemArea div.item_box {
    margin-bottom: 120px;
  }
}
section.itemArea div.item_box ul.sort {
  position: relative;
  box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  section.itemArea div.item_box ul.sort {
    width: 1060px;
    margin: 0 auto;
    margin-bottom: 35px;
    font-size: 0;
  }
}
@media screen and (max-width: 768px) {
  section.itemArea div.item_box 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.item_box ul.sort::after {
    content: "";
    display: block;
    border-bottom: 1px solid #dadada;
    width: 145%;
    position: absolute;
    bottom: 20px;
    left: 0;
  }
}
section.itemArea div.item_box ul.sort li {
  cursor: pointer;
  display: inline-block;
  background: #fff;
  line-height: 1;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  section.itemArea div.item_box ul.sort li {
    font-size: 12px;
    padding: 15px 10px;
  }
}
@media screen and (min-width: 769px) {
  section.itemArea div.item_box ul.sort li {
    font-size: 16px;
    padding: 20px 0;
    width: 176.6666666667px;
    text-align: center;
  }
}
section.itemArea div.item_box ul.sort li.active {
  background: #222;
  color: #fff;
  position: relative;
  font-weight: bold;
}
section.itemArea div.item_box 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: #222 transparent transparent transparent;
  top: 96%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}
@media screen and (min-width: 769px) {
  section.itemArea div.item_box ul.sort li.active::after {
    border-width: 15px 15px 0 15px;
  }
}
@media screen and (min-width: 769px) {
  section.itemArea div.item_box div.salecontent {
    position: relative;
    width: 1060px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  section.itemArea .scrollable {
    padding: 0 30px 0 30px;
    overflow-x: auto;
    white-space: nowrap;
    font-size: 0;
    -ms-overflow-style: none;
    scrollbar-width: none;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 769px) {
  section.itemArea div.itemlist {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  section.itemArea ul.itemlist {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  section.itemArea .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: 20px;
  }
}
@media screen and (max-width: 768px) {
  section.itemArea .itemlist {
    display: inline-grid;
    grid-template-rows: repeat(1, auto);
    grid-auto-flow: column;
    border-radius: 5px;
  }
}
section.itemArea .itemlist li,
section.itemArea .itemlist > div {
  font-weight: normal;
  display: inline-block;
  font-size: 12px;
  white-space: normal;
  vertical-align: top;
}
@media screen and (min-width: 769px) {
  section.itemArea .itemlist li,
  section.itemArea .itemlist > div {
    width: 190px;
    padding-top: 10px;
    padding-bottom: 10px;
    box-sizing: content-box;
  }
}
@media screen and (max-width: 768px) {
  section.itemArea .itemlist li,
  section.itemArea .itemlist > div {
    width: 150px;
    padding-top: 10px;
    padding-bottom: 10px;
    box-sizing: content-box;
  }
}
section.itemArea .itemlist li a,
section.itemArea .itemlist > div a {
  color: #222;
  text-decoration: none;
  font-size: 10px;
}
@media screen and (min-width: 769px) {
  section.itemArea .itemlist li a,
  section.itemArea .itemlist > div a {
    font-size: 12px;
  }
}
section.itemArea .itemlist li p,
section.itemArea .itemlist > div p {
  box-sizing: border-box;
  padding: 0 5px;
}
section.itemArea .itemlist li p.photo,
section.itemArea .itemlist > div p.photo {
  padding: 0;
  position: relative;
}
section.itemArea .itemlist li p.photo span,
section.itemArea .itemlist > div p.photo span {
  position: absolute;
  bottom: 0px;
  left: 0;
  font-size: 10px;
  display: block;
  background: #EA8246;
  color: #fff;
  box-sizing: border-box;
  padding: 3px 8px;
  font-weight: normal;
}
@media screen and (min-width: 769px) {
  section.itemArea .itemlist li p:first-child,
  section.itemArea .itemlist > div p:first-child {
    padding: 0;
    position: relative;
  }
}
@media screen and (min-width: 769px) {
  section.itemArea .itemlist li p:first-child span,
  section.itemArea .itemlist > div p:first-child span {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 12px;
    display: block;
    background: #EA8246;
    color: #fff;
    box-sizing: border-box;
    padding: 0 10px;
    z-index: 2;
  }
}
section.itemArea .itemlist li p:nth-child(3),
section.itemArea .itemlist > div p:nth-child(3) {
  display: none;
}
section.itemArea .itemlist li p.ico_box,
section.itemArea .itemlist > div p.ico_box {
  display: none !important;
}
section.itemArea .itemlist li div.textOverflow p,
section.itemArea .itemlist > div div.textOverflow p {
  width: 100%;
  padding: 0 5px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
section.itemArea .itemlist li p.label,
section.itemArea .itemlist > div p.label {
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
section.itemArea .itemlist li img,
section.itemArea .itemlist > div img {
  margin-bottom: 10px;
}
section.itemArea .itemlist li p.price,
section.itemArea .itemlist > div p.price {
  color: #D53858;
  display: inline-block;
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  section.itemArea .itemlist li p.price.salecolor,
  section.itemArea .itemlist > div p.price.salecolor {
    padding: 0 0 0 5px;
  }
}
@media screen and (min-width: 769px) {
  section.itemArea .itemlist li p.price.salecolor,
  section.itemArea .itemlist > div p.price.salecolor {
    padding: 0 0 0 5px;
  }
}
@media screen and (max-width: 768px) {
  section.itemArea .itemlist li p.price + p.price,
  section.itemArea .itemlist > div p.price + p.price {
    padding: 0 5px 0 0;
  }
}
@media screen and (min-width: 769px) {
  section.itemArea .itemlist li p.price + p.price,
  section.itemArea .itemlist > div p.price + p.price {
    padding: 0 5px 0 0;
  }
}
@media screen and (min-width: 769px) {
  section .topics ul.itemlist {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  section .topics ul.itemlist {
    display: inline-grid;
    grid-template-rows: repeat(2, auto);
    grid-auto-flow: column;
    border-radius: 5px;
  }
}
section .topics ul.itemlist li,
section .topics ul.itemlist > div {
  width: 158px;
}
@media screen and (min-width: 769px) {
  section .topics ul.itemlist li,
  section .topics ul.itemlist > div {
    width: 22%;
  }
}
section .topics ul.itemlist:nth-child(2) {
  display: none;
}
section .topics div.itemlist {
  display: none;
}
section .topics .date {
  display: none;
}
section .topics .f_title {
  padding: 0 5px;
}
section .ranking .itemlist {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  section .ranking .itemlist {
    padding: 0 30px;
  }
}
@media screen and (min-width: 769px) {
  section .ranking .itemlist {
    padding: 0;
    overflow-x: visible;
    white-space: nowrap;
  }
}
section .ranking .itemlist li,
section .ranking .itemlist > div {
  margin-bottom: 30px;
  padding: 0;
  height: auto;
  counter-increment: mycounter;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  section .ranking .itemlist li,
  section .ranking .itemlist > div {
    width: 48%;
    display: block;
  }
  section .ranking .itemlist li:nth-child(n+5),
  section .ranking .itemlist > div:nth-child(n+5) {
    width: 30%;
  }
}
@media screen and (min-width: 769px) {
  section .ranking .itemlist li,
  section .ranking .itemlist > div {
    width: 22%;
    display: block;
  }
  section .ranking .itemlist li:nth-child(n+5),
  section .ranking .itemlist > div:nth-child(n+5) {
    width: 15%;
  }
}
section .ranking .itemlist li:before,
section .ranking .itemlist > div:before {
  width: 25px;
  height: 25px;
  content: counter(mycounter);
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 99;
  background: #EA8246;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  display: block;
  line-height: 25px;
}

/*----------------------------------------
bnrArea
----------------------------------------*/
.bnrArea ul {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.bnrArea ul li {
  width: 48%;
}
.bnrArea ul li img {
  width: 100%;
}

/*------------------------
pagetop
------------------------*/
.pagetop {
  margin: 0 auto;
  position: fixed;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 99;
  display: block;
}
@media screen and (min-width: 769px) {
  .pagetop {
    left: auto;
    right: 5%;
    transform: none;
  }
}
.pagetop ul {
  display: flex;
}
.pagetop ul li {
  width: 150px;
  margin: 0 5px;
  border-radius: 100vh;
}
.pagetop ul li a {
  display: block;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  font-family: "century-gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.pagetop ul li a:before {
  content: "▲";
  font-size: 10px;
  margin-right: 5px;
}
.pagetop ul .btn_1 {
  border: solid 1px #EA8246;
  background: #F1EDE8;
}
.pagetop ul .btn_1 a {
  color: #EA8246;
}
.pagetop ul .btn_2 {
  background: #EA8246;
}
.pagetop ul .btn_2 a {
  color: #F1EDE8;
}

/*-----------------------------
 footer
------------------------------------ */
footer {
  width: 100%;
  padding: 100px 60px 100px;
  text-align: center;
}
footer .f_logo {
  width: 120px;
  margin: 0 auto;
}
footer .f_logo a {
  margin: 0 auto;
  padding: 0;
  display: block;
}
footer .f_logo a img {
  vertical-align: bottom;
}
footer .f_icon {
  margin: 50px auto 30px;
  padding: 0;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
footer .f_icon li {
  margin: 0 15px;
  padding: 0;
}
footer .f_icon li i {
  margin: 0;
  font-size: 2.8rem;
  color: #EA8246;
}
footer small {
  text-align: center;
  font-size: 1rem;
  color: #EA8246;
}

/*-----------------------------
 横スクロール
------------------------------------ */
a.scroll-left,
a.scroll-right {
  position: absolute;
  top: 110px;
  border: 1px solid #F0C280;
  width: 40px;
  height: 40px;
  box-sizing: border-box;
  background: #EA8246;
  display: block;
  transition: 0.3s;
  border-radius: 100vh;
}
@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 #fff;
  border-left: 1px solid #fff;
  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 #fff;
  border-right: 1px solid #fff;
  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;
}

a.scrolltop {
  opacity: 0;
  transition: 1s;
}
@media screen and (max-width: 768px) {
  a.scrolltop {
    width: 18.6666666667%;
    position: fixed;
    right: 2.6666666667%;
    bottom: 15px;
    display: block;
    z-index: 99;
  }
}
@media screen and (min-width: 769px) {
  a.scrolltop {
    width: 106px;
    position: fixed;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
    margin-left: 550px;
  }
}
a.scrolltop.fadeIn {
  opacity: 1;
}/*# sourceMappingURL=style.css.map */