@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%;
  line-height: 1.6;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-feature-settings: "palt";
  background: #C85711;
  color: #FFEECD;
  font-size: 12px;
}
@media screen and (min-width: 769px) {
  html,
  body {
    font-size: 16px;
  }
}

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

*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  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 {
  width: 40%;
  margin: 0 auto;
  display: block;
  background: #753c1a;
  text-align: center;
  color: #FFEECD;
  text-decoration: none;
  font-size: 14px;
  height: 50px;
  line-height: 50px;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 769px) {
  a.viewAll {
    width: 300px;
    margin: 0px auto 0;
  }
}

@media screen and (min-width: 769px) {
  .new a.viewAll {
    margin: -10px auto 0;
  }
}

.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;
}
.pagetop ul li a:before {
  content: "▲";
  font-size: 10px;
  margin-right: 5px;
}
.pagetop ul .btn_1 {
  border: solid 1px #724e38;
  background: #FFEECD;
}
.pagetop ul .btn_1 a {
  color: #724e38;
}
.pagetop ul .btn_2 {
  background: #724e38;
}
.pagetop ul .btn_2 a {
  color: #FFEECD;
}

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

section.mainArea {
  width: 100%;
}
section.mainArea .main {
  max-width: 2000px;
  margin: 0 auto;
}
section.mainArea .main figure .pc {
  display: none;
}
@media screen and (min-width: 769px) {
  section.mainArea .main figure .pc {
    display: inline;
  }
}
@media screen and (min-width: 769px) {
  section.mainArea .main figure .sp {
    display: none;
  }
}
section.itemArea {
  position: relative;
  overflow: hidden;
}
section.itemArea p.desc {
  padding: 30px 0 80px;
  font-size: 16px;
  line-height: 2.25;
  text-align: center;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media screen and (min-width: 769px) {
  section.itemArea p.desc {
    font-size: 16px;
    width: 668px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  section.itemArea p.desc {
    font-size: 13px;
    width: 84.5333333333%;
    margin: 0 auto;
    padding: 20px 0 80px;
  }
}
section.itemArea div.loop div:first-child {
  -webkit-animation: loop 400s -200s linear infinite;
  animation: loop 400s -200s linear infinite;
}
section.itemArea div.loop div:last-child {
  -webkit-animation: loop2 400s linear infinite;
  animation: loop2 400s linear infinite;
}
section.itemArea h2 {
  text-align: center;
  color: #9D8D84;
  line-height: 1;
  font-weight: normal;
  letter-spacing: 0.12em;
  font-weight: bold;
  font-size: 21px;
  margin: 0 auto 20px;
  width: 89.3333333333%;
}
@media screen and (min-width: 769px) {
  section.itemArea h2 {
    font-size: 16px;
    width: 1060px;
    margin: 0 auto;
  }
}
section.itemArea h2 span {
  display: block;
}
section.itemArea h2 span.en {
  margin-bottom: 10px;
  font-size: 28px;
  padding: 0 18px;
  font-family: "neue-haas-grotesk-text", sans-serif;
  font-weight: 400;
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  color: #f1cd85;
  position: relative;
  z-index: 3;
}
@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: 32px;
  }
}
@media screen and (min-width: 769px) {
  section.itemArea h2 span.jp {
    font-size: 32px;
  }
}
section.itemArea div#favrank,
section.itemArea div#checked,
section.itemArea div#coupon {
  position: relative;
  z-index: 3;
  margin-bottom: 80px;
}
@media screen and (min-width: 769px) {
  section.itemArea div#favrank,
  section.itemArea div#checked,
  section.itemArea div#coupon {
    margin-bottom: 70px;
  }
}
section.itemArea div.categoryBox {
  position: relative;
  z-index: 3;
  padding-bottom: 80px;
}
@media screen and (min-width: 769px) {
  section.itemArea div.categoryBox {
    padding-bottom: 120px;
  }
}
section.itemArea div.categoryBox ul.sort {
  position: relative;
  box-sizing: border-box;
  padding-bottom: 20px;
  overflow-x: auto;
  white-space: nowrap;
  font-size: 0;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
@media screen and (min-width: 769px) {
  section.itemArea div.categoryBox ul.sort {
    width: 1060px;
    margin: 0 auto;
    margin-bottom: 35px;
    font-size: 0;
  }
}
section.itemArea div.categoryBox ul.sort::after {
  content: "";
  display: block;
  border-bottom: 1px solid #dadada;
  width: 145%;
  position: absolute;
  bottom: 20px;
  left: 0;
}
section.itemArea div.categoryBox ul.sort li {
  cursor: pointer;
  display: inline-block;
  background: #fff;
  line-height: 1;
  font-weight: 500;
  font-size: 12px;
  padding: 15px 10px;
}
@media screen and (min-width: 769px) {
  section.itemArea div.categoryBox ul.sort li {
    font-size: 16px;
    padding: 20px 0;
    width: 176.6666666667px;
    text-align: center;
  }
}
section.itemArea div.categoryBox ul.sort li.active {
  background: #222;
  color: #fff;
  position: relative;
  font-weight: bold;
}
section.itemArea div.categoryBox 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.categoryBox ul.sort li.active::after {
    border-width: 15px 15px 0 15px;
  }
}
@media screen and (min-width: 769px) {
  section.itemArea div.categoryBox div.salecontent {
    position: relative;
    width: 1060px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  section.itemArea .scrollable {
    padding: 0 30px;
    overflow-x: auto;
    white-space: nowrap;
    font-size: 0;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
}
section.itemArea .itemlist {
  display: inline-grid;
  grid-template-rows: repeat(1, auto);
  grid-auto-flow: column;
  border-radius: 5px;
}
@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: 50px;
  }
}
section.itemArea .itemlist li,
section.itemArea .itemlist > div {
  font-weight: normal;
  display: inline-block;
  font-size: 12px;
  white-space: normal;
  vertical-align: top;
  width: 150px;
  padding-top: 10px;
  padding-bottom: 10px;
  box-sizing: content-box;
}
@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;
  }
}
section.itemArea .itemlist li a,
section.itemArea .itemlist > div a {
  color: #FFEECD;
  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: #219bd9;
  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: #ddb243;
    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%;
  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: #FFEECD;
  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;
  }
}
section .categoryArea {
  background: #c8a277;
}
@media screen and (min-width: 769px) {
  section .categoryArea {
    padding: 0 0 50px;
  }
}
section .categoryArea .pagenavi {
  padding: 80px 0;
  z-index: 2;
  position: relative;
}
@media screen and (min-width: 769px) {
  section .categoryArea .pagenavi {
    padding: 50px 0 100px;
  }
}
section .categoryArea .pagenavi h2 {
  font-size: 68px;
  font-family: "neue-haas-grotesk-text", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.02em;
  color: #C4B8B1;
}
@media screen and (min-width: 769px) {
  section .categoryArea .pagenavi h2 {
    display: none;
  }
}
section .categoryArea .pagenavi ul {
  width: 90%;
  max-width: 1000px;
  margin: -40px auto 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 3%;
}
@media screen and (min-width: 769px) {
  section .categoryArea .pagenavi ul {
    margin: 0 auto;
    gap: 5%;
  }
}
section .categoryArea .pagenavi ul li {
  width: 22%;
  margin-bottom: 15px;
  text-align: center;
  font-size: 11px;
  line-height: 1.3em;
  white-space: nowrap;
}
@media screen and (min-width: 769px) {
  section .categoryArea .pagenavi ul li {
    width: 7.5%;
    font-size: 12px;
  }
}
section .categoryArea .pagenavi ul li figure {
  width: 100%;
  padding: 10%;
  margin-bottom: 10px;
  background: #ffeecd;
  border-radius: 100vh;
}
section .categoryArea .pagenavi ul li figure.no_space {
  padding: 0;
}
section .categoryArea .pagenavi ul li figure img {
  width: 100%;
  border-radius: 100vh;
}
section .categoryArea .pagenavi ul li a {
  color: #FFEECD;
  text-decoration: none;
}
section .categoryArea .categoryBox h2 {
  text-align: center;
  line-height: 2;
}
section .categoryArea .categoryBox h2 span {
  display: block;
}
section .categoryArea .categoryBox h2 span.en {
  font-family: "neue-haas-grotesk-text", sans-serif;
  font-weight: 400;
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  color: #ffeecd;
  line-height: 1;
  position: relative;
  z-index: 3;
  margin-bottom: 8px;
  font-size: 12px;
  letter-spacing: 1.3px;
}
@media screen and (min-width: 769px) {
  section .categoryArea .categoryBox h2 span.en {
    margin-bottom: 20px;
  }
}
section .categoryArea .categoryBox h2 span.jp {
  color: #753c1a;
  line-height: 1.5;
  font-size: 24px;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 769px) {
  section .categoryArea .categoryBox h2 span.jp {
    font-size: 30px;
    line-height: 1;
  }
}
section#coordinateArea {
  padding: 80px 0;
  overflow: hidden;
}
section#coordinateArea h2 {
  text-align: center;
  line-height: 1;
  font-weight: normal;
  letter-spacing: 0.12em;
  font-weight: bold;
  font-size: 14px;
  margin: 0 auto 30px;
  width: 89.3333333333%;
}
@media screen and (min-width: 769px) {
  section#coordinateArea h2 {
    font-size: 16px;
    width: 1060px;
    margin: 0 auto 30px;
  }
}
section#coordinateArea h2 span {
  display: block;
}
section#coordinateArea h2 span.en {
  margin-bottom: 10px;
  font-size: 28px;
  padding: 0 18px;
  font-family: "neue-haas-grotesk-text", sans-serif;
  font-weight: 400;
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  color: #fff;
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 769px) {
  section#coordinateArea h2 span.en {
    margin-bottom: 10px;
    font-size: 32px;
    padding: 0 18px;
  }
}
section#coordinateArea h2 span.jp {
  line-height: 1.6;
  font-size: 32px;
}
@media screen and (min-width: 769px) {
  section#coordinateArea h2 span.jp {
    font-size: 32px;
  }
}
section#coordinateArea ul.tab {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  font-size: 14px;
}
section#coordinateArea ul.tab li {
  margin: 0 5px;
  padding: 10px 50px;
  border-radius: 100vh;
  background: #9D8D84;
  color: #fff;
}
section#coordinateArea ul.tab li.selected {
  background: #ffeecd;
}
section#coordinateArea div.new_coordinate {
  display: none;
}
section#coordinateArea div.new_coordinate,
section#coordinateArea div.rank_coordinate {
  width: 1060px;
  margin: 0 auto 30px;
  position: relative;
}
@media screen and (min-width: 769px) {
  section#coordinateArea div.new_coordinate,
  section#coordinateArea div.rank_coordinate {
    margin: 0 auto 50px;
  }
}
section#coordinateArea div.new_coordinate ul,
section#coordinateArea div.rank_coordinate ul {
  width: 1060px;
  margin: 0 auto;
  overflow-x: auto;
  white-space: nowrap;
  font-size: 0;
}
section#coordinateArea div.new_coordinate ul.list > li,
section#coordinateArea div.rank_coordinate ul.list > li {
  display: inline-block;
  vertical-align: top;
}
section#coordinateArea div.new_coordinate ul.list > li > a img,
section#coordinateArea div.rank_coordinate ul.list > li > a img {
  object-fit: cover;
  width: 184px;
  height: 230px;
  display: block;
}
section#coordinateArea div.new_coordinate ul.list > li ul,
section#coordinateArea div.rank_coordinate ul.list > li ul {
  font-size: 12px;
}
section#coordinateArea .coordinate_user,
section#coordinateArea .coordinate_kokkaku_user {
  margin-top: 10px;
  display: flex;
  align-items: center;
}
section#coordinateArea .coordinate_user > a,
section#coordinateArea .coordinate_kokkaku_user > a {
  width: 50px;
  display: block;
}
section#coordinateArea .coordinate_user > a img,
section#coordinateArea .coordinate_kokkaku_user > a img {
  border-radius: 50%;
}
section#coordinateArea .coordinate_user ul.coordinate_user_data,
section#coordinateArea .coordinate_kokkaku_user ul.coordinate_kokkaku_user_data {
  width: 120px !important;
}
section#coordinateArea .coordinate_user ul.coordinate_user_data li:first-child,
section#coordinateArea .coordinate_kokkaku_user ul.coordinate_kokkaku_user_data li:first-child {
  display: none;
}
section#coordinateArea .coordinate_user ul.coordinate_user_data span:nth-child(3),
section#coordinateArea .coordinate_kokkaku_user ul.coordinate_kokkaku_user_data span:nth-child(3) {
  display: none;
}
@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;
  margin-right: 5px;
}
@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 .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: #724e38;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  display: block;
  line-height: 25px;
}

