@charset "UTF-8";
body {
  /*sp nav*/
}
body .overlay {
  display: none;
}
body.open .sp-nav-layout {
  display: block !important;
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
body.open .sp-nav-layout ul li {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
body.open .overlay {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

[class^=m-] {
  margin: 0;
  padding: 0;
  font-size: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  letter-spacing: normal;
  font-family: "Lato", Verdana, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
}
[class^=m-] h2 {
  font-size: 20px;
  font-weight: bold;
}
[class^=m-] h3 {
  font-size: 3.8vw;
  line-height: 1.5em;
  font-weight: bold;
}
[class^=m-] p {
  font-size: 3.6vw;
  line-height: 1.5em;
  color: #303030;
}
[class^=m-] a {
  display: block;
  color: #303030;
  font-size: 3.6vw;
  text-decoration: none;
}
[class^=m-] ul li {
  font-size: 3.6vw;
  list-style-type: none;
  text-align: left;
}


/*=== ヘッダー ===*/
.m-header .unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.m-header .unit .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
  /* ハンバーガーメニュー　*/
}
.m-header .unit .inner .nav-ham {
  position: relative;
  top: 0;
  right: auto;
  left: 5%;
  width: 18%;
  height: 16px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  z-index: 10;
  margin-right: 8%;
}
.m-header .unit .inner .nav-ham span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #333;
  position: absolute;
  -webkit-transition: opacity 0.5s, width 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.5s, width 0.3s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s, width 0.3s;
  transition: transform 0.5s, opacity 0.5s, width 0.3s, -webkit-transform 0.5s;
}
.m-header .unit .inner .nav-ham span:nth-child(1) {
  top: 0;
}
.m-header .unit .inner .nav-ham span:nth-child(2) {
  top: 0;
  bottom: 0;
  margin: auto;
}
.m-header .unit .inner .nav-ham span:nth-child(3) {
  bottom: 0;
}
.m-header .unit .inner #hdr_logo h1 {
  padding: 3vw 0;
  width: 100%;
  margin-left: 5%;
}
.m-header .unit .inner .service {
  margin-left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.m-header .unit .inner .service li {
  margin-right: 7px;
}
.m-header .unit .inner .service li a {
  width: auto;
}
.m-header .unit .inner .hdr_sns {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 38%;
}
.m-header .unit .inner .hdr_sns ul {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 100%;
  padding-right: 10px;
}
.m-header .unit .inner .hdr_sns ul li.youtube a {
  width: 21px;
}
.m-header .unit .inner .hdr_sns ul li.youtube a img {
  width: 100%;
}
.m-header .unit .inner .hdr_sns ul li.insta a {
  width: 16px;
}
.m-header .unit .inner .hdr_sns ul li.insta a img {
  width: 100%;
}
.m-header .unit .inner .hdr_search {
  height: 100%;
  width: 31%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-left: solid 1px #e6ebef;
}
.m-header .unit .inner .hdr_search a img {
  width: 40%;
}
.m-header .unit .inner .hdr_search.active {
  background: #e5ecf4;
}
.m-header .unit .inner .hdr_cart {
  width: 31%;
  background: #004098;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.m-header .unit .inner .hdr_cart a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.m-header .unit .inner .hdr_cart a img {
  width: 40%;
}
.m-header .unit.search {
  background: #e5ecf4;
  padding: 20px 0;
  width: 100%;
  height: auto;
  display: none;
}
.m-header .unit.search.active {
  display: block;
}
.m-header .unit.search .inner {
  margin: 0 auto;
}
.m-header .unit.search .inner.search_box {
  margin-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  background: #fff;
  padding: 2% 0;
  width: 90%;
}
.m-header .unit.search .inner.search_box input {
  width: 100%;
  border: none;
  font-size: 16px;
}
.m-header .unit.search .inner.search_box input:focus {
  outline: none;
}
.m-header .unit.search .inner.search_box input[name=brand_search_button] {
  width: 25px;
  height: 25px;
  background: url("https://gigaplus.makeshop.jp/sportsoasis/sp/images/common/header/icon_search.png") no-repeat center top;
  background-size: cover;
  margin-left: 22px;
  margin-right: 20px;
  background-size: contain;
}
.m-header .unit.search .inner.words {
  width: 90%;
}
.m-header .unit.search .inner.words dl {
  display: block;
}
.m-header .unit.search .inner.words dl dt {
  margin-bottom: 2vw;
}
.m-header .unit.search .inner.words dl dt h3 {
  padding: 3px 5px;
  color: #333333;
  font-size: 3.4vw;
  text-align: left;
}
.m-header .unit.search .inner.words dl dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.m-header .unit.search .inner.words dl dd ul li {
  margin-right: 15px;
  border: solid 1px #004098;
  border-radius: 3px;
  margin-bottom: 2%;
}
.m-header .unit.search .inner.words dl dd ul li a {
  padding: 3px;
  color: #004098;
  font-size: 3.4vw;
  width: auto;
}
.m-header .unit.menu {
  background: #f4f8fb;
  width: 82%;
  position: absolute;
  display: none;
  top: 0;
  bottom: 0;
  z-index: 50;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.m-header .unit.menu .btn-close {
  position: absolute;
  width: 16%;
  right: -16%;
}
.m-header .unit.menu.active {
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.m-header .unit.menu .inner {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.m-header .unit.menu .inner.pickup {
  padding: 5% 0;
}
.m-header .unit.menu .inner.pickup .ttl {
  text-align: center;
  margin-bottom: 10vw;
  margin-left: 5%;
  margin-right: auto;
}
.m-header .unit.menu .inner.pickup .ttl h2 {
  line-height: 0;
  height: 5.8vw;
}
.m-header .unit.menu .inner.pickup .ttl h2 img {
  width: auto;
  height: 100%;
}
.m-header .unit.menu .inner.pickup ul {
  width: 90%;
  margin: 0 auto;
  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;
}
.m-header .unit.menu .inner.pickup ul li {
  width: 49%;
  margin-bottom: 2%;
}
.m-header .unit.menu .inner.pickup ul li a {
  width: 100%;
}
.m-header .unit.menu .inner.pickup ul li a img {
  width: 100%;
}
.m-header .unit.menu .inner.list .detail {
  width: 100%;
}
.m-header .unit.menu .inner.list .detail .category_box:last-child {
  border-bottom: solid 1px #d2d4e0;
}
.m-header .unit.menu .inner.list .detail .category_box dl {
  border: solid 1px #d2d4e0;
  border-bottom: none;
}
.m-header .unit.menu .inner.list .detail .category_box dl dt {
  position: relative;
  background: #fff;
}
.m-header .unit.menu .inner.list .detail .category_box dl dt a {
  display: block;
  color: #004098;
  text-align: left;
  padding: 29px 45px 28px;
  font-weight: bold;
  width: auto;
}
.m-header .unit.menu .inner.list .detail .category_box dl dt:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 15px;
  background: url("https://gigaplus.makeshop.jp/sportsoasis/sp/images/common/icon_plus_blue.png") no-repeat center center;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  background-size: contain;
}
.m-header .unit.menu .inner.list .detail .category_box dl dt.active:before {
  background: url("https://gigaplus.makeshop.jp/sportsoasis/sp/images/common/icon_minus_blue.png") no-repeat center center;
}
.m-header .unit.menu .inner.list .detail .category_box dl dd {
  display: none;
}
.m-header .unit.menu .inner.list .detail .category_box dl dd ul {
  border-top: solid 1px #d2d4e0;
}
.m-header .unit.menu .inner.list .detail .category_box dl dd ul li {
  position: relative;
  padding: 15px;
  padding-left: 30px;
  border-bottom: solid 1px #d2d4e0;
  background: #f4f8fb;
}
.m-header .unit.menu .inner.list .detail .category_box dl dd ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid #888888;
  border-right: 1px solid #888888;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.m-header .unit.menu .inner.list .detail .category_box dl dd ul li:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.m-header .unit.menu .inner.list .detail .category_box dl dd ul li a {
  position: relative;
  width: auto;
  text-align: left;
}

.m-category .unit.menu .inner.list .detail .category_box.stepper dl dt:after {
  content: "";
  background: url("https://gigaplus.makeshop.jp/sportsoasis/images/top/cate_stepper_s.png") no-repeat center top;
  background-size: contain;
  width: 100px;
  height: 64px;
  right: 0px;
  top: 50%;
  margin-top: -32px;
  position: absolute;
}
.m-category .unit.menu .inner.list .detail .category_box.balanceball dl dt:after {
  content: "";
  background: url("https://gigaplus.makeshop.jp/sportsoasis/images/top/cate_balanceball_s.png") no-repeat center top;
  background-size: contain;
  width: 100px;
  height: 64px;
  right: 0px;
  top: 50%;
  margin-top: -32px;
  position: absolute;
}

.m-category .unit.menu .inner.list .detail .category_box.resetpole dl dt:after {
  content: "";
  background: url("https://gigaplus.makeshop.jp/sportsoasis/images/top/cate_resetpole_s.png") no-repeat center top;
  background-size: contain;
  width: 100px;
  height: 64px;
  right: 0px;
  top: 50%;
  margin-top: -32px;
  position: absolute;
}

.m-category .unit.menu .inner.list .detail .category_box.nagara dl dt:after {
  content: "";
  background: url("https://gigaplus.makeshop.jp/sportsoasis/images/top/cate_nagara_s.png") no-repeat center top;
  background-size: contain;
  width: 100px;
  height: 64px;
  right: 0px;
  top: 50%;
  margin-top: -32px;
  position: absolute;
}

.m-category .unit.menu .inner.list .detail .category_box.stylish dl dt:after {
  content: "";
  background: url("https://gigaplus.makeshop.jp/sportsoasis/images/top/cate_fitness_s.png") no-repeat center top;
  background-size: contain;
  width: 100px;
  height: 64px;
  right: 0px;
  top: 50%;
  margin-top: -32px;
  position: absolute;
}

.m-category .unit.menu .inner.list .detail .category_box.fitness dl dt:after {
  content: "";
  background: url("https://gigaplus.makeshop.jp/sportsoasis/images/top/cate_stylish_s.png") no-repeat center top;
  background-size: contain;
  width: 100px;
  height: 64px;
  right: 0px;
  top: 50%;
  margin-top: -32px;
  position: absolute;
}

.m-category .unit.menu .inner.list .detail .category_box.supple dl dt:after {
  content: "";
  background: url("https://gigaplus.makeshop.jp/sportsoasis/images/top/cate_supple_s.png") no-repeat center top;
  background-size: contain;
  width: 100px;
  height: 64px;
  right: 0px;
  top: 50%;
  margin-top: -32px;
  position: absolute;
}


.m-header .unit.menu .inner.list .detail .category_box:last-child {
  border-bottom: solid 1px #d2d4e0;
}
.m-header .unit.menu .inner.list .menu {
  background: #fff;
  width: 100%;
  border-bottom: solid 1px #d2d4e0;
}
.m-header .unit.menu .inner.list .menu a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5%;
}
.m-header .unit.menu .inner.list .menu a span {
  width: 7vw;
  margin-right: 5%;
}
.m-header .unit.menu .inner.list .menu a p {
  display: block;
  color: #004098;
  text-align: left;
  font-weight: bold;
  width: auto;
}
.m-header .sp-nav-layout {
  position: fixed;
  background: rgba(0, 0, 0, 0.9);
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  z-index: 50;
}
.m-header .sp-nav-layout .inner {
  position: relative;
  -webkit-transition: -webkit-transform 1.3s ease;
  transition: -webkit-transform 1.3s ease;
  transition: transform 1.3s ease;
  transition: transform 1.3s ease, -webkit-transform 1.3s ease;
}
.m-header .sp-nav-layout .inner:nth-child(2) {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
.m-header .sp-nav-layout .inner:nth-child(3) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}


/*=== スライダー ===*/
.m-main .unit {
  margin-bottom: 30px;
}
.m-main .unit .inner ul {
  width: auto;
}
.m-main .unit .inner ul li img {
  width: 100%;
}
.m-main .unit .inner ul .slick-next {
  z-index: 1;
  background: url("https://gigaplus.makeshop.jp/sportsoasis/images/common/icon_slider_arrow_right.png") no-repeat center top;
  background-size: contain;
  width: 40px;
  height: 40px;
  right: 0;
}
.m-main .unit .inner ul .slick-prev {
  z-index: 1;
  background: url("https://gigaplus.makeshop.jp/sportsoasis/images/common/icon_slider_arrow_left.png") no-repeat center top;
  background-size: contain;
  width: 40px;
  height: 40px;
  left: 0;
}


/*=== ナビ ===*/
.m-navi .unit {
  width: 100%;
}
.m-navi .unit .inner {
  margin: 0 auto 8vw;
  width: 92%;
}
.m-navi .unit .inner ul {
  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;
  padding-bottom: 2vw;
  margin-bottom: 2vw;
  border-bottom: solid 1px #e9eaec;
}
.m-navi .unit .inner ul:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.m-navi .unit .inner ul li {
  width: 25%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.m-navi .unit .inner ul li:nth-child(3) {
  border-left: solid 1px #e9eaec;
}
.m-navi .unit .inner ul li + li {
  border-left: solid 1px #e9eaec;
}
.m-navi .unit .inner ul li a p {
  font-size: 3vw;
  text-align: center;
}


/*=== ニュース ===*/
.m-news .unit {
  background: #f4f8fb;
  width: 100%;
}
.m-news .unit .inner {
  margin: 0 auto 8vw;
  padding: 5vw 0;
  width: 92%;
}
.m-news .unit .inner .ttl {
  border-bottom: solid 1px #d0d5d9;
  margin-bottom: 4vw;
}
.m-news .unit .inner .ttl h2 {
  line-height: 0;
  margin-bottom: 4vw;
  height: 4.2vw;
}
.m-news .unit .inner .ttl h2 img {
  width: auto;
  height: 100%;
}
.m-news .unit .inner .detail {
  padding: 0 4%;
}
.m-news .unit .inner .detail a {
  font-size: 3.4vw;
  margin-bottom: 4vw;
  text-align: left;
}
.m-news .unit .inner .detail a:last-child {
  margin-bottom: 0;
}
.m-news .unit .inner .detail a p {
  font-size: 3.4vw;
}
.m-news .unit .inner .detail a p.date {
  margin-bottom: 1vw;
  font-weight: bold;
}


/*=== バナー ===*/
.m-banner .unit .inner {
  margin: 0 auto 10vw;
  width: 90%;
}
.m-banner .unit .inner ul li {
  margin-bottom: 3vw;
}
.m-banner .unit .inner ul li:nth-child(3n) {
  margin-right: 0;
}


/*=== ランキング ===*/
.m-rank * {
  box-sizing: border-box;
}
.m-rank .unit {
  padding: 10vw 0;
}
.m-rank .unit .inner {
  width: 92%;
  margin: 0 auto;
}
.m-rank .unit .inner .ttl {
  text-align: center;
  margin-bottom: 20.67vw;
}
.m-rank .unit .inner .ttl h2 {
  line-height: 0;
  height: 5.8vw;
}
.m-rank .unit .inner .ttl h2 img {
  width: auto;
  height: 100%;
}


/*=== コラム ===*/
.m-column .unit {
  background: #f4f8fb;
  padding: 10vw 0;
}
.m-column .unit .inner {
  width: 92%;
  margin: 0 auto;
}
.m-column .unit .inner .ttl {
  text-align: center;
  margin-bottom: 10vw;
}
.m-column .unit .inner .ttl h2 {
  line-height: 0;
  height: 5.8vw;
}
.m-column .unit .inner .ttl h2 img {
  width: auto;
  height: 100%;
}
.m-column .unit .inner .detail ul {
  margin-bottom: 40px;
}
.m-column .unit .inner .detail ul li {
  margin-bottom: 5vw;
}
.m-column .unit .inner .detail ul li:last-child {
  margin-bottom: 0;
}
.m-column .unit .inner .detail ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.m-column .unit .inner .detail ul li a .img-holder {
  width: 40%;
  display: block;
}
.m-column .unit .inner .detail ul li a .img-holder img {
  width: 100%;
}
.m-column .unit .inner .detail ul li a .txt-holder {
  width: 56%;
}
.m-column .unit .inner .detail ul li a .txt-holder p {
  color: #333333;
  font-size: 3.6vw;
}
.m-column .unit .inner .detail ul li a .txt-holder p.date {
  color: #888888;
  font-size: 3.2vw;
  margin-bottom: 1.5vw;
}
.m-column .unit .inner .detail .btn-holder {
  width: 100%;
  margin: 0 auto;
  border: solid 1px #004098;
}
.m-column .unit .inner .detail .btn-holder a {
  padding: 15px 0;
  color: #004098;
  font-size: 4vw;
  text-align: center;
}


/*=== カテゴリ ===*/
.m-category .unit {
  padding: 10vw 0;
}
.m-category .unit .inner {
  width: 92%;
  margin: 0 auto;
}
.m-category .unit .inner .ttl {
  text-align: center;
  margin-bottom: 10vw;
}
.m-category .unit .inner .ttl h2 {
  line-height: 0;
  height: 5.8vw;
}
.m-category .unit .inner .ttl h2 img {
  width: auto;
  height: 100%;
}
.m-category .unit .inner .detail .category_box + .category_box {
  border-top: solid 1px #d2d4e0;
}
.m-category .unit .inner .detail .category_box dl {
  border-bottom: none;
}
.m-category .unit .inner .detail .category_box dl dt {
  position: relative;
}
.m-category .unit .inner .detail .category_box dl dt a {
  display: block;
  color: #004098;
  text-align: left;
  padding: 29px 45px 28px;
  font-weight: bold;
}
.m-category .unit .inner .detail .category_box dl dt:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 15px;
  background: url("https://gigaplus.makeshop.jp/sportsoasis/sp/images/common/icon_plus_blue.png") no-repeat center center;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  background-size: contain;
}
.m-category .unit .inner .detail .category_box dl dt.active:before {
  background: url("https://gigaplus.makeshop.jp/sportsoasis/sp/images/common/icon_minus_blue.png") no-repeat center center;
}
.m-category .unit .inner .detail .category_box dl dd {
  display: none;
}
.m-category .unit .inner .detail .category_box dl dd ul li {
  position: relative;
  padding: 15px;
  padding-left: 30px;
  border-top: solid 1px #d2d4e0;
}
.m-category .unit .inner .detail .category_box dl dd ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid #888888;
  border-right: 1px solid #888888;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.m-category .unit .inner .detail .category_box dl dd ul li:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.m-category .unit .inner .detail .category_box dl dd ul li a {
  position: relative;
}
.m-category .unit .inner .detail .category_box.nagara dl dt:after {
  content: "";
  background: url("https://gigaplus.makeshop.jp/sportsoasis/images/top/bg_label_nagara.png") no-repeat center top;
  background-size: contain;
  width: 100px;
  height: 64px;
  right: 0px;
  top: 50%;
  margin-top: -32px;
  position: absolute;
}
.m-category .unit .inner .detail .category_box.fitness dl dt:after {
  content: "";
  background: url("https://gigaplus.makeshop.jp/sportsoasis/images/top/bg_label_fitness.png") no-repeat center top;
  background-size: contain;
  width: 100px;
  height: 64px;
  right: 0px;
  top: 50%;
  margin-top: -32px;
  position: absolute;
}
.m-category .unit .inner .detail .category_box.training dl dt:after {
  content: "";
  background: url("https://gigaplus.makeshop.jp/sportsoasis/images/top/bg_label_training.png") no-repeat center top;
  background-size: contain;
  width: 100px;
  height: 64px;
  right: 0px;
  top: 50%;
  margin-top: -32px;
  position: absolute;
}
.m-category .unit .inner .detail .category_box.beauty dl dt:after {
  content: "";
  background: url("https://gigaplus.makeshop.jp/sportsoasis/images/top/bg_label_beauty.png") no-repeat center top;
  background-size: contain;
  width: 100px;
  height: 64px;
  right: 0px;
  top: 50%;
  margin-top: -32px;
  position: absolute;
}
.m-category .unit .inner .detail .category_box.wear_shoes dl dt:after {
  content: "";
  background: url("https://gigaplus.makeshop.jp/sportsoasis/images/top/bg_label_wear.png") no-repeat center top;
  background-size: contain;
  width: 100px;
  height: 64px;
  right: 0px;
  top: 50%;
  margin-top: -32px;
  position: absolute;
}
.m-category .unit .inner .detail .category_box.supplement dl dt:after {
  content: "";
  background: url("https://gigaplus.makeshop.jp/sportsoasis/images/top/bg_label_supplement.png") no-repeat center top;
  background-size: contain;
  width: 100px;
  height: 64px;
  right: 0px;
  top: 50%;
  margin-top: -32px;
  position: absolute;
}
.m-category .unit .inner .detail .category_box.purpose dl dt:after {
  content: "";
  background: url("https://gigaplus.makeshop.jp/sportsoasis/images/top/bg_label_purpose.png") no-repeat center top;
  background-size: contain;
  width: 100px;
  height: 64px;
  right: 0px;
  top: 50%;
  margin-top: -32px;
  position: absolute;
}
.m-category .unit .inner .detail .category_box.part dl dt:after {
  content: "";
  background: url("https://gigaplus.makeshop.jp/sportsoasis/images/top/bg_label_part.png") no-repeat center top;
  background-size: contain;
  width: 100px;
  height: 64px;
  right: 0px;
  top: 50%;
  margin-top: -32px;
  position: absolute;
}


