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

* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}

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

/*フォント
---------------------------------------------*/
.jp {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 500;
  font-style: normal;
}

.eg {
  font-family: garamond-premier-pro, serif;
  font-weight: 400;
  font-style: normal;
}

/*メディアクエリー
---------------------------------------------*/
/*変数
---------------------------------------------*/
/* コンテンツ
---------------------------------------------*/
body {
  font-family: 'dnp-shuei-gothic-gin-std', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  letter-spacing: 1.5px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

@media screen and (min-width: 1000px) {
  body {
    font-size: 12px;
    line-height: 18px;
  }
}

@media screen and (max-width: 999px) {
  body {
    font-size: 12px;
    line-height: 18px;
  }
}

img {
  width: 100%;
  vertical-align: middle;
}

a {
  text-decoration: none;
  color: #000;
  display: block;
}

a:hover {
  opacity: 0.5;
}

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

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

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

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

.img_100 {
  width: 100% !important;
  margin: 0 auto;
}

.img_90 {
  width: 90% !important;
  margin: 0 auto;
}

.img_80 {
  width: 80% !important;
  margin: 0 auto;
}

.img_70 {
  width: 70% !important;
  margin: 0 auto;
}

.img_50 {
  width: 50% !important;
  margin: 0 auto;
}

.slider {
  overflow: hidden;
}

.flexslider {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.inviewfadeIn {
  opacity: 0;
  transform: translate(0, 3px);
  -webkit-transform: translate(0, 3px);
  -webkit-transition: 2s;
  transition: 2s;
  -webkit-transition-duration: 2s;
          transition-duration: 2s;
}

.fadeIn {
  opacity: 1.0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

/* ---------------------------------------------------
コンテンツ共通
--------------------------------------------------- */
#wrapper {
  width: 100%;
  overflow: hidden !important;
}

@media screen and (min-width: 1000px) {
  .box {
    margin: 0 auto 170px;
  }
}

@media screen and (max-width: 999px) {
  .box {
    margin: 0 auto 100px;
  }
}

@media screen and (min-width: 1000px) {
  .mw {
    max-width: 1100px;
  }
}

h2 {
  text-align: center;
}

@media screen and (min-width: 1000px) {
  h2 {
    font-size: 24px;
    margin: 0 auto 30px;
  }
}

@media screen and (max-width: 999px) {
  h2 {
    font-size: 20px;
    margin: 0 auto 40px;
  }
}

h2 span {
  font-size: 13px;
  margin-top: 10px;
}

h2::after {
  content: "";
  display: block;
  height: 2px;
  background-color: #ccc;
  width: 50px;
  margin: 20px auto 0;
}

.btn_link a {
  color: #B21C00;
  border: 1px solid #B21C00;
  text-align: center;
  display: block;
  padding: 15px 0;
}

@media screen and (min-width: 1000px) {
  .btn_link a {
    width: 300px;
    margin: 50px auto 0;
  }
}

@media screen and (max-width: 999px) {
  .btn_link a {
    margin: 40px auto 0;
    width: 80%;
  }
}

/* ---------------------------------------------------
ヘッダー
--------------------------------------------------- */
#header {
  width: 100%;
}

@media screen and (min-width: 1000px) {
  #header {
    height: 120px;
    padding: 0 50px;
    position: fixed;
    z-index: 1;
  }
}

@media screen and (min-width: 1000px) {
  #header .online {
    position: absolute;
    left: 5%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media screen and (max-width: 999px) {
  #header .online {
    position: fixed;
    z-index: 1;
    top: 30px;
    left: 30px;
  }
}

/* ---------------------------------------------------
ハンバーガーメニュー
--------------------------------------------------- */
#nav-pop {
  font-family: garamond-premier-pro, serif;
  -webkit-transition: height 0.4s linear;
  transition: height 0.4s linear;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
  background: #fff;
  z-index: 101;
  overflow-y: auto;
}

@media screen and (min-width: 1000px) {
  #nav-pop {
    height: 100vh;
    width: 100%;
  }
}

@media screen and (min-width: 1000px) {
  #nav-pop .pop-nav {
    width: 80%;
    margin: 100px auto;
  }
}