/*---------------------------------------------------------------
footer
-------------------------------------------------------------- */
footer {
  margin: 0 auto;
  padding: 100px 20px;
  background-color: #ffeecd;
  text-align: center;
}
footer .f_logo {
  margin: 0 auto;
  width: 40%;
  max-width: 150px;
}
footer .f_logo a {
  margin: 0;
  padding: 0;
  display: block;
  margin: 0 auto;
}
footer .f_logo a img {
  vertical-align: bottom;
}
footer .f_icon {
  margin: 30px auto 10px;
  padding: 0;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
footer .f_icon li {
  width: 50px;
  margin: 0 15px;
  padding: 0;
}
footer .f_icon li i {
  margin: 0;
  font-size: 42px;
  color: #2c2a26;
}
footer small {
  text-align: center;
  font-size: 10px;
  letter-spacing: 1px;
  color: #222;
}

a.scroll-left,
a.scroll-right {
  position: absolute;
  top: 35%;
  width: 30px;
  height: 30px;
  box-sizing: border-box;
  background: #FFEECD;
  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 #753c1a;
  border-left: 1px solid #753c1a;
  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 #753c1a;
  border-right: 1px solid #753c1a;
  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,
.couponlist::-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;
}

html:before,
html:after,
body:before,
body:after {
  content: "";
  background: #FFEECD;
  position: fixed;
  display: block;
  z-index: 999;
}

/* 上 */
html:before {
  height: 9px;
  width: 100vw;
  left: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  html:before {
    height: 7px;
  }
}

/* 右 */
html:after {
  width: 9px;
  height: 100vh;
  right: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  html:after {
    width: 7px;
  }
}

/* 下 */
body:before {
  height: 9px;
  width: 100vw;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  body:before {
    height: 7px;
  }
}

/* 左 */
body:after {
  width: 9px;
  height: 100vh;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  body:after {
    width: 7px;
  }
}

.scroll-infinity__wrap {
  display: flex;
  position: absolute;
  overflow: hidden;
  width: 100vw !important;
  margin-top: 6px;
}

.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0;
}