/*=== ピックアップ ===*/
.m-pickup .unit {
  background: #f4f8fb;
  padding: 10vw 0;
}
.m-pickup .unit .inner {
  width: 92%;
  margin: 0 auto;
}
.m-pickup .unit .inner .ttl {
  text-align: center;
  margin-bottom: 10vw;
}
.m-pickup .unit .inner .ttl h2 {
  line-height: 0;
  height: 5.8vw;
}
.m-pickup .unit .inner .ttl h2 img {
  width: auto;
  height: 100%;
}
.m-pickup .unit .inner .detail .pick-holder {
  width: 100%;
  margin-bottom: 5vw;
}
.m-pickup .unit .inner .detail .pick-holder a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.m-pickup .unit .inner .detail .pick-holder a .img-holder {
  width: 40%;
}
.m-pickup .unit .inner .detail .pick-holder a .txt-holder {
  width: 56%;
  margin-top: 1.5vw;
}
.m-pickup .unit .inner .detail .pick-holder a .txt-holder h3 {
  text-align: left;
  margin-bottom: 2vw;
  color: #333;
  font-size: 3.8vw;
}
.m-pickup .unit .inner .detail .pick-holder a .txt-holder p {
  text-align: left;
  color: #888;
  font-size: 3.4vw;
}
.m-pickup .unit .inner .detail .pick-holder:last-child {
  margin-bottom: 0;
}


