@charset "UTF-8";
.ff-en {
  font-family: "Barlow", sans-serif;
}

.ff-ja1 {
  font-family: "Noto Sans JP", sans-serif;
}

.ff-ja2 {
  font-family: "Noto Serif JP", serif;
}

.vertical-rl {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.comingsoon {
  pointer-events: none !important;
}

body {
  word-wrap: break-word;
  overflow: auto;
  background: #fff;
  font-weight: 400;
}

a,
button {
  -webkit-transition: opacity 0.2s;
  color: #fff !important;
  transition: opacity 0.2s;
}

a:hover,
button:hover {
  text-decoration: none;
  opacity: 0.6;
}

img {
  vertical-align: bottom;
}

/* ===============================================
# コンテンツ部分
=============================================== */
.u-font-oggi {
  font-family: "Roboto", sans-serif;
}

/* ===============================================
# c-shoes-item(共通部分)
=============================================== */
.c-shoes-item__title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-top: 20px;
  line-height: 1;
}

.c-shoes-item__title-inner {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.6em;
  flex: 0 0 8.6em;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
}

.c-shoes-item__title::before, .c-shoes-item__title::after {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000;
  content: '';
}

.c-shoes-item__contetns {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 39px;
}

.c-shoes-item__contetns .c-shoes-item__inner,
.c-shoes-item__contetns .c-shoes-item__image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 47.05882%;
  flex: 0 0 47.05882%;
}

.c-shoes-item__image--02 {
  padding-top: 10px;
}

.c-shoes-item__link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.c-shoes-item__text {
  margin-bottom: 0;
  font-family: "Noto Serif JP", serif;
  font-size: 1.4rem;
  letter-spacing: 0;
}

.c-shoes-item__text-in {
  display: inline-block;
  margin-right: 0.5em;
}

.c-shoes-item__text-in--small {
  font-size: 1rem;
}

.c-shoes-item__button {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 145px;
  flex: 0 0 145px;
  width: 145px;
}

.c-border {
  border: 1px solid #d8d8d8;
}

/* ===============================================
# KV
=============================================== */
.p-kv__quote {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 60px;
}

.p-kv__text {
  padding-top: 35px;
  letter-spacing: 0;
  line-height: 1.7;
  text-align: center;
}

.p-kv__logo img {
  width: 86px;
  height: auto;
  margin-right: 20px;
}

.p-kv__media {
  font-family: "游ゴシック", "Yu Gothic", "YuGothic", "Noto Sans JP", sans-serif, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana;
  font-size: 1rem;
}

/* ===============================================
# Shoes in focus 01
=============================================== */
.p-shoes-01 {
  position: relative;
  padding-bottom: 0 !important;
}

.p-shoes-01__quote {
  font-size: 1.5rem;
}

.p-shoes-01__text {
  padding-top: 23px;
  letter-spacing: 0.09em;
  line-height: 1.7;
}

/* ===============================================
# Shoes in focus 02
=============================================== */
.p-shoes-02 {
  position: relative;
  margin-top: 20px;
  padding-top: 80px;
}