@media screen and (max-width: 999px) {
  #nav-pop .pop-nav {
    margin: 100px auto;
    width: 90%;
  }
}

#nav-pop .pop-nav .nav_tit {
  text-align: center;
  font-size: 20px;
}

#nav-pop .pop-nav .brands ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 1000px) {
  #nav-pop .pop-nav .brands ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    margin: 0 auto;
    padding: 40px 0;
  }
}

@media screen and (max-width: 999px) {
  #nav-pop .pop-nav .brands ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 30px 0;
  }
}

@media screen and (min-width: 1000px) {
  #nav-pop .pop-nav .brands li {
    width: calc(100% / 7);
    padding: 10px 0;
  }
}

@media screen and (max-width: 999px) {
  #nav-pop .pop-nav .brands li {
    width: calc(100% / 2 - 10px);
    padding: 10px 0;
  }
}

#nav-pop .pop-nav .nav_link {
  margin-top: 70px;
}

@media screen and (min-width: 1000px) {
  #nav-pop .pop-nav .nav_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

#nav-pop .pop-nav .nav_link a {
  border: 1px solid #000;
  padding: 15px 0;
  width: 300px;
  margin: 0 15px;
  text-align: center;
}

@media screen and (max-width: 999px) {
  #nav-pop .pop-nav .nav_link a {
    margin-bottom: 30px;
  }
}

#nav-pop .pop-nav .nav_link a:hover {
  background-color: #ccc;
  border: none;
}

#btn-menu-nav,
#nav-pop .close {
  position: fixed;
  z-index: 99;
  right: 5%;
  top: 55px;
  z-index: 99;
  width: 50px;
  height: 19px;
}

@media screen and (max-width: 999px) {
  #btn-menu-nav,
  #nav-pop .close {
    top: 30px;
    right: 30px;
  }
}

#btn-menu-nav {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#btn-menu-nav span {
  width: 100%;
  height: 1px;
  background: #fff;
  display: block;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background: #000 !important;
}

#nav-pop .close {
  display: block;
  cursor: pointer;
  -webkit-transform: translateY(40%);
          transform: translateY(40%);
}

#nav-pop .close span {
  width: 100%;
  height: 1px;
  background: #000;
  display: block;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}

#nav-pop .close span:last-child {
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}

/* ---------------------------------------------------
メイン
--------------------------------------------------- */
#main {
  position: relative;
}

@media screen and (min-width: 1000px) {
  #main {
    margin: 0 auto 120px;
  }
}

@media screen and (max-width: 999px) {
  #main {
    margin: 0 auto 100px;
  }
}

#main .main_tit {
  margin: 0 auto;
}

@media screen and (min-width: 1000px) {
  #main .main_tit {
    width: 46%;
    padding-top: 9%;
  }
}

@media screen and (max-width: 999px) {
  #main .main_tit {
    width: 90%;
    padding-top: 37%;
  }
}

#main .loop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

@media screen and (min-width: 1000px) {
  #main .loop {
    width: 120vw;
    top: 28%;
  }
}

@media screen and (max-width: 999px) {
  #main .loop {
    width: 100%;
    top: 20%;
  }
}

@media screen and (min-width: 1000px) {
  #main .loop img {
    padding-right: 100px;
  }
}

@media screen and (max-width: 999px) {
  #main .loop img {
    padding-right: 50px;
  }
}

@media screen and (min-width: 1000px) {
  #main .loop img:first-child {
    -webkit-animation: loop 30s -15s linear infinite;
            animation: loop 30s -15s linear infinite;
  }
}

@media screen and (max-width: 999px) {
  #main .loop img:first-child {
    -webkit-animation: loop 10s -15s linear infinite;
            animation: loop 10s -15s linear infinite;
  }
}

@media screen and (min-width: 1000px) {
  #main .loop img:last-child {
    -webkit-animation: loop2 30s linear infinite;
            animation: loop2 30s linear infinite;
  }
}

@media screen and (max-width: 999px) {
  #main .loop img:last-child {
    -webkit-animation: loop2 10s linear infinite;
            animation: loop2 10s linear infinite;
  }
}