/*=== ガイド ===*/
.m-guide .unit {
  padding: 10vw 0;
}
.m-guide .unit .inner {
  width: 92%;
  margin: 0 auto;
}
.m-guide .unit .inner .ttl {
  text-align: center;
  margin-bottom: 5.5vw;
}
.m-guide .unit .inner .ttl h3 {
  line-height: 0;
  height: 3.5vw;
  text-align: center;
}
.m-guide .unit .inner .ttl h3 img {
  height: 100%;
  width: auto;
}
.m-guide .unit .inner .detail:last-child {
  border-bottom: none;
}
.m-guide .unit .inner .detail .guide-holder {
  width: 100%;
  padding-top: 3vw;
  padding-bottom: 3vw;
  border-bottom: solid 1px #cfd6de;
}
.m-guide .unit .inner .detail .guide-holder:last-child {
  border-bottom: none;
}
.m-guide .unit .inner .detail .guide-holder dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2.5vw;
}
.m-guide .unit .inner .detail .guide-holder dl dt span {
  width: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 10px;
}
.m-guide .unit .inner .detail .guide-holder dl dt span img {
  width: 100%;
}
.m-guide .unit .inner .detail .guide-holder dl dt h3 {
  font-size: 3.8vw;
  color: #004098;
}
.m-guide .unit .inner .detail .guide-holder dl dd p {
  font-size: 3.4vw;
  color: #888888;
  text-align: left;
}
.m-guide .unit .inner .detail .guide-holder dl dd p a {
  font-size: 3.4vw;
  color: #888888;
  display: inline-block;
  text-decoration: underline;
}
.m-guide .unit .inner .detail .guide-holder dl dd p + ul {
  margin-top: 4vw;
}
.m-guide .unit .inner .detail .guide-holder dl dd p + img {
  margin-top: 2vw;
  margin-bottom: 2vw;
  display: block;
  margin-right: auto;
  margin-left: 0;
}
.m-guide .unit .inner .detail .guide-holder dl dd ul li {
  font-size: 3.4vw;
  color: #888888;
  margin-bottom: 1vw;
}
.m-guide .unit .inner .detail .guide-holder dl dd ul + img {
  margin-top: 2vw;
  margin-bottom: 2vw;
  display: block;
  margin-right: auto;
  margin-left: 0;
}
.m-guide .unit .inner .detail .guide-holder dl dd ul.links li {
  position: relative;
  padding-left: 15px;
}
.m-guide .unit .inner .detail .guide-holder dl dd ul.links li:before {
  content: "";
  left: 3px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #888888;
  border-right: 1px solid #888888;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.m-guide .unit .inner .detail .guide-holder dl dd ul.links li a {
  font-size: 3.4vw;
  color: #888888;
  text-align: left;
}


