html {
  font-size: 62.5%;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  color: #3E2E1E;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
}

.mb10 {
  margin-bottom: 10px !important;
}

.btn01 a {
  position: relative;
  display: block;
  width: 200px;
  line-height: 50px;
  background-color: #FFA645;
  border-radius: 25px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  -webkit-box-shadow: 3px 2px 3px rgba(0, 0, 0, .4);
          box-shadow: 3px 2px 3px rgba(0, 0, 0, .4);
}

.btn01 a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("https://shoporange.itembox.design/item/img/catalog/arrow.svg") center center no-repeat;
  background-size: contain;
  width: 16px;
  height: 15px;
}

.btn01-l a {
  margin: 0 auto;
  width: 380px;
  line-height: 55px;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 15px 40px;
  background-color: #fff;
}

header .shop-logo {
  width: 100px;
}

header #js-top {
  cursor: pointer;
}

footer {
  padding: 20px;
  background: #F5F1ED;
  text-align: center;
  font-size: 12px;
}

.content {
  padding: 90px 40px 160px;
}

.content .slide {
  margin-bottom: 60px;
}

.content .slide figure {
  margin: 0;
}

.content .sec01 {
  padding: 100px 60px;
  border-bottom: 1px solid #ccc;
}

.content .sec01:nth-child(2) {
  padding-top: 30px;
}

.content .sec01:nth-child(4) {
  border-bottom: none;
  padding-bottom: 130px;
}

.content .sec01 .flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.content .sec01 .flex-wrap .text {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
}

.content .sec01 .flex-wrap .text h2 {
  margin: 0;
  font-size: 80px;
  font-size: 8rem;
  line-height: 1;
  font-weight: 600;
}

.content .sec01 .flex-wrap .text h3 {
  margin: 10px 0 40px;
  margin: 1rem 0 4rem;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: normal;
}

.content .sec01 .flex-wrap .text .img {
  position: absolute;
  bottom: -5%;
  left: -5%;
  width: 35%;
  z-index: -1;
}

.content .sec01 .flex-wrap .text .img img {
  width: 100%;
  opacity: 0.7;
}

.content .sec01 .flex-wrap .link {
  -ms-flex-preferred-size: 70%;
      flex-basis: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.content .sec01 .flex-wrap .link a {
  display: block;
  -ms-flex-preferred-size: 45%;
      flex-basis: 45%;
  margin: 20px 0 0 20px;
}

.content .sec01 .flex-wrap .link a span {
  display: block;
}

.content .sec01 .flex-wrap .link a img {
  width: 100%;
  display: block;
}

.content .sec01.sec-brand .text,
.content .sec01.sec-type .text {
  margin-top: 30px;
  margin-top: 3rem;
}

.content .sec01.sec-people h2 {
  font-size: 72px !important;
  font-size: 7.2rem !important;
}

.content .sec01.sec-people h3 {
  margin: 20px 0 40px !important;
  margin: 2rem 0 4rem !important;
}

.catalog-items {
  padding: 120px 40px 160px;
}

.catalog-items .cate-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #FFA645;
}

.catalog-items .cate-link .btn01 a {
  margin: 0 10px;
  width: 300px;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #fff;
  border: 1px solid #FFA645;
  color: #FFA645;
}

.catalog-items .cate-link .btn01 a::after {
  background: url("https://shoporange.itembox.design/item/img/catalog/arrow-orange.svg") center center no-repeat;
}

.catalog-items .fs-c-subgroup {
  margin-bottom: 50px;
}

.catalog-items .fs-c-subgroup ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.catalog-items .fs-c-subgroup ul li {
  width: 19%;
  margin-right: 1.25%;
  margin-bottom: 15px;
}

.catalog-items .fs-c-subgroup ul li:nth-child(5n) {
  margin-right: 0;
}

.catalog-items .fs-c-subgroup ul li a {
  position: relative;
  display: block;
  line-height: 50px;
  background-color: #FFA645;
  border-radius: 25px;
  text-align: center;
  -webkit-box-shadow: 3px 2px 3px rgba(0, 0, 0, .4);
          box-shadow: 3px 2px 3px rgba(0, 0, 0, .4);
}

.catalog-items .fs-c-subgroup ul li a div {
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}

.catalog-items .fs-c-subgroup ul li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("https://shoporange.itembox.design/item/img/catalog/arrow.svg") center center no-repeat;
  background-size: contain;
  width: 16px;
  height: 15px;
}

.catalog-items .fs-c-productList__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.catalog-items .fs-c-productList__list article {
  width: 15%;
  margin-right: 2%;
  margin-bottom: 60px;
}

.catalog-items .fs-c-productList__list article:nth-child(6n) {
  margin-right: 0;
}

.catalog-items .fs-c-productList__controller .fs-c-sortItems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 40px 0;
}

.catalog-items .fs-c-productList__controller .fs-c-sortItems .fs-c-sortItems__list {
  margin: 0 0 0 40px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}

.catalog-items .fs-c-productList__controller .fs-c-sortItems .fs-c-sortItems__list li {
  margin-left: 5px;
}

.catalog-items .fs-c-productList__controller .fs-c-sortItems .fs-c-sortItems__list li a,
.catalog-items .fs-c-productList__controller .fs-c-sortItems .fs-c-sortItems__list li span {
  padding: 7px 20px;
  border-radius: 20px;
  color: #3E2E1E;
}