/* ---------------------------------------------------
メニュー
--------------------------------------------------- */
#menu {
  border-top: 1px solid #B21C00;
  border-bottom: 1px solid #B21C00;
}

@media screen and (min-width: 1000px) {
  #menu {
    padding: 70px 0;
  }
}

@media screen and (max-width: 999px) {
  #menu {
    padding: 50px 0;
    margin-top: 170px;
  }
}

#menu .menu_tit {
  text-align: center;
}

@media screen and (min-width: 1000px) {
  #menu .menu_tit {
    font-size: 24px;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 999px) {
  #menu .menu_tit {
    font-size: 20px;
    margin-bottom: 30px;
  }
}

#menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}

@media screen and (min-width: 1000px) {
  #menu ul li {
    width: calc(100% / 4 - 50px);
    margin: 20px 20px 0 20px;
  }
}

@media screen and (max-width: 999px) {
  #menu ul li {
    width: calc(80% / 1 - 30px);
    margin-top: 20px;
  }
}

#menu ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 1000px) {
  #menu ul li a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

#menu ul li .pd {
  margin-right: 10px;
}

@media screen and (min-width: 1000px) {
  #menu ul li .pd {
    width: 8%;
  }
}

@media screen and (max-width: 999px) {
  #menu ul li .pd {
    width: 8%;
  }
}

#menu ul li p {
  text-align: center;
}

#menu ul li p span {
  font-size: 11px;
}

/* ---------------------------------------------------
人気ランキング、おすすめアイテム
--------------------------------------------------- */
.brand_item,
.ranking_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
}

@media screen and (min-width: 1000px) {
  .brand_item,
  .ranking_item {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 999px) {
  .brand_item,
  .ranking_item {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 1000px) {
  .category div,
  .category li {
    width: calc(100% / 5);
    padding: 5px;
  }
}

@media screen and (max-width: 999px) {
  .category div,
  .category li {
    width: calc(100% / 2);
    padding: 5px;
  }
}

.category img {
  padding-bottom: 10px;
}

.category p {
  text-align: center;
}

.category p .tt02, .category p .text-red {
  color: #B21C00;
}

@media screen and (min-width: 1000px) {
  .brand_item div,
  .brand_item li, .ranking_item div,
  .ranking_item li {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 999px) {
  .brand_item div,
  .brand_item li, .ranking_item div,
  .ranking_item li {
    margin-bottom: 20px;
  }
}

.ranking_item div, .ranking_item li {
  position: relative;
}

.ranking_item div::before, .ranking_item li::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 10px;
  font-size: 30px;
}

.ranking_item div:nth-child(1)::before, .ranking_item li:nth-child(1)::before {
  content: "1";
  color: #C3A462;
}

.ranking_item div:nth-child(2)::before, .ranking_item li:nth-child(2)::before {
  content: "2";
  color: #ABABAB;
}

.ranking_item div:nth-child(3)::before, .ranking_item li:nth-child(3)::before {
  content: "3";
  color: #A28D7D;
}

.ranking_item div:nth-child(4)::before, .ranking_item li:nth-child(4)::before {
  content: "4";
  color: #555555;
}

.ranking_item div:nth-child(5)::before, .ranking_item li:nth-child(5)::before {
  content: "5";
  color: #555555;
}

/* ---------------------------------------------------
カテゴリーから探す共通
--------------------------------------------------- */
.cate ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
}

@media screen and (min-width: 1000px) {
  .cate ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (max-width: 999px) {
  .cate ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.cate ul li {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.cate ul li a {
  padding: 15px 0;
}

.cate ul li:hover {
  background-color: #E2E2E2;
}

/* ---------------------------------------------------
アイテムカテゴリーから探す
--------------------------------------------------- */
@media screen and (min-width: 1000px) {
  .item_cate ul li {
    width: calc(100% / 4);
  }
}

@media screen and (max-width: 999px) {
  .item_cate ul li {
    width: calc(90% / 2);
  }
}

.item_cate ul li a {
  background-color: #f5f3f3;
}

/* ---------------------------------------------------
サマーキワードから探す
--------------------------------------------------- */
@media screen and (min-width: 1000px) {
  .summer_cate ul li {
    width: calc(100% / 3);
  }
}

@media screen and (max-width: 999px) {
  .summer_cate ul li {
    width: calc(90% / 2);
  }
}

.summer_cate ul li a {
  background-color: #faf4f4;
}

/* ---------------------------------------------------
価格から探す
--------------------------------------------------- */
@media screen and (min-width: 1000px) {
  .price_cate ul li {
    width: calc(100% / 4);
  }
}

@media screen and (max-width: 999px) {
  .price_cate ul li {
    width: calc(90% / 1);
  }
}

.price_cate ul li a {
  background-color: #faf6f1;
}

/* ---------------------------------------------------
ブランドセール一覧
--------------------------------------------------- */
.sale_brands ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 1000px) {
  .sale_brands ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 999px) {
  .sale_brands ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (min-width: 1000px) {
  .sale_brands li {
    width: calc(100% / 5);
    padding: 15px 20px;
  }
}

@media screen and (max-width: 999px) {
  .sale_brands li {
    width: calc(90% / 2 - 10px);
    padding: 10px 0;
  }
}

.sale_brands li p {
  font-family: garamond-premier-pro, serif;
  text-align: center;
  color: #B21C00;
}

#content {
  height: 100%;
}

@media screen and (min-width: 1000px) {
  #content {
    width: 100%;
    margin: 120px auto 0;
  }
}

@media screen and (max-width: 999px) {
  #content {
    width: 100%;
    margin: 0 auto;
  }
}

/* ---------------------------------------------------
スタッフコーデ
--------------------------------------------------- */
.staffcode .loop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100vw;
}

