@charset "UTF-8";
.page p, .page span, .page a, .page h2, .page h3 {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ";
  line-height: 1.5;
}
.page a {
  display: block;
  -webkit-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
.page a:hover {
  opacity: 0.6;
}
.page img {
  max-width: 100%;
  height: auto;
}
.page div, .page span, .page applet, .page object, .page iframe,
.page h1, .page h2, .page h3, .page h4, .page h5, .page h6, .page p,
.page blockquote, .page pre, .page a, .page abbr, .page acronym, .page address,
.page big, .page cite, .page code, .page del, .page dfn, .page em, .page img, .page ins, .page kbd, .page q, .page s, .page samp, .page small, .page strike, .page strong, .page sub, .page sup, .page tt, .page var, .page b, .page u, .page i, .page center,
.page dl, .page dt, .page dd, .page ol, .page ul, .page li,
.page fieldset, .page form, .page label, .page legend,
.page table, .page caption, .page tbody, .page tfoot, .page thead, .page tr, .page th, .page td,
.page article, .page aside, .page canvas, .page details, .page embed, .page figure, .page figcaption, .page footer, .page header, .page hgroup,
.page menu, .page nav, .page output, .page ruby, .page section, .page summary, .page time, .page mark, .page audio, .page video, .page picture {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.page article, .page aside, .page details, .page figcaption, .page figure, .page footer, .page header, .page hgroup, .page menu, .page nav, .page section, .page summary, .page picture {
  display: block;
}
.page *, .page *:before, .page *:after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.page button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.l-wrap {
  overflow: initial;
}

@media screen and (min-width: 769px) {
  .view--pc {
    display: block;
  }
  .view--sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .view--pc {
    display: none;
  }
  .view--sp {
    display: block;
  }
}
.p-top__sns {
  padding: 96px 0 50px !important;
}
@media screen and (max-width: 768px) {
  .p-top__sns {
    padding: 16.7vw 0 6.5vw !important;
  }
}

.page {
  overflow: hidden;
  background: #fff;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", "sans-serif";
  color: #000;
  /*=============================
  	kv
  =============================*/
}
.page__inner {
  margin: auto;
  max-width: 976px;
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .page__inner {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .page__inner {
    width: 89.6vw;
  }
}
@media screen and (max-width: 768px) {
  .page .view--pc {
    display: none;
  }
}
.page .view--sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .page .view--sp {
    display: block;
  }
}
.page .kv  {
  margin: 0 auto 64px;
}
@media screen and (max-width: 768px) {
  .page .kv  {
    margin: 0 auto 8.3vw;
  }
}

.page .kv h1 {
  min-width: 1920px;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .page .kv h1 {
    min-width: 190vw;
  }
}
@media screen and (max-width: 768px) {
  .page .kv h1 {
    min-width: 100%;
  }
}
.page .kv h1 img {
  margin: auto;
}

.page .slide {
  position: relative;
  width: 96%;
  max-width: 886px;
  margin: 0 auto 100px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) { 
  .page .slide {
    display: block;
    width: 89.5vw;
    margin: 0 auto 13vw;
  }
}

.page .slide .slide-main { 
  width: 72.2%;
}
.page .slide .slide-main .slick-arrow {
  border-radius: 50%;
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: #EFA336;
  background-size: 8px auto;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 10;
  color: transparent;
}
.page .slide .slide-main .slick-arrow.slick-prev {
  left: -20px;
  background-image: url("/ec/img/usr/pg/campaign/skechers/bestbuy/slick-arrow-prev.png");
}
.page .slide .slide-main .slick-arrow.slick-next {
  right: -20px;
  background-image: url("/ec/img/usr/pg/campaign/skechers/bestbuy/slick-arrow-next.png");
}
@media screen and (max-width: 768px) { 
  .page .slide .slide-main { 
    width: 100%;
  }
  .page .slide .slide-main .slick-arrow {
    width: 10.4vw;
    height: 10.4vw;
    background-size: 1.8vw auto;
  }
  .page .slide .slide-main .slick-arrow:before{
    font-size: 7.8vw;
    line-height: 10.4vw;
  }
  .page .slide .slide-main .slick-arrow.slick-prev {
    left: -5.2vw;
  }
  .page .slide .slide-main .slick-arrow.slick-next {
    right: -5.2vw;
  }
}

.page .slide .slide-thumbnail {
  position: absolute;
  top: 0;
  right: 0; 
  width: 21.4%;
  max-width: 190px;
  height: 100%;
}
.page .slide .slide-thumbnail .slick-list {
  width: 100%;
  height: 100%;
}
.page .slide .slide-thumbnail .slick-track {
  transform: unset !important;
  width: 100%;
  height: 100%;
}
.page .slide .slide-thumbnail .slide-thumbnail__img {
  width: 100%;
  margin: 0 0 45px;
  padding: 5px;
  border: 4px solid #fff;
}
.page .slide .slide-thumbnail .slide-thumbnail__img:last-child {
  margin-bottom: 0;
}
.page .slide .slide-thumbnail .slide-thumbnail__img.slick-current {
  border: 4px solid #EFA336;
}
@media screen and (max-width: 768px) { 
  .page .slide .slide-thumbnail {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 3.1vw auto 0;
  }
  .page .slide .slide-thumbnail .slide-thumbnail__img {
    width: 29.1vw;
    margin: 0 2.6vw 0 0;
    padding: 1.5vw;
    border: 0.52vw solid #fff;
  }
  .page .slide .slide-thumbnail .slide-thumbnail__img:last-child {
    margin-right: 0;
  }
  .page .slide .slide-thumbnail .slide-thumbnail__img.slick-current {
    border: 0.52vw solid #EFA336;
  }
}

.page .skechers {
  max-width: 976px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .page .skechers {
    padding: 0 20px;
  }
}
.page .skechers__heading {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  color: #243278;
  line-height: 1.5;
  margin: 64px 0 17px 0;
}
@media screen and (max-width: 768px) {
  .page .skechers__heading {
    font-size: 6.3vw;
    margin: 12.5vw 0 3.3vw;
  }
}
.page .skechers__text {
  font-size: 16px;
  text-align: center;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .page .skechers__text {
    font-size: 3.6vw;
    line-height: 1.63;
  }
}
.page .skechers__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 112px;
}
@media screen and (max-width: 768px) {
  .page .skechers__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 22vw;
  }
}
.page .skechers__list li {
  max-width: 304px;
  width: 100%;
  margin-right: 32px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page .skechers__list li {
    max-width: 89.6vw;
    margin: auto;
    margin-bottom: 15.6vw;
  }
}
.page .skechers__list li::before {
  content: "";
  display: block;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  position: absolute;
  top: -48px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  background-image: url("/ec/img/usr/pg/campaign/skechers/point-icon01.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .page .skechers__list li::before {
    width: 18.8vw;
    height: 18.8vw;
    top: -9.4vw;
  }
}
.page .skechers__list li .point {
  border: 2px solid #EFA336;
  border-radius: 8px;
  padding: 20% 4.5% 4.5%;
}
@media screen and (max-width: 768px) {
  .page .skechers__list li .point {
    border: 0.5vw solid #EFA336;
    padding: 12vw 4.7vw 4.8vw;
    border-radius: 2.1vw;
  }
}
.page .skechers__list li .point__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .page .skechers__list li .point__text {
    font-size: 3.6vw;
  }
}
.page .skechers__list li:nth-child(2)::before {
  background-image: url("/ec/img/usr/pg/campaign/skechers/point-icon02.png");
}
.page .skechers__list li:nth-child(3) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .page .skechers__list li:nth-child(3) {
    margin: auto;
    margin-bottom: 0;
  }
}
.page .skechers__list li:nth-child(3) .point {
  padding: 20% 6% 14%;
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .page .skechers__list li:nth-child(3) .point {
    padding: 20% 5% 5%;
  }
}
@media screen and (max-width: 768px) {
  .page .skechers__list li:nth-child(3) .point {
    padding: 12vw 4.7vw 4.8vw;
  }
}
.page .skechers__list li:nth-child(3)::before {
  background-image: url("/ec/img/usr/pg/campaign/skechers/point-icon03.png");
}
.page .skechers .function_icon {
  width: 86%;
}
@media screen and (max-width: 768px) {
  .page .skechers .function_icon {
    width: 83.9vw;
  }
}
.page .product {
  max-width: 726px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 64px auto 0;
}
@media screen and (max-width: 768px) {
  .page .product {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 89.6vw;
    margin: 12.5vw auto 0;
  }
}
.page .product__img {
  max-width: 476px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .page .product__img {
    max-width: 89.6vw;
  }
}
.page .product .item__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .page .product .item__list {
    margin-left: 0;
    margin-top: 4.7vw;
  }
}
.page .product .item__list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 2.1%;
}
.page .product .item__list li:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .page .product .item__list li {
    width: 100%;
    max-width: 89.6vw;
    margin: 0 2.6vw;
    position: relative;
    overflow: visible;
  }
  .page .product .item__list li:last-child::after {
    position: absolute;
    content: "";
    top: 0;
    left: 100%;
    height: 1px;
    width: 3vw;
    background-color: transparent;
  }
  .page .product .item__list li:first-of-type {
    margin-left: 3.9vw;
  }
  .page .product .item__list li:last-of-type {
    margin-right: 3.9vw;
  }
}
.page .product .item__list li .item__list__img {
  display: block;
  margin: 0 auto;
  max-width: 190px;
  width: 82.6%;
}
@media screen and (max-width: 768px) {
  .page .product .item__list li .item__list__img {
    max-width: 100%;
    width: 51.8vw;
  }
}
.page .product .item__list li .item__list__text {
  display: block;
  margin: 0 auto;
  text-align: center;
  max-width: 226px;
}
@media screen and (max-width: 768px) {
  .page .product .item__list li .item__list__text {
    max-width: 100%;
    width: 89.6vw;
  }
}
.page .product .item__list li .item__list__text .item--name {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .page .product .item__list li .item__list__text .item--name {
    font-size: 3.6vw;
  }
}
.page .lineup {
  margin: 120px auto 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page .lineup {
    margin: 15.6vw auto 0;
  }
}
.page .lineup .lineup__heading {
  font-size: 40px;
  font-weight: bold;
  margin: 0 auto 20px;
  color: #243278;
}
@media screen and (max-width: 768px) {
  .page .lineup .lineup__heading {
    font-size: 6.3vw;
    margin: 0 auto 2.6vw;
  }
}
.page .lineup .item__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page .lineup .item__list li {
  width: 23%;
  max-width: 226px;
  margin: 0 10px;
}
@media screen and (max-width: 768px) {
  .page .lineup .item__list li {
    width: 42.7vw;
    max-width: 100%;
    margin: 0 2.6vw;
  }
}

