@charset "utf-8";
/* CSS Document */

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #E9C561;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

img {
  vertical-align: bottom;
}



/* リセットここまで */

html {
  font-size: 62.5%;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  color: #333333;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
}

ul,
li {
  list-style: none;
}

a {
  text-decoration: none;
  cursor: pointer;
}

a:hover,
a:hover img {
  opacity: 0.8;
}

#saleHead {
  padding: 1.5rem 0 2rem;
  text-align: center;
}

#saleHead img {
  width: 30%;
  max-width: 180px;
}

main {
  padding-bottom: 5rem;
}

img {
  width: 100%;
  height: auto;
}

h2 {
  width: 84%;
  max-width: 630px;
  margin: 0 auto;
  font-size: 2rem;
  padding-bottom: 1.5em;
  text-align: center;
}

/* 帯タイトル　カラー変更 */
h2.title {
  text-align: center;
  font-size: 1.3rem;
  background-color: #a43751;
  color: #f1f1f1;
  width: 100%;
  max-width: 100%;
  display: inline-block;
  padding: 2.5rem 0;
  font-weight: normal;
  margin-bottom: 3em;
  /* font-family: "Montserrat"; */
}

h2.title::before,
h2.title::after {
  content: "▼";
  font-size: 75%;
  padding: 0 1em;
}

.break {
  border-top: 0;
  margin: 9rem auto 4rem;
  width: 15%;
  max-width: 500px;
  border-top: 1px #E9C561 solid;
}

.break_top {
  margin: 2rem auto;
}


h3 {
  text-align: center;
  font-size: 3.8rem;
  margin-bottom: 2em;
  padding-top: 20px;
}

.description p {
  text-align: center;
  margin-bottom: 1.5em;
}

.description span {
  color: #a43751;
  font-weight: bold;
}

/* h3 {
	text-align: center;
	font-size: 2rem;
	margin-bottom: 2em;
	padding-top: 20px;
} */

h3 span {
  font-size: 1.2rem;
  display: block;
  margin-top: 1em;
  font-weight: normal;
}


/* MV */
#sale_ti {
  width: 100%;
  /* margin: 0 auto 1rem; */
  margin: 0 auto;
  background: #f7f7f7;
  text-align: center;
}

#sale_ti img {
  width: 100%;
  object-fit: cover;
}


/* ＷＥＢフォント */
/* .web-font {
  font-family: "Cinzel", serif;
  font-family: serif;
} */


/* SPメニュー */

.scroll-nav {
  width: 100%;
  position: fixed;
  bottom: 1vh;
  left: 0;
  z-index: 999999;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  /* 追記 */
  opacity: 0;
  transition: 1s;
}

.scroll-nav_js {
  opacity: 100;
}

.scroll-nav ul {
  margin: 0 auto;
  list-style: none;
  display: flex;
}

.scroll-nav ul li {
  min-width: 150px;
  /* メニューの個別の幅 */
  margin-right: 1px;
  border: solid 2px #505050;
  background-color: #fffffffb;
  /* メニューの背景色 */
  text-align: center;
}

/* SPメニュー クーポンゲット　カラー変更 */
.scroll-nav ul li.cp_get {
  border: solid 2px #233452;
  background-color: #233452;
}

.scroll-nav ul li.cp_get a {
  color: #fcb69d;
  font-weight: 600;
}

.scroll-nav ul li.staff_blog {
  border: solid 2px #505050;
  background-color: #505050;
}

.scroll-nav ul li.staff_blog a {
  color: #fff;
  font-weight: 500;
}

.scroll-nav ul li a {
  display: inline-block;
  width: 100%;
  font-size: 1.4rem;
  font-weight: 600;
  color: #505050
}

.drawer-menu-item {
  padding: 1.8rem 1.5rem;
}

.scroll-nav ul li a:hover {
  text-decoration: none;
}

/* プロローグ */
section#prologue {
  margin: 5rem auto 3rem;
}

.description {
  width: 84%;
  line-height: 1.7;
  text-align: justify;
  max-width: 630px;
  margin: 0 auto 6rem;
}

.description h3 {
  font-size: 1.5rem;
  padding-top: 0;
}

.description h2 {
  font-size: 2em;
  padding-bottom: 0.5em;
}

/* COUPON */
.coupon_get {
  padding: 0 0 5.5em;
  text-align: center;
}

