.if-category {
  background-color: #ffffff;
}

.if-category_container {
  width: 100%;
  max-width: 900px;
  background-color: #fff;
}

.if-category_inner {
  width: 100%;
}

.if-category_mv {
  width: 100%;
  margin-bottom: 2.5%;
}

.if-category_mv img {
  width: 100%;
}

img {
  max-width: 100%;
}

.if-category {
  padding-top: 0;
}

.if-category_mv {
  margin-bottom: 4.6875vw;
}

@media screen and (min-width: 813px) {
  .if-category_mv {
    margin-bottom: 30px;
  }
}

.lead {
  margin: 6.25vw 0;
  font-size: 4.0625vw;
  font-weight: 600;
  line-height: 1.385;
  text-align: center;
}

.section, .section_innerSection {
  padding-top: 50px;
  margin-top: -50px;
}

@media screen and (min-width: 813px) {
  .section, .section_innerSection {
    padding-top: 65px;
    margin-top: -65px;
  }
}

.if-category_buttons {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 10px 10px;
}

@media screen and (max-width: 812px) {
  .if-category_buttons {
    padding: 0 2.34375vw 2.34375vw;
  }
}

.if-category_buttons .if-category_buttonItem {
  display: block;
  width: 49.545%;
  /* ナビボタンの数ごとに数値を変更してください */
  /* --- 参考までに
  width: 49.5%;　2つ
  width: 33%;　3つ
------------------ */
  opacity: 1;
  transition: opacity .2s;
  margin-bottom: 0.91%;
  padding: 26px 0px 36px;
  background: #ff8200;
  text-align: center;
  line-height: 1;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 812px) {
  .if-category_buttons .if-category_buttonItem {
    padding: 4.0625vw 0vw 5.625vw;
  }
}

.if-category_buttons .if-category_buttonItem::after {
  display: block;
  content: "";
  width: 14px;
  height: 8px;
  background: url(/ec/images/feature/110E3I01000/icon_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: auto;
}

@media screen and (max-width: 812px) {
  .if-category_buttons .if-category_buttonItem::after {
    width: 2.1875vw;
    height: 1.25vw;
    bottom: 1.5625vw;
  }
}

.if-category_buttons .if-category_buttonItem.full {
  width: 100%;
}

.if-category_buttons .if-category_buttonItem:not(.is-active)::before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(43, 43, 43, 0.6);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.if-category_buttons .if-category_buttonItem:hover {
  opacity: 0.7;
}

.if-category_buttons .if-category_buttonItem img {
  width: 100%;
}

.if-category_buttons .if-category_buttonItem img.if-category_buttonText {
  width: auto;
  height: 18px;
}

@media screen and (max-width: 812px) {
  .if-category_buttons .if-category_buttonItem img.if-category_buttonText {
    height: 2.8125vw;
  }
}

.section_inner {
  padding: 0 3.125vw 4.6875vw;
  position: relative;
}

@media screen and (min-width: 813px) {
  .section_inner {
    padding: 0 15px 30px;
  }
}

.section_bg {
  margin-bottom: 3.125vw;
}

@media screen and (min-width: 813px) {
  .section_bg {
    margin-bottom: 20px;
  }
}

.section_bg .section_inner {
  padding-top: 3.125vw;
  background: #EFEFEF;
}

@media screen and (min-width: 813px) {
  .section_bg .section_inner {
    padding-top: 20px;
  }
}

/*.section_innerSection {
  padding-bottom: 10.9375vw;
}

.section_innerSection:last-of-type {
  padding-bottom: 0;
}*/

.section_title {
  padding: 7.8125vw 0 4.6875vw;
  font-size: 6.67vw;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
  letter-spacing: 0.08em;
  text-indent: -0.08em;
}

@media screen and (min-width: 813px) {
  .section_title {
    padding: 50px 0;
    font-size: 38px;
  }
}

.section_head {
  margin: 0 0 6.25vw;
}

@media screen and (min-width: 813px) {
  .section_head {
    margin: 0 0 40px;
  }
}

.section_headTitle {
  font-size: 3.75vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.25;
  letter-spacing: 0.1em;
  margin-left: -0.1em;
  padding: 3.90625vw 2.34375vw;
}

@media screen and (min-width: 813px) {
  .section_headTitle {
    font-size: 24px;
  }
}

.section_headTitle em {
  display: block;
  font-size: 5vw;
  font-weight: 700;
  font-style: normal;
}

@media screen and (min-width: 813px) {
  .section_headTitle em {
    font-size: 32px;
  }
}

@media screen and (min-width: 813px) {
  .section_headTitle {
    padding: 25px 15px;
  }
}

#sale .section_headTitle {
  background: #E00501;
  color: #fff;
}