.scroll-infinity__list--left {
  animation: infinity-scroll-left 140s infinite linear 0.5s both;
}

.scroll-infinity__item {
  width: 140vw !important;
  margin-left: 41px;
}
@media screen and (max-width: 768px) {
  .scroll-infinity__item {
    width: 410vw !important;
    margin-left: 30px;
  }
}

.scroll-infinity__item > img {
  width: 100% !important;
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.cate {
  padding-top: 80px;
  background-color: #c8a277;
}

#bg-loading {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100dvh;
  background: #C85711;
  z-index: 99;
  transition: opacity 0.3s ease-out 0.1s;
}

#bg-loading.hide {
  opacity: 0;
  pointer-events: none;
}

/* ---------------------------------------------------
img_wrap
--------------------------------------------------- */
.img_wrap {
  margin: 1%;
}

.img_wrap .banner_outer {
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.img_wrap .banner_wrap {
  width: 49%;
  margin-bottom: 14px;
}

.img_wrap .banner_wrap a {
  text-decoration: none;
  color: #000;
  transition: 0.2s all;
}

.img_wrap .banner_wrap:hover,
.img_wrap .banner_wrap a:hover {
  opacity: 0.7;
}

.img_wrap .banner_wrap img {
  width: 100%;
}

.img_wrap .banner_wrap .text_wrap {
  margin: 4px auto;
}

.img_wrap .banner_wrap .tag {
  display: inline-block;
  background: #f8e4db;
  font-size: 10px;
  padding: 3px 6px;
  color: #707070;
}

.img_wrap .banner_wrap .date {
  display: none;
}

.img_wrap .banner_wrap .f_title {
  display: block;
  font-size: 12px;
  line-height: 1.5;
  margin: 4px;
}

/* ソート */
.list li:nth-child(even) {
  margin-right: 0;
}

@keyframes test {
  0% {
    transform: scale(0.1);
  }
  100% {
    transform: none;
  }
}
@media screen and (min-width: 999px) {
  .img_wrap .banner_wrap {
    width: 32.5%;
    margin: 4px 4px 20px;
  }
  .img_wrap .banner_outer {
    max-width: 1100px;
    margin: auto;
    margin-bottom: 100px;
    justify-content: start;
  }
}
.img_wrap .banner_wrap .text_wrap {
  margin: 10px 6px;
}

.img_wrap .banner_wrap .f_title {
  margin: 8px auto;
}

@media screen and (min-width: 769px) {
  .topics ul.itemlist {
    display: block;
    margin: 40px auto -40px;
  }
}
@media screen and (max-width: 768px) {
  .topics ul.itemlist {
    display: inline-grid;
    grid-template-rows: repeat(2, auto);
    grid-auto-flow: column;
    border-radius: 5px;
  }
}
.topics ul.itemlist li, .topics ul.itemlist > div {
  width: 158px;
  margin-right: 5px;
}
@media screen and (min-width: 769px) {
  .topics ul.itemlist li, .topics ul.itemlist > div {
    width: 22%;
  }
}
.topics ul.itemlist:nth-child(2) {
  display: none;
}

@media screen and (min-width: 769px) {
  #ranking .itemlist {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .topics .scrollable {
    margin-bottom: -80px;
    margin-top: -50px;
  }
}

@media screen and (min-width: 769px) {
  .new {
    margin: -20px auto !important;
  }
}/*# sourceMappingURL=style.css.map */