.page .ajax_area {
  width: 192px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .page .ajax_area {
    width: 42.7vw;
  }
}
.page .ajax_area .preset_price_area {
  color: rgb(0, 0, 0);
  font-size: 16px;
  font-weight: 700;
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .page .ajax_area .preset_price_area {
    font-size: 3.6vw;
    margin-top: 3.3vw;
  }
}
.page .ajax_area a.cartinbtn {
  width: 100%;
  font-size: 13px;
  background-color: #000000;
  margin: 16px auto 0;
  line-height: 1.5;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .page .ajax_area a.cartinbtn {
    padding: 1.9vw 0;
    font-size: 3.4vw;
    margin: 3.1vw auto 0;
    border-radius: 1vw;
  }
}
.page .ajax_area .stock_exist {
  width: 100%;
  font-size: 16px;
  margin: 16px auto 0;
  line-height: 1.5;
  padding: 6.5px;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .page .ajax_area .stock_exist {
    padding: 1.6vw 2.6vw 1.6vw 2.6vw;
    font-size: 3.4vw;
    margin: 3.1vw auto 0;
    border: 0.3vw solid #ccc;
    border-radius: 1vw;
  }
}
.page .ajax_area .stock_exist::before {
  display: none;
}
.page .ajax_area .stock_exist:after {
  content: "";
  border: none;
  width: 10px;
  height: 5px;
  background-image: url("/ec/img/usr/pg/campaign/skechers/arrow-down.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  right: 6.2%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media screen and (max-width: 768px) {
  .page .ajax_area .stock_exist:after {
    width: 2.1vw;
    height: 1vw;
  }
}/*# sourceMappingURL=style.css.map */