@charset "UTF-8";
/* CSS Document */
/*---------------------------------

  アウトレット

---------------------------------*/
article {
  max-width: var(--width);
  margin: auto;
  padding: 5rem 0;
  width: 90%;
}
#mainvisual {
  background: #ccc;
  max-width: 124rem;
  margin: auto;
}
#mainvisual img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
@media screen and (max-width: 580px) {
  article {
    padding: 2rem 0 5rem;
  }
}
/*---------------------------------
  read + attention
---------------------------------*/
.readTxt {
  text-align: center;
  margin-top: 5rem;
}
.readTxt h1 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.readTxt ._txt p {
  margin-top: .8em;
}
.readTxt ._txt p span {
  color: #E60012;
}
/*---------------------------------
  attention
---------------------------------*/
.attentionTxt {
  background: #f2f2f2;
  padding: 3rem;
}
.attentionTxt h3 {
  text-align: center;
}
.attentionTxt ._txt {
  font-size: .8em;
  margin: auto;
  max-width: fit-content;
}
.attentionTxt ._txt p {
  color: #E60012;
  text-indent: -1em;
  margin-left: 1em;
  margin-top: .5em;
}
.attentionTxt ._txt p::before {
  content: '※';
}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 896px) {}
@media screen and (max-width: 480px) {
  .readTxt {
    margin-top: 2.5rem;
  }
  .readTxt h1 {
    font-size: 1.7rem;
  }
  .readTxt ._txt p {
    text-align: justify;
  }
  .attentionTxt {
    padding: 1.5rem 5%;
  }
}
@media screen and (max-width: 368px) {}
/*---------------------------------
  シリーズ別商品セクション
---------------------------------*/
section.itemBlock {
  padding: 7rem 0;
}
section.itemBlock .wrapper {}
/*---------------------------------
  一覧スタイル
---------------------------------*/
section.itemBlock .wrapper .title {
  text-align: center;
}
section.itemBlock .wrapper .title h2 {
  font-size: 2.5rem;
  font-weight: 500;
}
section.itemBlock .wrapper ul.item_list {
  margin: 5rem auto 0;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 1.6%;
}
section.itemBlock .wrapper ul.item_list li {
  border: 1px solid #ccc;
  width: calc(100%/4 - 1.2%);
}
/* 商品本体 */
section.itemBlock .wrapper .item_list li .product_details {
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  height: 100%;
  position: relative;
  padding: 1rem;
}
section.itemBlock .wrapper .item_list li .product_details ._tag {
  display: flex;
  gap: .3rem;
  font-size: .8em;
  width: 100%;
}
section.itemBlock .wrapper .item_list li .product_details ._tag span {
  background: #999;
  color: #fff;
  display: block;
  padding: .3rem 1rem;
  max-width: fit-content;
}
section.itemBlock .wrapper .item_list li .product_details ._tag span._limitedstock {
  background: #fff;
  border: 1px solid;
  color: #DD1115;
}
section.itemBlock .wrapper .item_list li .product_details > div {
  width: 100%;
}
section.itemBlock .wrapper .item_list li figure {}
/* タグと商品名 */
section.itemBlock .wrapper .item_list li .product_name .cat {}
section.itemBlock .wrapper .item_list li .product_name .cat span {
  border: 1px solid;
  display: inline-block;
  color: var(--link-color);
  line-height: 1;
  font-size: 1.3rem;
  margin-bottom: .2rem;
  margin-right: .5rem;
  padding: 0.3rem .6rem;
}
section.itemBlock .wrapper .item_list li .product_name p {
  color: #5f5046;
  font-size: 1.6rem;
  line-height: 1.2;
  margin: .5rem 0;
  min-height: 2.4em;
  text-align: center;
}
section.itemBlock .wrapper .item_list li .product_name p._noheight {
  min-height: auto;
  margin-bottom: 0;
}
section.itemBlock .wrapper .item_list li .product_name p span {
  display: inline-block;
}
section.itemBlock .wrapper .item_list li .product_name ._limitedstock {
  margin-bottom: .3rem;
  text-align: center;
}
section.itemBlock .wrapper .item_list li .product_name ._limitedstock span {
  border: 1px solid;
  display: inline-block;
  color: #DD1115;
  line-height: 1;
  font-size: 1.0rem;
  padding: 0.3rem .6rem;
}
/* 価格 */
section.itemBlock .wrapper .item_list li dl.price {
  text-align: center;
  width: 100%;
}
section.itemBlock .wrapper .item_list li dl.price dt {
  margin-bottom: 1.3rem;
}
section.itemBlock .wrapper .item_list li dl.price dt.greatvalue p {
  /*color: #E60012;*/
  font-size: 1.5em;
  line-height: 1.2;
}
section.itemBlock .wrapper .item_list li dl.price dt.greatvalue p span {
  color: #5f5046;
  font-size: .5em;
  margin-left: .2rem;
}
section.itemBlock .wrapper .item_list li dl.price dd {
  font-size: 1.35rem;
}
section.itemBlock .wrapper .item_list li dl.price dd ._btn {}
section.itemBlock .wrapper .item_list li dl.price dd ._btn a {
  border: 1px solid var(--link-color);
  border-radius: 3px;
  color: var(--link-color);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  height: 4.5em;
}
section.itemBlock .wrapper .item_list li dl.price dd .prd_btn {
  margin-top: .5rem;
}
section.itemBlock .wrapper .item_list li dl.price dd .prd_btn form {
  width: 100%;
}
section.itemBlock .wrapper .item_list li dl.price dd .prd_btn button {
  background: #90bd28;
  border: none;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: block;
  padding: 1rem;
  font-size: 1em;
  outline: none;
  width: 100%;
  min-height: 6.075rem;
}
section.itemBlock .wrapper .item_list li dl.price dd .prd_btn button._limitedstock {}
section.itemBlock .wrapper .item_list li dl.price dd .prd_btn button._soldout {
  background: #aaa;
  pointer-events: none;
  min-height: 4.5em;
}
section.itemBlock .wrapper .item_list li dl.price dd .prd_btn span {
  display: block;
}
section.itemBlock .wrapper p._attention {
  margin: 4rem auto 0;
  text-align: center;
}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 896px) {
  section.itemBlock .wrapper .title h2 {
    font-size: 2.3rem;
  }
  section.itemBlock .wrapper ul.item_list {
    gap: 1.3rem 1.6%;
  }
  section.itemBlock .wrapper ul.item_list li {
    width: calc(100%/2 - 1.2%);
  }
}
@media screen and (max-width: 480px) {
  section.itemBlock .wrapper .title h2 {
    font-size: 2rem;
  }
  section.itemBlock {
    padding: 3rem 0;
  }
  section.itemBlock .wrapper ul.item_list {
    margin: 2rem auto;
  }
  section.itemBlock .wrapper .item_list li .product_details {
    padding: .5rem;
  }
  section.itemBlock .wrapper .item_list li .product_name p {
    font-size: 1.4rem;
  }
  section.itemBlock .wrapper .item_list li dl.price dd {
    font-size: 11px;
  }
  section.itemBlock .wrapper .item_list li dl.price dd ._btn a, section.itemBlock .wrapper .item_list li dl.price dd .prd_btn button {
    height: 5.5rem;
    min-height: inherit;
  }
  section.itemBlock .wrapper .item_list li dl.price dd .prd_btn button._limitedstock span {
    display: inline;
  }
  section.itemBlock .wrapper .item_list li dl.price dd .prd_btn button._soldout {
    min-height: auto;
  }
}
@media screen and (max-width: 380px) {
  section.itemBlock .wrapper .item_list li dl.price dd {
    font-size: 10px;
  }
  section.itemBlock .wrapper .item_list li dl.price dd ._btn a, section.itemBlock .wrapper .item_list li dl.price dd .prd_btn button {
    height: 5.2rem;
  }
}