.coupon_get h2.title {
  color: #ffffff;
}

.coupon_get h3 {
  font-size: 1.4rem;
  font-weight: 400;
  color: #333;
  margin-bottom: 2.3em;
}

.coupon_get h3 span {
  font-size: 3rem;
  margin-top: 0.8rem;
  font-weight: 700;
  line-height: 1.5;
}

.coupon_get p {
  color: #333;
  font-size: 1.2rem;
  line-height: 1.5;
  padding-left: 4%;
  padding-right: 4%;
}

.coupon__text {
  font-weight: 700;
}

.coupon_get ul {
  max-width: 540px;
  margin: 0 auto;
}

.coupon_get ul li {
  display: block;
  margin: 12px 4%;
}


/* クーポンゲットアニメーション */
/* .coupon_get {
  text-align: center;
}

.coupon_get img {
  width: 90%;
  animation: bound 2s ease-out infinite;
}

@keyframes bound {

  0%,
  40%,
  60%,
  80% {
    transform: scale(1.0);
  }

  50%,
  70% {
    transform: scale(0.95);
  }
} */

/* TDA */
.tda ul li {
  padding: 2em 2em 2em;
  background-color: #234b14;
  margin-top: 3em;
}

.tda ul li p {
  color: #fff;
  margin-top: 1.2em;
  font-size: 1.2em;
}

/* ---- SPブランドナビ ---- */
.brand-nav_list {
  width: 80%;
  max-width: 700px;
  margin: 0 auto 7em;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  text-align: center;
}

.bland-nav_item {
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px #333;
}

.bland-nav_item a {
  display: block;
  /* vertical-align: middle; */
  color: #333;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 15px 0;
}

.bland-nav_item a span {
  display: flex;
  align-items: center;
  justify-content: center;
}

.bland-nav_item a span::after {
  content: "▼";
  color: #333;
  padding-left: 5px;
  font-size: .7rem;
  vertical-align: middle;
}


/*　‐‐‐‐ もっと見るボタン　‐‐‐‐ */
.item_all {
  margin: 2.5rem 0 6.5rem;
}

.item_all ul li {
  margin-bottom: 2%;
}

/* カラー変更 */
.item_all a {
  text-align: center;
  background-color: #a43751;
  color: #f1f1f1;
  display: block;
  width: 80%;
  max-width: 500px;
  margin: 0 auto;
  padding: 1.5em;
  border-radius: 6px;
}

/* pick up */
#cate_plus h3 span {
  font-size: 1rem;
  margin-bottom: 1.5rem;
}

/*  */

/* 新入荷誘導 */
section.visible {
  margin-bottom: 0;
  padding: 4em 0 1em;
  background-color: #f1f1f1;
}

section.visible h3 {
  font-size: 1.8rem;
}

/* 10%OFFクーポン */
section.off10cp {
  margin-bottom: 0;
  padding: 4em 0 3em;
  /* background-color: #f1f1f1; */
}

section.off10cp h3 {
  font-size: 1.8rem;
}

section.off10cp div {
  width: 90%;
  max-width: 650px;
  margin: 0 auto;
}


/* カテゴリー */
#category {
  margin-top: 5em;
}

.category_box {
  font-size: 1.4rem;
}

.category_box ul {
  display: flex;
  flex-wrap: wrap;
  width: 80%;
  margin: 3em auto 0;
  justify-content: space-between;
  max-width: 800px;
}

.category_box ul li {
  width: 48%;
  border: 1px solid #333333;
  margin-bottom: 4%;
  text-align: center;
  box-sizing: border-box;
  background-color: #ffffff;
}

.category_box ul li a {
  color: #333333;
  padding: 1em 0;
  display: block;
}

/*----- リンクボタン -----*/
.item_link {
  position: relative;
  width: 80%;
  max-width: 400px;
  margin: 4% auto 8%;
  text-align: center;
  background: #fff;
  border: 1px solid #666;
  border-radius: 10px;
  letter-spacing: 0.05em;
  font-size: 1.4rem;
}

.item_link a {
  color: #4b4b4b;
  display: block;
  padding: 2rem;
}



/* フッター */
footer {
  text-align: center;
  /* padding: 1em 0; */
  /* border-top: 1px solid #dddddd; */
  /* margin-top: 8rem; */
}

footer small {
  font-size: 1rem;
}


