.inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}
@media only screen and (max-width: 768px) {
  .inner {
    padding: 0 10px;
  }
}
.mode_grp .inner {
  padding-top: 20px;
}
.brand_header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.brand_header .brand_img {
  height: 260px;
  width: 348px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.brand_header .brand_img.c {
  display: none;
}
@media only screen and (max-width: 900px) {
  .brand_header .brand_img {
    width: 38.67vw;
    height: 28.89vw;
  }
}
@media only screen and (max-width: 375px) {
  .brand_header .brand_img {
    width: 100vw;
    height: 69.33vw;
    margin-bottom: 1em;
  }
}
.brand_header .cg_freespace_01 {
  width: calc(100% - 348px);
  padding: 40px;
}
@media only screen and (max-width: 900px) {
  .brand_header .cg_freespace_01 {
    width: calc(100% - 39vw);
    padding: 0 0 0 1vw;
    line-height: 1.4;
  }
}
@media only screen and (max-width: 375px) {
  .brand_header .cg_freespace_01 {
    width: 100%;
    padding: 0 0;
  }
}
.gender_swt {
  max-width: 700px;
  width: 100%;
  height: 40px;
  display: flex;
  padding: 0 0;
  margin: 0 0;
  border: 1px solid #444;
  border-radius: 4px 4px;
}
@media only screen and (max-width: 768px) {
  .gender_swt {
    margin-bottom: 1em;
  }
}
.gender_swt li {
  width: 50%;
  height: 100%;
  list-style: none;
  padding: 0 0;
  margin: 0 0 1em;
}
@media only screen and (min-width: 900px) {
  .gender_swt li {
    transition: background-color 0.2s ease;
  }
  .gender_swt li:hover {
    background-color: #ccc;
  }
}
.gender_swt li a {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  font-size: 16px;
  text-decoration: none;
}
.gender_swt li:nth-child(2) {
  border-left: 1px solid #696969;
}
.gender_swt.current_gender_1 li:nth-child(2) {
  background-color: #696969;
}
.gender_swt.current_gender_1 li:nth-child(2) a {
  color: #fff;
  text-decoration: underline;
}
.gender_swt.current_gender_2 li:nth-child(1) {
  background-color: #696969;
}
.gender_swt.current_gender_2 li:nth-child(1) a {
  color: #fff;
  text-decoration: underline;
}
.w30p {
  width: 30%;
}
.w40p {
  width: 40%;
}
.w50p {
  width: 50%;
}
.w60p {
  width: 60%;
}
.w70p {
  width: 70%;
}
.flex_col2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 30px 0;
}
@media only screen and (max-width: 768px) {
  .flex_col2 {
    display: block;
  }
}
.flex_col2 .ta_r {
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .list_wrapper.w60p {
    width: 100%;
  }
}
.sort_wrapper {
  font-size: 16px;
  color: #000;
}
@media only screen and (max-width: 768px) {
  .sort_wrapper {
    width: 100%;
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 375px) {
  .sort_wrapper {
    width: 100%;
    font-size: 1rem;
  }
}
.sort_wrapper a {
  color: #666;
  text-decoration: underline;
}
.sort_wrapper span {
  color: #ff5e5e;
}
.product_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.product_list li {
  width: 23.9%;
  margin-right: calc(4% / 3);
  margin-bottom: 1em;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .product_list li {
    width: calc((100% / 2) - 4.2%);
    margin: 2%;
    font-size: 2.67vw;
    /*2024.9.13 ·ÈÂÓ¾¦ÉÊ°ìÍ÷3Îó¤ò2Îó*/
  }
}
@media only screen and (max-width: 375px) {
  .product_list li {
    width: 43.6%;
    padding: 0;
    margin: 3%;
  }
}
.product_list li:nth-child(4n) {
  margin-right: 0;
}
@media only screen and (max-width: 768px) {
  .product_list li:nth-child(4n) {
    margin-right: 2%;
  }
}
@media only screen and (max-width: 375px) {
  .product_list li:nth-child(4n) {
    margin-right: 3%;
  }
}
.product_list a {
  color: #222;
  font-size: 16px;
  text-decoration: none;
}
.product_list a img {
  display: block;
}
.product_list a.product_img {
  margin-bottom: 0.5em;
  display: block;
}
@media only screen and (min-width: 900px) {
  .product_list a.product_img.hasimg {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .product_list a.product_img.hasimg img {
    transition: opacity 0.5s ease;
  }
  .product_list a.product_img.hasimg:hover img {
    opacity: 0;
  }
}
@media only screen and (max-width: 768px) {
  .product_list a {
    font-size: 2.67vw;
    line-height: 1.6;
  }
}
.product_list a.soldout {
  position: relative;
}
body .product_list a.soldout:after {
  content: 'SOLD OUT';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0,0,0,0.6);
  font-size: 16px;
  letter-spacing: 0.2em;
  color: #fff;
}
.product_list a.restock,
.product_list a.sale,
.product_list a.last1,
.product_list a.new {
  position: relative;
}
.product_list a.restock:after,
.product_list a.sale:after,
.product_list a.last1:after,
.product_list a.new:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 80px;
  height: 40px;
  background: no-repeat center center;
  background-size: 100% auto;
}
@media only screen and (max-width: 768px) {
  .product_list a.restock:after,
  .product_list a.sale:after,
  .product_list a.last1:after,
  .product_list a.new:after {
    width: 10vw;
    height: 5vw;
  }
}
.product_list a.restock:after {
  background-image: url("https://file003.shop-pro.jp/PA01415/351/img/tag_restock.png");
}
.product_list a.last1:after {
  background-image: url("https://file003.shop-pro.jp/PA01415/351/img/tag_last.png");
}
.product_list a.sale:after {
  background-image: url("https://file003.shop-pro.jp/PA01415/351/img/tag_sale.png");
}
.product_list a.new:after {
  background-image: url("https://file003.shop-pro.jp/PA01415/351/img/tag_new.png");
}
.product_list .brandname a,
.product_list .price {
  font-size: 14px;
  color: #999;
}
@media only screen and (max-width: 768px) {
  .product_list .brandname a,
  .product_list .price {
    font-size: 2.67vw;
  }
}
.product_list .price .offprice {
  color: red;
  font-size: 1.2em;
}
.pager .inline {
  text-align: center;
}
.pager .inline .btn {
  border-radius: 0;
  background-color: #ddd;
  color: #444;
  font-size: 20px;
  line-height: 80px;
  height: 80px;
  width: 120px;
  padding: 0 0;
}
@media only screen and (max-width: 375px) {
  .pager .inline .btn {
    height: 60px;
    line-height: 60px;
  }
}
.pager .inline .btn.disabled {
  background-color: #eee;
  color: #999;
}
.category-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 700px;
  width: 100%;
  height: 40px;
  padding: 0 0;
  margin: 0 0;
  border: 1px solid #444;
  border-radius: 4px 4px;
}
.category-list ul li {
  width: 25%;
  height: 100%;
  list-style: none;
  padding: 0 0;
  margin: 0 0 1em;
}
.category-list ul li:last-child {
  margin-right: 0;
}
@media only screen and (min-width: 900px) {
  .category-list ul li {
    transition: background-color 0.2s ease;
  }
  .category-list ul li:hover {
    background-color: #ccc;
  }
}
.category-list ul li a {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  font-size: 16px;
  text-decoration: none;
}
.category-list ul li + li {
  border-left: 1px solid #696969;
}
.category-list ul.cate_main {
  border-radius: 4px 4px 0 0;
  border-bottom: none;
}
.category-list ul.cate_main li {
  width: calc(100% / 3);
}
.category-list ul.cate_main li.current {
  background-color: #696969;
}
.category-list ul.cate_main li.current a {
  color: #fff;
  text-decoration: underline;
}
.product_list .loading {
  width: 100%;
  height: 300px;
}
.product_list .loading img {
  display: block;
  margin: 140px auto 0;
}