#leisure .section_headTitle {
  background: #37C0DB;
  color: #fff;
}

#camping .section_headTitle {
  background: #12B432;
  color: #fff;
}

#travel .section_headTitle {
  background: #F0B505;
  color: #fff;
}

.section_headImage {
  display: block;
}

.section_headImage img {
  width: 100%;
}

.section_sub + .section_sub {
  margin-top: 7.8125vw;
}

@media screen and (min-width: 813px) {
  .section_sub + .section_sub {
    margin-top: 50px;
  }
}

.section_subHead {
  display: flex;
  align-items: center;
  font-size: 4.375vw;
  font-weight: 600;
}

@media screen and (min-width: 813px) {
  .section_subHead {
    font-size: 28px;
  }
}

.section_subHead::before {
  content: "";
  display: inline-block;
  margin-right: 1.5625vw;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background-color: currentColor;
}

@media screen and (min-width: 813px) {
  .section_subHead::before {
    margin-right: 10px;
  }
}

#wear .section_subHead::before {
  background-color: #3071B9;
}

#leisure .section_subHead::before {
  background-color: #3EA6B2;
}

#living .section_subHead::before {
  background-color: #654D9D;
}

.section_caption {
  margin-bottom: 3.125vw;
  font-size: 3.4375vw;
  font-weight: 700;
  text-align: center;
}

@media screen and (min-width: 813px) {
  .section_caption {
    margin-bottom: 20px;
    font-size: 22px;
  }
}

.section_caption small {
  display: inline-block;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: 0.1em;
  margin-left: -0.1em;
  position: relative;
}

.section_caption small::after {
  display: block;
  content: "";
  width: 100%;
  height: 0.9375vw;
  background-image: url(/ec/images/feature/11020Y00000/caption_underline.svg);
  background-repeat: repeat-x;
  background-size: auto 100%;
  background-position: center;
  position: absolute;
  left: 0;
  bottom: 0;
}

@media screen and (min-width: 813px) {
  .section_caption small::after {
    height: 6px;
  }
}

.section_more {
	/*margin: 10.9375vw auto 0;*/
	margin: 10.9375vw auto 5.35vw;
	width: 45.3125vw;
	/*padding-bottom: 10.9375vw;*/
}

@media screen and (min-width: 813px) {
  .section_more {
    margin-top: 40px;
    width: 290px;
  }
}

.section_more img {
  width: 100%;
}

.product {
  padding: 0 0.78125vw;
}

@media screen and (min-width: 813px) {
  .product {
    padding: 0;
  }
}

.product_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (min-width: 813px) {
  .product_list {
    justify-content: flex-start;
    margin: 0 -13px;
  }
}

.product_list > li {
  margin-top: 4.6875vw;
  width: 44.375vw;
}

@media screen and (min-width: 813px) {
  .product_list > li {
    margin: 30px 13px 0;
    width: 198px;
  }
}

.product_image {
  margin-bottom: 3.125vw;
  width: 100%;
}

