@charset "UTF-8";
/* -------------------------------------------
 * style
 */
.wrapper {
  width: 100%;
  margin: 0 auto;
  padding: 0 4.8px;
  padding: 0 0.3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  overflow-x: hidden;
  padding: 20px 0 0;
  padding: 1.25rem 0 0;
  font-size: 16px;
}

main {
  margin: 3.2px auto 0;
  margin: 0.2rem auto 0;
}

.sp-hidden {
  display: none;
}

.pc-hidden {
  display: block;
}

.fs-pt-column a {
  display: block;
  margin-top: 20px;
}

.fs-pt-column a:first-child {
  margin-top: 0;
}

/* -------------------------------------------
 * header
 */
header {
  width: 100%;
  height: 20.8px;
  height: 1.3rem;
  position: fixed;
  top: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  padding: 4px 0;
  padding: 0.25rem 0;
  z-index: 200;
}

.logo {
  display: block;
  width: 32px;
  width: 2rem;
  line-height: 1;
  margin: 0 auto;
}

.sp-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 8.8px;
  top: 0.55rem;
  left: 4.8px;
  left: 0.3rem;
}

.sp-link li {
  margin: 0 4.8px 0 0;
  margin: 0 0.3rem 0 0;
  width: 6.4px;
  width: 0.4rem;
}

.sp-link li:last-child {
  margin: 0;
}

.nav-btn {
  position: absolute;
  top: 8.8px;
  top: 0.55rem;
  right: 4.8px;
  right: 0.3rem;
  width: 6.4px;
  width: 0.4rem;
  height: 5.6px;
  height: 0.35rem;
}

.nav-btn,
.nav-btn span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.nav-btn span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #555555;
}

.nav-btn span:nth-of-type(1) {
  top: 0;
}

.nav-btn span:nth-of-type(2) {
  top: 48%;
}

.nav-btn span:nth-of-type(3) {
  bottom: 0;
}

/* -------------------------------------------
 * banner-area
 */
.banner-area {
  margin: 8px auto 0;
  margin: 0.5rem auto 0;
}

.banner-area .banner-half {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0px auto 4.8px;
  margin: 0px auto 0.3rem;
}

.banner-area .banner-half a {
  display: block;
  width: 48%;
}

.sp-search-form {
  display: none;
  position: fixed;
  padding: 1.6px 4.8px 3.2px;
  padding: 0.1rem 0.3rem 0.2rem;
  width: 100%;
  top: 20.8px;
  top: 1.3rem;
  left: 0;
  right: 0;
  z-index: 200;
  background: #fff;
}