.p-shoes-02__wrapper {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

.p-shoes-02__contents {
  width: calc((400 / 1220) * 100%);
  margin-top: -40px;
}

.p-shoes-02__title {
  padding-top: 10px;
}

.p-shoes-02__box {
  position: relative;
  width: calc((780 / 1220) * 100%);
}

.p-shoes-02__quote {
  position: absolute;
  right: 10px;
  bottom: 0;
  color: #ffffff;
  font-size: 1.5rem;
}

.p-shoes-02__text {
  padding-top: 23px;
  letter-spacing: 0.09em;
  line-height: 1.7;
}


/* ===============================================
# Shoes in focus 03
=============================================== */
.p-shoes-03 {
  position: relative;
  padding: 80px 0;
}

.p-shoes-03__wrapper {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

.p-shoes-03__contents {
  width: calc((400 / 1220) * 100%);
  margin-top: -10px;
}

.p-shoes-03__title {
  padding-top: 10px;
}

.p-shoes-03__box {
  position: relative;
  width: calc((780 / 1220) * 100%);
}

.p-shoes-03__quote {
  position: absolute;
  bottom: 0;
  left: 14px;
  color: #ffffff;
  font-size: 1.5rem;
}

.p-shoes-03__text {
  padding-top: 23px;
  letter-spacing: 0.09em;
  line-height: 1.7;
}


/* ===============================================
# Feature Item
=============================================== */
.p-feature {
  padding: 60px 0 80px;
  background: #eae0d0;
}

.p-feature__title {
  font-family: "Marcellus", serif;
  font-size: 10rem;
  font-weight: 400;
  line-height: 1;
  text-align: center;
}

.p-feature__contents {
  padding-top: 32px;
}

.p-feature__contents:nth-of-type(n + 2) {
  padding-top: 47px;
}

.p-feature__lead {
  font-family: "Noto Serif JP", serif;
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0;
  text-align: center;
}

.p-feature__box {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  padding-top: 24px;
}

.p-feature__image {
  width: calc((400 / 850) * 100%);
}

.p-feature__item {
  width: calc((410 / 850) * 100%);
}

.p-feature__text {
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  line-height: 1.7;
}

.p-feature__link {
  padding-top: 15px;
}

.p-feature__button {
  margin-top: 12px;
}

@media only screen and (max-width: 767px) {
  body {
    min-width: inherit;
  }
  .c-shoes-item__title {
    margin-top: 30px;
  }
  .c-shoes-item__contetns {
    padding-top: 20px;
  }
  .c-shoes-item__contetns {
    display: block;
  }
  /*.c-shoes-item__image {
    margin-top: 10.66667%;
  }*/
  .c-shoes-item__image--02 {
    padding-top: 0;
  }
  .c-shoes-item__link {
    display: block;
    margin-bottom: 10px;
  }
  .c-shoes-item__text {
    font-size: 4.288vw;
  }
  .c-shoes-item__text {
    margin-bottom: 3.06667%;
  }
  .c-shoes-item__text-in--small {
    font-size: 4.288vw;
  }
  .c-shoes-item__button {
    width: 36.93333vw;
  }
  .c-shoes-item__button a {
    height: 9.86667vw;
    font-size: 4.02vw;
    line-height: 9.86667vw;
  }
  .p-kv__quote {
    padding-top: 17px;
  }
  .p-kv__text {
    padding-top: 25px;
    text-align: left;
  }
  .p-kv__media {
    font-size: 2.68vw;
  }
  .p-shoes-01 {
    margin-top: 24vw;
    padding: 24vw 0 80px;
  }
  .p-shoes-01__image {
    padding-top: 25px;
  }
  .p-shoes-01__quote {
    font-size: 1rem;
  }
  .p-shoes-01__quote {
    padding-top: 8px;
    text-align: right;
  }
  .p-shoes-01__text {
    padding-top: 18px;
    letter-spacing: 0.08em;
  }
  .p-shoes-02 {
    margin-top: 30.66667vw;
    padding: 18vw 0 80px;
  }
  .p-shoes-02__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .p-shoes-02__contents {
    width: 100%;
    margin-top: 0;
  }
  .p-shoes-02__title {
    -webkit-transform: translate(-50%, -50%);
    position: absolute;
    top: 0;
    left: 50%;
    padding-top: 0;
    transform: translate(-50%, -50%);
  }
  .p-shoes-02__box {
    width: 100%;
    padding-top: 22px;
  }
  .p-shoes-02__quote {
    font-size: 1rem;
  }
  .p-shoes-02__quote {
    position: static;
    padding-top: 8px;
    color: #000;
    text-align: right;
  }
  .p-shoes-02__text {
    padding-top: 18px;
    letter-spacing: 0.08em;
  }
  .p-shoes-02__image {
    display: flex;
    flex-direction: column;
  }
  .p-shoes-03 {
    margin-top: 26.66667vw;
    padding: 22.93333vw 0 20px;
  }
  .p-shoes-03__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .p-shoes-03__contents {
    width: 100%;
    margin-top: 0;
  }
  .p-shoes-03__title {
    -webkit-transform: translate(-50%, -50%);
    position: absolute;
    top: 16px;
    left: 50%;
    padding-top: 0;
    transform: translate(-50%, -50%);
  }
  .p-shoes-03__box {
    width: 100%;
    padding-top: 22px;
  }
  .p-shoes-03__quote {
    font-size: 1rem;
  }
  .p-shoes-03__quote {
    position: static;
    padding-top: 8px;
    color: #000;
    text-align: right;
  }
  .p-shoes-03__text {
    padding-top: 18px;
    letter-spacing: 0.08em;
  }
  .p-shoes-03__image {
    display: flex;
    flex-direction: column;
  }
  .p-feature {
    padding: 70px 0 80px;
  }
  .p-feature__title {
    font-size: 5rem;
  }
  .p-feature__contents {
    padding-top: 44px;
  }
  .p-feature__lead {
    font-size: 2.1rem;
  }
  .p-feature__lead {
    line-height: 1.5;
  }
  .p-feature__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding-top: 16px;
  }
  .p-feature__image {
    width: 100%;
    padding-top: 24px;
  }
  .p-feature__item {
    width: 100%;
  }
  .p-feature__text {
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 767px) and (max-width: 767px) {
  .c-shoes-item__button a {
    height: 9.6vw;
    line-height: 9.6vw;
  }
}

@media screen and (min-width: 768px) {
  .p-shoes-01__title {
    z-index: 2;
    position: absolute;
    top: 0;
    top: -37px;
    right: 25px;
  }
  .p-shoes-01__box {
    position: relative;
  }
  .p-shoes-01__quote {
    position: absolute;
    top: 8px;
    left: 8px;
  }
}