@media screen and (min-width: 813px) {
  .product_image {
    margin-bottom: 20px;
  }
}

.product_image img {
  width: 100%;
}

.product_badge {
  display: block;
  margin: -0.78125vw 0 1.5625vw;
  font-size: 3.125vw;
}

@media screen and (min-width: 813px) {
  .product_badge {
    margin: -10px 0 10px;
    font-size: 14px;
  }
}

.product_badge span {
  display: inline-block;
  padding: 0.1em 0.5em;
  background: #E00501;
  color: #fff;
}

.product_title {
  margin-bottom: 3.125vw;
  font-size: 3.4375vw;
  line-height: 1.18;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

@media screen and (min-width: 813px) {
  .product_title {
    margin-bottom: 20px;
    font-size: 16px;
  }
}

.product_title a {
  display: block;
  color: inherit;
  font: inherit;
}

.product_price {
  color: #E00501;
  font-size: 4.375vw;
  font-weight: 700;
  line-height: 1.18;
}

@media screen and (min-width: 813px) {
  .product_price {
    font-size: 20px;
  }
}

.product_price > small {
  display: block;
  margin-top: 0.78125vw;
  color: #231815;
  font-size: 3.4375vw;
  font-weight: 400;
}

@media screen and (min-width: 813px) {
  .product_price > small {
    margin-top: 5px;
    font-size: 14px;
  }
}

.check_list > li {
  margin-top: 1.5625vw;
}

@media screen and (min-width: 813px) {
  .check_list > li {
    margin-top: 10px;
  }
}

.category_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: -2.03125vw -0.9375vw 0;
  padding: 0 0.78125vw;
}

.category_list > li {
  margin: 2.03125vw 0.9375vw 0;
  width: calc( ( 100% - 3.75vw ) / 3);
}

.category_list > li:nth-of-type(3n+1) {
  margin-left: 0;
}

.category_list > li:nth-of-type(3n+3) {
  margin-right: 0;
}

.category_item {
  display: block;
  padding: 6.25vw 1.5625vw 3.90625vw;
  height: 100%;
  background: #fff;
  border: 1px solid #EDEDED;
}

.category_image {
  display: block;
  margin: 0 auto 3.125vw;
  width: 12.5vw;
}

.category_image img {
  width: 100%;
}

.category_name {
  display: block;
  color: #333;
  font-size: 3.28125vw;
  font-weight: 500;
  line-height: 1.238;
  text-align: center;
}

.banner_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: -1.5625vw;
}

@media screen and (min-width: 813px) {
  .banner_list {
    margin-top: -10px;
  }
}

.banner_list > li {
  margin-top: 1.5625vw;
  width: calc(50% - 1.5625vw);
}

@media screen and (min-width: 813px) {
  .banner_list > li {
    margin-top: 10px;
    width: calc(50% - 10px);
  }
}

.if-category_list {
  /*display: flex;
  flex-wrap: wrap;*/
  padding: 35px 30px;
  background: #E4E4E4;
  -moz-columns: 2;
  columns: 2;
}

@media screen and (max-width: 812px) {
  .if-category_list {
    padding: 10px 15px;
    -moz-columns: 1;
    columns: 1;
  }
}

.if-category_listItem {
  display: inline-block;
  width: 100%;
  font-size: 18px;
}

@media screen and (max-width: 812px) {
  .if-category_listItem {
    /*width: 50%;*/
    font-size: 10px;
  }
}

.if-category_listItem a {
  text-decoration: underline;
}

.if-category_listItem a:hover {
  color: #cc1102;
}

.category_ttl {
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	margin: 5% auto;
}
@media screen and (max-width: 812px) {
	.category_ttl {
		font-size: 28px;
		text-align: center;
		font-weight: bold;
	}
}



@media screen and (min-width: 813px) {
  .sp {
    display: none;
  }
}

@media screen and (max-width: 812px) {
  .pc {
    display: none;
  }
}