/*=== フッター ===*/
.m-footer {
  width: 100%;
}
.m-footer .unit.menu {
  background: #f4f8fb;
  padding: 5vw 0;
}
.m-footer .unit.menu .inner {
  margin: 0 auto;
}
.m-footer .unit.menu .inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 3vw;
}
.m-footer .unit.menu .inner ul li a {
  font-size: 3.4vw;
  color: #333333;
}
.m-footer .unit.menu .inner ul.links li {
  padding-right: 15px;
  border-right: 1px solid #cccccc;
  margin-right: 15px;
}
.m-footer .unit.menu .inner ul.links li a {
  font-size: 3.4vw;
  color: #333333;
}
.m-footer .unit.menu .inner ul.links li:last-child {
  border: none;
  margin-right: 0;
  padding-right: 0;
}
.m-footer .unit.menu .inner ul.sns {
  margin-bottom: 0;
}
.m-footer .unit.menu .inner ul.sns li + li {
  margin-left: 20px;
}
.m-footer .unit.copyright {
  background: #004098;
  padding: 15px 0;
}
.m-footer .unit.copyright .inner {
  text-align: center;
}
.m-footer .unit.copyright .inner p {
  text-align: center;
  font-size: 2.8vw;
  color: #ffffff;
}


/*== ヘッダー改修 ==*/
.m-header .unit .header_inner {
  width: 100%;
  padding-left: 4.27vw;
  box-sizing: border-box;
}
.m-header .unit .inner .hdr_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 2.67vw 4.53vw 2.67vw 0;
}
.m-header .unit .inner #hdr_logo h1 {
  width: 24.53vw;
  padding: 0;
  margin: 0;
}
.m-header .unit .inner #hdr_logo h1 img {
  width: 100%;
}
.m-header .unit .inner .service {
  margin-left: 4.53vw;
}
.m-header .unit .inner .service li {
  margin-right: 0;
}
.m-header .unit .inner .service li:nth-child(1) {
  width: 5.33vw;
}
.m-header .unit .inner .service li:nth-child(2) {
  width: 6.67vw;
  margin-left: 0.8vw;
}
.m-header .unit .inner .hdr_sns {
  display: block;
  width: 100%;
  margin-left: 4.53vw;
}
.m-header .unit .inner .hdr_sns ul {
  padding: 0;
}
.m-header .unit .inner .hdr_sns ul li.insta a {
  width: 5.33vw;
}
.m-header .unit .inner .hdr_sns ul li.youtube {
  margin-left: 1.6vw;
}
.m-header .unit .inner .hdr_sns ul li.youtube a {
  width: 7.33vw;
}
.m-header .unit .inner .hdr_cart,
.m-header .unit .inner .nav-ham {
  width: 15.7vw;
  height: 15.21vw;
}

.m-header .unit .inner .hdr_cart a img {
  width: 5.07vw;
}
.m-header .unit .inner .nav-ham {
  left: auto;
  height: auto;
  margin-right: auto;
}
.m-header .unit .inner .nav-ham span {
  left: 50%;
  transform: translateX(-50%);
  width: 6.67vw;
  background-color: #004098;
}
.m-header .unit .inner .nav-ham span:nth-child(1) {
  top: -2.67vw;
}
.m-header .unit .inner .nav-ham span:nth-child(3) {
  bottom: -2.67vw;
}