/* Json */

.itemList_small div ul li {
  width: 30%;
}

.itemList_small div ul li:nth-child(-n+2) {
  width: 48%;
}

#cate_shinzone .itemList_small div ul li:nth-child(-n+2),
#cate_maomade .itemList_small div ul li:nth-child(-n+2),
#cate_tumugu .itemList_small div ul li:nth-child(-n+2),
#cate_khaki .itemList_small div ul li:nth-child(-n+2),
#cate_kelen .itemList_small div ul li:nth-child(-n+2),
#cate_other .itemList_small div ul li:nth-child(-n+4) {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.itemList_small div ul {
  display: flex;
  flex-wrap: wrap;
  width: 90%;
  max-width: 900px;
  margin: 0 auto 2rem;
  justify-content: space-between;
}

.itemList_small div ul li {
  width: 48%;
  font-size: 1rem;
  margin-bottom: 4em;
}


.itemList_small div ul li a {
  position: relative;
  display: block;
}

.itemList_small div ul li a div.img_box {
  position: relative;
}

#cate_outer .itemList_small div ul li a div.item_img img,
#cate_tops .itemList_small div ul li a div.item_img img,
#cate_bottoms .itemList_small div ul li a div.item_img img,
#cate_goods .itemList_small div ul li a div.item_img img {
  border-right: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
  border-radius: 5px 5px 0 0;
}

.itemList_small div ul li a div.item_text {
  padding: 0 0.5em;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
}

.itemList_small div ul li h4 {
  padding: 0.8em 0 0.2em;
  font-weight: normal;
}

.itemList_small div ul li h4 span {
  font-size: 1rem;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding-bottom: 0.5em;
  text-align: left;
  font-weight: bold;
  color: #6f6a6a;
  letter-spacing: 0.05em;
}

#cate_outer .itemList_small div ul li h4 span::before,
#cate_tops .itemList_small div ul li h4 span::before,
#cate_bottoms .itemList_small div ul li h4 span::before,
#cate_goods .itemList_small div ul li h4 span::before {
  content: "＃"
}

.itemList_small li p.coupon {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 0.5em 0.5em;
  font-size: 0.9rem;
}

.itemList_small div ul li p.price {
  text-align: right;
  font-size: 0.8rem;
  padding-bottom: 0.4em;
  color: #6e6868;
}

.itemList_small div ul li p.couponprice {
  color: #a43751;
  font-weight: bold;
  padding-bottom: 0.8em;
  text-align: right;
}

.itemList_small div ul li p.couponprice span {
  font-size: 1rem;

}

.itemList_small div ul li p.price {
  text-decoration: line-through;
}

.itemList_small div ul li p.couponprice span.price_down {
  font-size: 1.4rem;
}

.itemList_small div ul li img {
  width: 100%;
  vertical-align: text-bottom;
  border-radius: 5px 5px 0 0;
}

.itemList_small div ul li p.item_button {
  background-color: #6f6a6a;
  text-align: center;
  display: block;
  padding: 1.2em;
  color: #eaeaea;
  ;
  border-radius: 0 0 5px 5px;
  font-size: 0.9rem;
}

.itemList_small div ul li p.item_button::after {
  content: "＞";
  padding-left: 0.5em;
  margin-right: -0.5em;
  display: inline-block;
  font-size: 80%;
}

div#cate_outer_List_smallWrap,
div#cate_tops_List_smallWrap,
div#cate_bottoms_List_smallWrap,
div#cate_goods_List_smallWrap {
  margin-top: 5rem
}


/* カラー変更 */
p.coupon {
  background-color: #a43751;
  color: #fff;
}

p.couponprice {
  color: #a43751;
  font-weight: 600;
}


/* ------------------- */