.sp-search-form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sp-search-form form input {
  width: 100%;
  font-size: 4.8px;
  font-size: 0.3rem;
  border-color: #333333;
  height: 9.6px;
  height: 0.6rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sp-search-form form input::-webkit-input-placeholder {
  font-size: 4.8px;
  font-size: 0.3rem;
}

.sp-search-form form input::-moz-placeholder {
  font-size: 4.8px;
  font-size: 0.3rem;
}

.sp-search-form form input::-ms-input-placeholder {
  font-size: 4.8px;
  font-size: 0.3rem;
}

.sp-search-form form input::placeholder {
  font-size: 4.8px;
  font-size: 0.3rem;
}

.sp-search-form form button {
  margin-left: -2px;
  width: 9.6px;
  width: 0.6rem;
  height: 9.6px;
  height: 0.6rem;
  background-image: url(https://shoporange.itembox.design/item/img/common/search-btn.svg);
  background-color: #333;
  background-size: 0.3rem 0.3rem;
  background-repeat: no-repeat;
  background-position: center;
}

/* -------------------------------------------
 *contents-area
 */
.contents-area {
  padding: 12.8px 4.8px 16px;
  padding: 0.8rem 0.3rem 1rem;
  margin: 12.8px auto 0;
  margin: 0.8rem auto 0;
  background: #fafafa;
}

.contents-area section {
  max-width: 100%;
  width: 100%;
  padding: 9.6px 6.4px;
  padding: 0.6rem 0.4rem;
  margin: 0 auto;
  background: #fff;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.contents-area section h2 {
  text-align: center;
  margin: 0 auto 20px;
}

.contents-area section .view-btn {
  display: block;
  position: relative;
  margin: auto;
  display: block;
  width: 48px;
  width: 3rem;
  line-height: 11.2px;
  line-height: 0.7rem;
  font-size: 4.8px;
  font-size: 0.3rem;
  text-align: center;
  border: 1px solid #333333;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.contents-area section .view-btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 10%;
  width: 1.6px;
  width: 0.1rem;
  height: 1.6px;
  height: 0.1rem;
  border-top: 2px solid #3f2f1e;
  border-right: 2px solid #3f2f1e;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.contents-area section .view-btn:hover {
  letter-spacing: 2.5px;
  opacity: 0.8;
}

.contents-area section .view-btn:hover::after {
  right: 9%;
}

.contents-area .banner {
  margin: 9.6px auto;
  margin: 0.6rem auto;
}

.contents-area .banner.wrapper {
  padding: 0 0;
}

.contents-area .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 12.32px auto 8px;
  margin: 0.77rem auto 0.5rem;
}

.contents-area .inner .box {
  max-width: 48%;
  width: 100%;
  font-size: 4.16px;
  font-size: 0.26rem;
}

.contents-area .inner .box a {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.contents-area .inner .box a:hover {
  opacity: 0.8;
}

.contents-area .inner .box a:hover .product-text p {
  text-decoration: underline;
}

.contents-area .inner .box .product-img {
  position: relative;
  width: 100%;
  padding: 100% 0 0;
}

.contents-area .inner .box .product-img img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.contents-area .inner .box .product-text {
  font-size: 4.16px;
  font-size: 0.26rem;
}

.contents-area .inner .box .product-text h3 {
  font-size: 16px;
}

.contents-area .inner .box .product-text p {
  margin: 10px 0 0;
}

/* -------------------------------------------
*ranking
*/
.contents-area .ranking {
  margin: 0 auto 17.6px;
  margin: 0 auto 1.1rem;
}

.contents-area .ranking .inner {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.contents-area .ranking .inner::after {
  content: "";
  display: block;
  width: 48%;
}

.contents-area .ranking .inner .box {
  max-width: 45%;
  width: 100%;
  margin: 0 auto 8px;
  margin: 0 auto 0.5rem;
}

.contents-area .ranking .inner .box .product-img {
  position: relative;
  margin-bottom: 10px;
}

.contents-area .ranking .inner .box .order {
  position: absolute;
  top: -3.04px;
  top: -0.19rem;
  right: 5px;
  font-size: 8px;
  font-size: 0.5rem;
  font-style: italic;
  font-weight: bold;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
}

/* -------------------------------------------
 *media
 */
.contents-area .media {
  margin: 0 auto 16px;
  margin: 0 auto 1rem;
}

.contents-area .media .inner {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.contents-area .media .inner .box {
  max-width: 48%;
  margin: 0 0 7.2px;
  margin: 0 0 0.45rem;
}

/* -------------------------------------------
 *bland
 */
.brand-tab {
  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;
  margin: 30px auto;
  padding-top: 100px;
  position: relative;
}

.brand-tab li {
  width: 40px;
  height: 40px;
  margin: 0 5px 10px;
  background: #eeeeee;
  border-radius: 50%;
  color: #1d1d1d;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}

.brand-tab li.all {
  width: 80px;
  height: 80px;
  margin: 0;
  line-height: 80px;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.brand-tab li.is-active {
  color: #fff;
  background: #444444;
}

.brand-panel {
  margin: 30px auto 0;
}

.brand-panel .inner {
  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;
  overflow: hidden;
  margin: 11.2px auto 0;
  margin: 0.7rem auto 0;
}

.brand-panel .inner li {
  width: 24.32px;
  width: 1.52rem;
  height: 24.32px;
  height: 1.52rem;
  padding: 0 5px 10px;
}

.brand-panel .inner a {
  display: block;
  position: relative;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.brand-panel .inner a img {
  width: 100%;
}

/* -------------------------------------------
 *footer
 */
footer {
  padding: 8px 0;
  padding: 0.5rem 0;
  background: #444444;
}

footer .footer-nav a {
  color: #fff;
  font-size: 15px;
}

footer .footer-nav .category-link-wrap {
  display: none;
}

footer .footer-nav dl {
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}

footer .footer-nav dt {
  margin: 0 0 10px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
}

footer .footer-nav dd {
  display: inline-block;
  margin-left: 4.8px;
  margin-left: 0.3rem;
  padding-left: 3.2px;
  padding-left: 0.2rem;
  border-left: 1px solid #fff;
}

.copy {
  text-align: center;
  list-style: 1;
  color: #fff;
  font-size: 4.16px;
  font-size: 0.26rem;
  margin-top: 16px;
  margin-top: 1rem;
}

/* -------------------------------------------
 * sp-nav 
 */
.sp-nav-wrap {
  position: fixed;
  height: 100%;
  background: #fafafa;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  right: -85%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  top: 20.8px;
  top: 1.3rem;
  width: 74%;
  padding: 6.4px 0 24px 0;
  padding: 0.4rem 0 1.5rem 0;
}

/* 表示された時用のCSS */
.nav-open .sp-nav-wrap {
  right: 0;
}

body.nav-open {
  position: relative;
  overflow: hidden;
}

body.nav-open::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100vw;
  height: 100%;
  background: rgba(0, 0, 0, .6);
}

.sp-nav {
  height: 100%;
  position: relative;
  top: 0;
  overflow-y: scroll;
}

.sp-nav .head-serch-form-sp {
  position: relative;
  width: calc(100% - 0.8rem);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-color: #333333;
  margin: 0 0 0 8px;
  margin: 0 0 0 0.5rem;
}

.sp-nav .head-serch-form-sp form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sp-nav .head-serch-form-sp input {
  width: 100%;
  font-size: 3.84px;
  font-size: 0.24rem;
  border-color: #333333;
  height: 8px;
  height: 0.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sp-nav .head-serch-form-sp input::-webkit-input-placeholder {
  font-size: 3.84px;
  font-size: 0.24rem;
}

.sp-nav .head-serch-form-sp input::-moz-placeholder {
  font-size: 3.84px;
  font-size: 0.24rem;
}

.sp-nav .head-serch-form-sp input::-ms-input-placeholder {
  font-size: 3.84px;
  font-size: 0.24rem;
}

.sp-nav .head-serch-form-sp input::placeholder {
  font-size: 3.84px;
  font-size: 0.24rem;
}

.sp-nav .head-serch-form-sp button {
  margin-left: -2px;
  width: 8px;
  width: 0.5rem;
  height: 8px;
  height: 0.5rem;
  background-image: url("https://shoporange.itembox.design/item/img/common/search-btn.svg");
  background-color: #333;
  background-size: 15px 15px;
  background-repeat: no-repeat;
  background-position: center;
}

.sp-nav-01 {
  margin: 0 auto;
  border-bottom: 1px solid #eeeeee;
  padding: 0 0 0 8px;
  padding: 0 0 0 0.5rem;
}

.sp-nav-01 li {
  margin: 0 0 5.28px;
  margin: 0 0 0.33rem;
}

.sp-nav-01 li a {
  font-size: 4.8px;
  font-size: 0.3rem;
}

.sp-nav-01 li a span img {
  width: 4.8px;
  width: 0.3rem;
  padding: 0 3.2px 0 0;
  padding: 0 0.2rem 0 0;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-box-sizing: initial;
          box-sizing: initial;
}

.sp-nav .category-list {
  font-size: 4.8px;
  font-size: 0.3rem;
  font-weight: bold;
  border-bottom: 1px solid #eeeeee;
  padding: 8.8px 0 0 8px;
  padding: 0.55rem 0 0 0.5rem;
}

.sp-nav .category-list li {
  margin: 0 0 5.6px;
  margin: 0 0 0.35rem;
}

.sp-nav .apparel-nav,
.sp-nav .outdoor-nav {
  padding: 8.8px 0 2.08px 8px;
  padding: 0.55rem 0 0.13rem 0.5rem;
  border-bottom: 1px solid #eeeeee;
}

.sp-nav .apparel-nav p,
.sp-nav .outdoor-nav p {
  font-size: 4.8px;
  font-size: 0.3rem;
  font-weight: bold;
}

.sp-nav .apparel-nav li,
.sp-nav .outdoor-nav li {
  margin: 4px auto 0;
  margin: 0.25rem auto 0;
}

.sp-nav .apparel-nav li a,
.sp-nav .outdoor-nav li a {
  position: relative;
  font-size: 4.48px;
  font-size: 0.28rem;
}

.sp-nav .apparel-nav li a::after,
.sp-nav .outdoor-nav li a::after {
  content: "";
  display: block;
  position: absolute;
  top: 45%;
  left: 40px;
  left: 2.5rem;
  width: 7px;
  height: 7px;
  border-bottom: 2px solid #3f2f1e;
  border-left: 2px solid #3f2f1e;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.sp-nav .apparel-nav li a img,
.sp-nav .outdoor-nav li a img {
  padding: 0 2.4px 0 0;
  padding: 0 0.15rem 0 0;
  width: 5.6px;
  width: 0.35rem;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-box-sizing: initial;
          box-sizing: initial;
}

.sp-nav .apparel-nav .nav-inner,
.sp-nav .outdoor-nav .nav-inner {
  padding: 0 0 0 8px;
  padding: 0 0 0 0.5rem;
  display: none;
}

.sp-nav .apparel-nav .nav-inner li,
.sp-nav .outdoor-nav .nav-inner li {
  margin: 3.2px auto 0;
  margin: 0.2rem auto 0;
}

.sp-nav .apparel-nav .nav-inner li a:after,
.sp-nav .outdoor-nav .nav-inner li a:after {
  display: none;
}

.sp-nav .outdoor-nav li a::after {
  left: 52.8px;
  left: 3.3rem;
}

.close-btn {
  width: 9.6px;
  width: 0.6rem;
  height: 9.6px;
  height: 0.6rem;
  position: absolute;
  top: 0;
  left: -9.6px;
  left: -0.6rem;
}

.contents {
  padding: 0 15px;
}

.right-contents {
  margin-bottom: 40px;
}

.right-contents .product-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.right-contents .product-list .item-center {
  width: 47%;
}
/*# sourceMappingURL=maps/sp.css.map */
