@charset "UTF-8";
@media screen and (max-width: 768px) {
  main{
    line-height: 0!important;
  }
}
.page p, .page span, .page a, .page h2, .page h3 {
  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;
  }
}
.page {
  overflow: hidden;
  background: #fff;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", "sans-serif";
  letter-spacing: normal;
}
.page__inner {
  margin: auto;
  max-width: 980px;
}
@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 .hiragino {
  font-family: "Hiragino Mincho Pro";
}
.page .kv h1 {
  min-width: 1920px;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  margin: 0;
  margin-bottom: 0!important;
}
@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 .anchor {
  background: #DBDFE0;
  padding: 60px 0 80px;
  text-align: center;
  margin: 0 auto 100px;
}
@media screen and (max-width: 768px) {
  .page .anchor {
    padding: 15vw 0 13vw;
    margin-bottom: 13vw;
  }
}
.page .anchor_title {
  width: 450px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 768px) {
  .page .anchor_title {
    width: 72.4vw;
    margin-bottom: 3.3vw;
  }
}
.page .anchor_text {
  font-size: 13px;
  text-align: center;
  margin: 0 auto 35px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .page .anchor_text {
    font-size: 3.9vw;
    margin-bottom: 7.8vw;
  }
}
.page .anchor_list {
  max-width: 940px;
  width: 98%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .page .anchor_list {
    max-width: 89.6vw;
    width: 100%;
  }
}
.page .anchor_item {
  width: 21.1%;
  position: relative;
  border: 2px solid #333333;
  background: #fff;
  margin-right: 3%;
  margin-bottom: 40px;
  font-size: 13px;
  font-weight: 500;
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .page .anchor_item {
    font-size: 11px;
  }
}
@media screen and (max-width: 768px) {
  .page .anchor_item {
    width: 41.9vw;
    margin-right: 3.3vw;
    font-size: 2.7vw;
    margin-bottom: 5.2vw;
  }
}
.page .anchor_item a {
  padding: 20px 0 35px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page .anchor_item a {
    padding: 3.9vw 0 6.5vw;
  }
}
.page .anchor_item a::after {
  content: "";
  background-image: url(/ec/img/usr/pg/campaign/shoes24ss/anchor_arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 22px;
  height: 11px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  bottom: 13%;
}
@media screen and (max-width: 768px) {
  .page .anchor_item a::after {
    width: 3.6vw;
    height: 1.8vw;
    bottom: 16%;
  }
}
.page .anchor_item:nth-of-type(1) {
  margin-left: 5%;
}
@media screen and (max-width: 768px) {
  .page .anchor_item:nth-of-type(1) {
    margin-left: 0;
  }
}
.page .anchor_item:nth-of-type(7) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .page .anchor_item:nth-of-type(7) {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 769px) {
  .page .anchor_item:nth-of-type(n+4) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .page .anchor_item:nth-of-type(2n) {
    margin-right: 0;
  }
}
.page .item_sec {
  max-width: 940px;
  width: 98%;
  margin: 0 auto 100px;
}
@media screen and (max-width: 768px) {
  .page .item_sec {
    max-width: 100%;
    width: 100%;
    margin-bottom: 13vw;
  }
}
.page .item_sec_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto 60px;
}
@media screen and (max-width: 768px) {
  .page .item_sec_top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 7.8vw;
  }
}
.page .item_sec_bnr {
  width: 53.7%;
}
@media screen and (max-width: 768px) {
  .page .item_sec_bnr {
    width: 89.6vw;
    margin-bottom: 5.2vw;
  }
}
.page .item_sec_detail {
  width: 42.5%;
}
@media screen and (max-width: 768px) {
  .page .item_sec_detail {
    width: 89.6vw;
  }
}
.page .item_sec_detail .detail_text {
  margin: 0 auto 30px;
}
@media screen and (max-width: 768px) {
  .page .item_sec_detail .detail_text {
    margin-bottom: 5.2vw;
  }
}
.page .item_sec_detail .detail_text_top {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 11px;
  line-height: 1.25;
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .page .item_sec_detail .detail_text_top {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .page .item_sec_detail .detail_text_top {
    font-size: 5.7vw;
  }
}
.page .item_sec_detail .detail_text_bottom {
  line-height: 1.5;
  font-weight: 500;
  font-size: 16px;
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .page .item_sec_detail .detail_text_bottom {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .page .item_sec_detail .detail_text_bottom {
    font-size: 3.9vw;
    letter-spacing: -0.01em;
  }
}
.page .item_sec_detail .detail_text .point01 {
  position: relative;
  padding-left: 22%;
}
@media screen and (max-width: 768px) {
  .page .item_sec_detail .detail_text .point01 {
    padding-left: 18.2vw;
  }
}
.page .item_sec_detail .detail_text .point01::before {
  content: "";
  background-image: url(/ec/img/usr/pg/campaign/shoes24ss/point_01.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .page .item_sec_detail .detail_text .point01::before {
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 768px) {
  .page .item_sec_detail .detail_text .point01::before {
    width: 15vw;
    height: 15vw;
  }
}
.page .item_sec_detail .detail_text .point02 {
  position: relative;
  padding-left: 22%;
}
@media screen and (max-width: 768px) {
  .page .item_sec_detail .detail_text .point02 {
    padding-left: 18.2vw;
  }
}
.page .item_sec_detail .detail_text .point02::before {
  content: "";
  background-image: url(/ec/img/usr/pg/campaign/shoes24ss/point_02.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .page .item_sec_detail .detail_text .point02::before {
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 768px) {
  .page .item_sec_detail .detail_text .point02::before {
    width: 15vw;
    height: 15vw;
  }
}
.page .item_sec .btn {
  text-align: center;
  border: none;
  padding: 0;
  width: 100%;
}
.page .item_sec .btn .item_sec_btn {
  margin: 50px auto 0;
  border: 2px solid #333333;
  position: relative;
  padding: 22px 0;
  width: 424px;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .page .item_sec .btn .item_sec_btn {
    margin-top: 10.8vw;
    font-size: 3.9vw;
    padding: 3.9vw 0;
    width: 89.6vw;
  }
}
.page .item_sec .btn .item_sec_btn::after {
  content: "";
  background-image: url(/ec/img/usr/pg/campaign/shoes24ss/sec_bottom_btn_arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 28.6px;
  height: 7px;
  position: absolute;
  right: 4%;
  top: 47%;
}
@media screen and (max-width: 768px) {
  .page .item_sec .btn .item_sec_btn::after {
    width: 4.7vw;
    height: 1.2vw;
  }
}
.page .zero-pre .function_icon {
  width: 58.4%;
}
@media screen and (max-width: 768px) {
  .page .zero-pre .function_icon {
    width: 56.5vw;
  }
}
@media screen and (max-width: 768px) {
  .page .zero-pre .btn .item_sec_btn {
    font-size: 3.6vw;
  }
}
.page .rockport .function_icon {
  width: 86%;
}
@media screen and (max-width: 768px) {
  .page .rockport .function_icon {
    width: 83.9vw;
  }
}
.page .sugo .function_icon {
  width: 100%;
}
.page .gore-tex .function_icon {
  width: 58.5%;
}
@media screen and (max-width: 768px) {
  .page .gore-tex .function_icon {
    width: 56.5vw;
  }
}
.page .b-drive .function_icon {
  width: 42%;
}
@media screen and (max-width: 768px) {
  .page .b-drive .function_icon {
    width: 41vw;
  }
}
.page .mizno .function_icon {
  width: 85.5%;
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .page .mizno .function_icon {
    width: 70.1vw;
    margin: 5.2vw 0 0;
  }
}
.page .mizno .detail_text_top span {
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .page .mizno .detail_text_top span {
    font-size: 2.6vw;
  }
}
.page .mizno .detail_text_img {
  width: 78%;
  position: relative;
  margin: 0 auto 20px;
}
@media screen and (max-width: 768px) {
  .page .mizno .detail_text_img {
    width: 89.6vw;
    margin-bottom: 2.6vw;
  }
}
.page .mizno .detail_text_img::before {
  content: "";
  background-image: url(/ec/img/usr/pg/campaign/shoes24ss/mizuno_arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 184px;
  height: 115px;
  position: absolute;
  top: -41%;
  left: -50%;
}
@media screen and (min-width: 831px) and (max-width: 1024px) {
  .page .mizno .detail_text_img::before {
    width: 141px;
    height: 89px;
    top: -20%;
    left: -44%;
  }
}
@media screen and (min-width: 769px) and (max-width: 830px) {
  .page .mizno .detail_text_img::before {
    width: 138px;
    height: 84px;
    top: -47%;
    left: -50%;
  }
}
@media screen and (max-width: 768px) {
  .page .mizno .detail_text_img::before {
    content: none;
  }
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .page .mizno .point01, .page .mizno .point02 {
    padding-left: 18% !important;
  }
}
@media screen and (max-width: 768px) {
  .page .mizno .point02 {
    margin-bottom: 3.9vw;
  }
}
@media screen and (min-width: 769px) {
  .page .mizno .mgb_0 {
    margin-bottom: 0 !important;
  }
}
.page .hilton {
  margin-bottom: 0;
  padding: 60px 0 87px;
}
@media screen and (max-width: 768px) {
  .page .hilton {
    padding: 7.8vw 0 8.5vw;
  }
}
.page .hilton_bg {
  background: #F2EBE2;
  max-width: 100%;
}
.page .hilton_top {
  font-size: 40px;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page .hilton_top {
    font-size: 7.8vw;
    margin-bottom: 7.8vw;
  }
}
.page .hilton .item_sec_top {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .page .hilton .item_sec_top {
    margin-bottom: 5.9vw;
  }
}
.page .hilton .item_sec_top .detail_text_bottom {
  line-height: 1.87;
}
@media screen and (max-width: 768px) {
  .page .hilton .item_sec_top .detail_text_bottom {
    line-height: 1.46;
  }
}
.page .item__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .page .item__list {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-y: hidden;
    display: -webkit-box;
    -ms-overflow-style: none; /* Internet Explorer 10+ */
    scrollbar-width: none; /* Firefox */
  }
  .page .item__list::-webkit-scrollbar {
    display: none; /* Safari and Chrome */
  }
}
.page .item__list li {
  width: 24%;
  margin-right: 2.1%;
}
.page .item__list li:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .page .item__list li {
    width: 100%;
    max-width: 51.8vw;
    margin: 0 2.6vw;
    position: relative;
    overflow: visible;
  }
  .page .item__list li:last-child::after {
    position: absolute;
    content: "";
    top: 0;
    left: 100%;
    height: 1px;
    width: 3vw;
    background-color: transparent;
  }
  .page .item__list li:first-of-type {
    margin-left: 3.9vw;
  }
  .page .item__list li:last-of-type {
    margin-right: 3.9vw;
  }
}
.page .item__list li .item__list__img {
  display: block;
  margin: 0 auto;
  max-width: 190px;
  width: 82.6%;
}
@media screen and (max-width: 768px) {
  .page .item__list li .item__list__img {
    max-width: 100%;
    width: 51.8vw;
  }
}
.page .item__list li .item__list__text {
  display: block;
  margin: 0 auto;
  text-align: center;
  max-width: 190px;
}
@media screen and (max-width: 768px) {
  .page .item__list li .item__list__text {
    margin: 2.1vw auto 0;
    max-width: 100%;
    width: 51.8vw;
  }
}
.page .item__list li .item__list__text .item--name {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .page .item__list li .item__list__text .item--name {
    font-size: 3.1vw;
    margin-top: 2.1vw;
  }
}

.page .ajax_area .preset_price_area {
  color: rgb(0, 0, 0);
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .page .ajax_area .preset_price_area {
    font-size: 3.6vw;
  }
}
.page .ajax_area a.cartinbtn {
  width: 100%;
  font-size: 14px;
  background-color: #000000;
  margin: 10px auto 0;
}
@media screen and (max-width: 768px) {
  .page .ajax_area a.cartinbtn {
    font-size: 3.6vw;
    margin: 2.6vw auto 0;
  }
}
.page .ajax_area .stock_exist {
  width: 100%;
  font-size: 16px;
  margin: 10px auto 0;
}
@media screen and (max-width: 768px) {
  .page .ajax_area .stock_exist {
    font-size: 3.6vw;
    margin: 2.7vw auto 0;
  }
}
.page .try_on {
  color: #616161;
  font-size: 16px;
  font-weight: 500;
  padding-left: 30px;
  display: inline-block;
  position: relative;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .page .try_on {
    font-size: 3.6vw;
    margin-top: 1.3vw;
  }
}
.page .try_on::before {
  content: "";
  background-image: url(/ec/img/usr/pg/campaign/shoes24ss/tryon_icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 23px;
  height: 14px;
  position: absolute;
  left: 0%;
  top: 24%;
}
@media screen and (max-width: 768px) {
  .page .try_on::before {
    width: 5.2vw;
    height: 3.6vw;
    left: -2%;
  }
}