@media screen and (min-width: 1000px) {
  .staffcode .loop {
    height: 300px;
  }
}

@media screen and (max-width: 999px) {
  .staffcode .loop {
    height: 300px;
  }
}

.staffcode .loop img {
  width: auto;
  height: 100%;
}

.staffcode .loop img:first-child {
  -webkit-animation: loop 50s -25s linear infinite;
          animation: loop 50s -25s linear infinite;
}

.staffcode .loop img:last-child {
  -webkit-animation: loop2 50s linear infinite;
          animation: loop2 50s linear infinite;
}

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

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

@-webkit-keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}

@keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}

/* ---------------------------------------------------
フッター
--------------------------------------------------- */
#footer {
  text-align: center;
  background-color: #ececec;
}

@media screen and (min-width: 1000px) {
  #footer {
    padding: 70px 0 30px;
  }
}

@media screen and (max-width: 999px) {
  #footer {
    padding: 70px 0 20px;
  }
}

#footer .all_sale a {
  margin: 0 auto 70px;
  border: 1px solid #000;
}

@media screen and (min-width: 1000px) {
  #footer .all_sale a {
    width: 300px;
    padding: 15px 0;
  }
}

@media screen and (max-width: 999px) {
  #footer .all_sale a {
    width: 80%;
    padding: 15px 0;
  }
}

@media screen and (min-width: 1000px) {
  #footer #f_area img {
    width: 7%;
  }
}

@media screen and (max-width: 999px) {
  #footer #f_area img {
    width: 20%;
  }
}

#footer #f_area .copyright {
  text-align: center;
  font-size: 10px;
  padding-top: 20px;
}

/* loading
--------------------------------------*/
#loader-bg {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0px;
  left: 0px;
  background: #FFF;
  z-index: 1;
  z-index: 99999;
}

#loader-bg #loading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 1000px) {
  #loader-bg #loading {
    width: 100%;
    margin: auto;
    height: 100%;
  }
}

@media screen and (max-width: 999px) {
  #loader-bg #loading {
    width: 100%;
    margin: auto;
    height: 100%;
  }
}

@media screen and (min-width: 1000px) {
  #loader-bg #loading div {
    width: 20%;
    margin: auto;
  }
}

@media screen and (max-width: 999px) {
  #loader-bg #loading div {
    width: 40%;
    margin: auto;
  }
}

/*jQueryのCSS
--------------------------------------*/
/*# sourceMappingURL=style.css.map */