.catalog-items .fs-c-productList__controller .fs-c-sortItems .fs-c-sortItems__list .is-active span,
.catalog-items .fs-c-productList__controller .fs-c-sortItems .fs-c-sortItems__list .is-active a {
  color: #fff;
  background-color: #3E2E1E;
}

.catalog-items .fs-c-productList__controller .fs-c-pagination {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.catalog-items .fs-c-productList__controller .fs-c-pagination a,
.catalog-items .fs-c-productList__controller .fs-c-pagination span {
  width: 50px;
  line-height: 50px;
  margin: 0 5px;
  padding: 0;
  text-align: center;
  -webkit-box-flex: inherit;
      -ms-flex: inherit;
          flex: inherit;
  border-radius: 50%;
  font-size: 20px;
}

.catalog-items .fs-c-productList__controller .fs-c-pagination a.is-active,
.catalog-items .fs-c-productList__controller .fs-c-pagination span.is-active {
  background-color: #FFA645;
  color: #fff;
}

.catalog-items .fs-c-productList__controller .fs-c-pagination .fs-c-pagination__item::before {
  width: 100%;
  height: 50px;
  line-height: 50px;
  background-color: #FFA645;
  color: #fff;
  border-radius: 50%;
  font-size: 25px;
}

.catalog-items .fs-c-productList__controller .fs-c-listControl__status {
  text-align: right;
}

.catalog-items .fs-c-breadcrumb,
.catalog-items .fs-c-productListItem__viewMoreImageButton,
.catalog-items .fs-c-productPrice--listed,
.catalog-items .fs-c-productPrice--selling,
.catalog-items .fs-c-productListItem__control,
.catalog-items .fs-c-sortItems__label,
.catalog-items .fs-c-productList__controller:first-child .fs-c-listControl,
.catalog-items .fs-c-productList__controller:last-child .fs-c-sortItems,
.catalog-items .fs-c-subgroup .fs-c-listControl {
  display: none;
}

.fs-c-productListItem__outOfStock {
  display: none;
  background-color: #747265;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 1.8;
}

.fs-body-category-gr1371 .fs-c-subgroup ul li {
  width: 6%;
  margin-right: 0.7%;
  margin-bottom: 10px;
  background: #eee;
  min-height: 40px;
}

.fs-body-category-gr1371 .fs-c-subgroup ul li:nth-child(5n) {
  margin-right: 0.7%;
}

.fs-body-category-gr1371 .fs-c-subgroup ul li:nth-child(15n) {
  margin-right: 0;
}

.fs-body-category-gr1371 .fs-c-subgroup ul li a {
  line-height: inherit;
  background-color: transparent;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.fs-body-category-gr1371 .fs-c-subgroup ul li a div {
  color: #3E2E1E;
  font-weight: bold;
  font-size: 20px;
}

.fs-body-category-gr1371 .fs-c-subgroup ul li a div img {
  width: 100%;
  display: block;
}

.fs-body-category-gr1371 .fs-c-subgroup ul li a::after {
  content: none;
}

.fs-body-category-gr1371 .fs-c-subgroup ul li a .fs-c-subgroupList__label {
  display: none;
}

.catalog-detail {
  padding: 120px 40px 160px;
}

.catalog-detail h1 {
  padding-left: 10px;
  padding-left: 1rem;
  border-left: 4px solid #EF781E;
}

.catalog-detail h1 span {
  font-size: 30px;
  font-weight: bold;
}

.catalog-detail .fs-c-productNumber {
  margin-bottom: 10px;
}

.catalog-detail .fs-c-productNumber span {
  font-size: 20px;
}

.catalog-detail .fs-c-productPointDisplay {
  margin-bottom: 20px;
}

.catalog-detail .fs-c-productPointDisplay span {
  font-size: 20px;
}

.catalog-detail .fs-c-productPrices {
  margin-bottom: 60px;
}

.catalog-detail .fs-c-productPrices .fs-c-price {
  display: inline-block;
}

.catalog-detail .fs-c-productNotice {
  margin-bottom: 60px;
  font-size: 20px;
}

.catalog-detail .fs-c-productPlainImage {
  text-align: center;
  margin: 0 auto 40px;
}

.catalog-detail .slick-slide {
  margin: 0 60px;
}

.catalog-detail .slick-slide img {
  margin: 0 auto;
}

.catalog-detail .fs-p-productDescription img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  width: auto;
}

.catalog-detail .btn01 a {
  width: 320px;
  margin: 60px auto 0;
}

.catalog-detail .btn01 a::after {
  right: auto;
  left: 30px;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.catalog-detail .fs-c-productQuantityAndWishlist,
.catalog-detail .fs-c-productActionButton,
.catalog-detail .fs-c-productCarouselMainImage__expandButton,
.catalog-detail .fs-c-productPostage,
.catalog-detail .fs-c-productPointDisplay,
.catalog-detail .fs-c-variationAndActions,
.catalog-detail .fs-c-productPrice--selling {
  display: none;
}

.catalog-detail .fs-c-productPrice__main__label,
.catalog-detail .fs-c-productPrice__addon {
  font-size: 16px;
}

.catalog-detail .fs-c-price__currencyMark {
  padding-left: 10px;
  padding-left: 1rem;
}

.catalog-detail .fs-c-price__currencyMark,
.catalog-detail .fs-c-price__value {
  font-size: 22px;
}
/*# sourceMappingURL=maps/catalog.css.map */