@media screen and (min-width: 641px) {

  html {
    font-size: 87.5%;
  }

  #sale_ti img {
    height: 750px;
  }


  .topics_list {
    margin: 0 auto;
  }

  .topics_list li {
    width: 30%;
    margin-bottom: 5%;

  }

  .scroll-nav ul li a {
    display: inline-block;
    font-size: 1.4rem;
  }

  .scroll-nav ul li {
    min-width: 180px;
  }

  .itemList_small div ul li {
    width: 30%;
  }

  /* .itemList_small div ul li:nth-child(-n+4) {
    width: 48%;
  } */

  /* Json */

  #cate_shinzone .itemList_small div ul li:nth-child(-n+2),
  #cate_maomade .itemList_small div ul li:nth-child(-n+2),
  #cate_tumugu .itemList_small div ul li:nth-child(-n+2),
  #cate_khaki .itemList_small div ul li:nth-child(-n+2),
  #cate_kelen .itemList_small div ul li:nth-child(-n+2),
  #cate_other .itemList_small div ul li:nth-child(-n+4) {
    width: 46%;
  }

  .itemList_small div ul::after {
    display: block;
    content: "";
    width: 30%;
  }

}

@media screen and (max-width: 960px) {

  .sp_none {
    display: none !important;
  }

  footer {
    padding: 1em 0 8em;
  }

  .coupon_get p {
    font-size: 1.3rem;
  }

}

@media screen and (min-width: 961px) {

  html {
    font-size: 100%;
  }

  #sale_ti img {
    height: 800px;
  }

  .pc_none {
    display: none !important;
  }

  div#pc_right-menu {
    position: fixed;
    top: 100px;
    right: 0;
    text-align: center;
    display: none;
    z-index: 1;
    width: 150px;
    font-size: 13px;
  }

  div#pc_right-menu p {
    font-weight: bold;
    font-size: 0.9rem;
    padding-bottom: 0.8em;
  }

  div#pc_right-menu ul li {
    margin-bottom: 8px;
  }

  div#pc_right-menu ul li a {
    padding: 1em;
    display: block;
  }

  div#pc_right-menu ul li.side_pick a {
    background-color: #aa3434;
    color: #f2f2f2;
  }

  div#pc_right-menu ul li.side_cate a {
    color: #333;
    border: solid #333 1px;
    background-color: #ffffff;
    font-weight: 600;
  }

  /* PCクーポンゲット　カラー変更 */
  div#pc_right-menu ul li.cp_link a {
    font-weight: 600;
    color: #fff;
    border: solid #505050 1px;
    background-color: #505050;
  }

  div#pc_right-menu ul li.side_discount a {
    color: #f2f2f2;
    background-color: #413d3a;
  }

  div#pc_right-menu ul li.side_more a {
    color: #f2f2f2;
    background-color: #000039;
  }

  div#pc_right-menu ul li.pick-btn a {
    font-weight: 600;
    color: #fff;
    border: solid #f1f1f1 1px;
    font-size: 1rem;
    padding-top: 0.5em;
  }

  div#pc_right-menu ul li.pick-btn a {
    color: #f2f2f2;
    background-color: #cf4d39;
  }

  .side_cate span {
    display: inline-block;
    margin-bottom: 4px;
    font-size: 8px;
  }


  #conLook,
  #staff_blog {
    width: 100%;
  }




  /* ---- もっと見るボタン ---- */

  .item_all a {
    width: 100%
  }

  .item_all ul {
    display: flex;
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .item_all ul li {
    width: 49%;
  }

  /* ------　トップに戻る　------------- */

  #page_top {
    width: 3rem;
    height: 3rem;
    position: fixed;
    right: 0;
    bottom: 0;
    background: #999999;
    opacity: 0.9;
    display: none;
  }

  #page_top a {
    position: relative;
    display: block;
    width: 3rem;
    height: 3rem;
    text-decoration: none;
  }

  #page_top a::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f106';
    font-size: 1.5rem;
    color: #fff;
    position: absolute;
    width: 1.5rem;
    height: 1.5rem;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
  }

}

/* topics */
.contents h3.text {
  width: 100%;
  background-color: #fff;
  color: #383b39;
  text-align: center;
  padding: 80px 0 0;
  font-size: 1.8em;
  font-family: 'Noto Sans JP', sans-serif;
}

#beginner .contentsWrap {
  width: 90%;
  max-width: 675px;
  margin: 0 auto;
  background-color: #f1f1f1;
}

#conLook ul,
#staff_blog ul {
  max-width: 675px;
  margin: 80px auto 60px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

#conLook ul li,
#staff_blog ul li {
  width: 46% !important;
  font-size: 0.8em;
  line-height: 1.7em;
  margin: 0 0 20px;
}

#conLook li img,
#staf_blog li img {
  width: 100%;
}

@media screen and (max-width: 640px) {

  #staff_blog ul li {
    width: 90% !important;
  }

}