@charset "UTF-8";
/* CSS Document */
.site-main {
  color: #000;
  fill: #000;
  border-color: #000;
  background-color: #fff;
}
.site-main:before, .site-main:after {
  border-color: #000;
  background-color: #fff;
}

.section-title-s {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.main-pic {
  color: #fff;
  fill: #fff;
  border-color: #fff;
  background-color: #000;
  position: relative;
  height: 60vw;
  background-image: url('../images/shoes_head_bg_grayscale.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  color: #fff;
}
.main-pic:before, .main-pic:after {
  border-color: #fff;
  background-color: #000;
}
.main-pic a {
  border: 1px solid #fff;
  background-color: transparent;
}
.main-pic .main-pic-inner {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 5%;
  padding-left: 5%;
  padding-top: 15px;
  padding-bottom: 15px;
  height: 100%;
}
@media only screen and (min-width: 768px) {
  .main-pic .main-pic-inner {
    width: 1080px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
.main-pic .main-pic-inner .shoes-logo-symbol {
  margin-bottom: 24px;
}
.main-pic .main-pic-inner img {
  display: block;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .main-pic {
    height: 648px;
    background-size: auto;
  }
  .main-pic .main-pic-mask {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 960px;
    height: 100%;
    margin-right: auto;
    margin-left: auto;
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIvPjxzdG9wIG9mZnNldD0iMjAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjxzdG9wIG9mZnNldD0iODAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background: -moz-linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 80%, #000000 100%);
    background: -webkit-linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 80%, #000000 100%);
    background: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 80%, #000000 100%);
  }
  .main-pic .main-pic-inner {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.shoes-section-head {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  color: #fff;
  fill: #fff;
  border-color: #fff;
  background-color: transparent;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.shoes-section-head:before, .shoes-section-head:after {
  border-color: #fff;
  background-color: transparent;
}
.shoes-section-head .section-inner {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.shoes-section-head-mask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
}
.shoes-section-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.shoes-section-title {
  font-size: 36px;
}
.shoes-section-title, .shoes-section-title-en {
  text-shadow: 4px 4px 3px rgba(0, 0, 0, 0.7);
}
.shoes-section-title .spaced, .shoes-section-title-en .spaced {
  display: inline-block;
}
.shoes-section-title-en {
  font-size: 28px;
}
.shoes-section-title-en .spaced {
  letter-spacing: 0.25em;
  margin-right: -0.25em;
}
@media only screen and (min-width: 768px) {
  .shoes-section-head {
    height: 448px;
    background-size: auto;
  }
  .shoes-section-bg {
    background-size: auto;
  }
  .shoes-section-title {
    font-size: 60px;
  }
  .shoes-section-title-en {
    font-size: 36px;
  }
}

.shoes-logo {
  width: 196px;
}
@media only screen and (min-width: 768px) {
  .shoes-logo {
    width: 245px;
  }
}

.shoes-gallery {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}
.shoes-gallery-outer {
  padding-top: 20px;
  padding-bottom: 20px;
}
.shoes-gallery-mask {
  position: absolute;
  top: 0;
  height: 100%;
  z-index: 1;
}
.shoes-gallery-mask-left, .shoes-gallery-mask-right {
  width: 0;
}
.shoes-gallery-mask-left-end, .shoes-gallery-mask-right-end {
  color: #000;
  fill: #000;
  border-color: #000;
  background-color: #fff;
  width: 0;
}
.shoes-gallery-mask-left-end:before, .shoes-gallery-mask-left-end:after, .shoes-gallery-mask-right-end:before, .shoes-gallery-mask-right-end:after {
  border-color: #000;
  background-color: #fff;
}
.shoes-gallery-mask-left, .shoes-gallery-mask-left-end {
  left: 0;
}
.shoes-gallery-mask-right, .shoes-gallery-mask-right-end {
  right: 0;
}
.shoes-gallery-pictures {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 350vw;
  margin-right: calc(50% - 175vw);
  margin-left: calc(50% - 175vw);
}
.shoes-gallery-pictures-column {
  width: 25vw !important;
}
.shoes-gallery-picture {
  padding: 5vw 0;
}
.shoes-gallery-picture img {
  display: block;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
}
.shoes-gallery-prev, .shoes-gallery-next {
  color: #fff;
  fill: #fff;
  border-color: #fff;
  background-color: #bbb;
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  border-radius: 100%;
  overflow: hidden;
  z-index: 5;
  cursor: pointer;
  outline: none;
}
.shoes-gallery-prev:before, .shoes-gallery-prev:after, .shoes-gallery-next:before, .shoes-gallery-next:after {
  border-color: #fff;
  background-color: #bbb;
}
.shoes-gallery-prev:before, .shoes-gallery-next:before {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  display: block;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 14px;
  height: 14px;
  border-top-width: 2px;
  border-top-style: solid;
  border-right-width: 2px;
  border-right-style: solid;
}
.shoes-gallery-prev:hover, .shoes-gallery-next:hover {
  background-color: #cfcfcf;
}
.shoes-gallery-prev:hover:before, .shoes-gallery-prev:hover:after, .shoes-gallery-next:hover:before, .shoes-gallery-next:hover:after {
  background-color: #cfcfcf;
}
.shoes-gallery-prev {
  left: 5vw;
}
.shoes-gallery-prev:before {
  left: 6px;
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.shoes-gallery-next {
  right: 5vw;
}
.shoes-gallery-next:before {
  right: 6px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media only screen and (min-width: 768px) {
  .shoes-gallery-outer {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .shoes-gallery-mask-left, .shoes-gallery-mask-right {
    width: 0;
  }
  .shoes-gallery-mask-left-end, .shoes-gallery-mask-right-end {
    width: calc(50% - 1680px);
  }
  .shoes-gallery-mask-left {
    left: calc(50% - 1680px);
  }
  .shoes-gallery-mask-right {
    right: calc(50% - 1680px);
  }
  .shoes-gallery-pictures {
    width: 3360px;
    margin-right: calc(50% - 1680px);
    margin-left: calc(50% - 1680px);
  }
  .shoes-gallery-pictures-column {
    width: 240px !important;
  }
  .shoes-gallery-picture {
    padding: 40px 20px;
  }
  .shoes-gallery-prev, .shoes-gallery-next {
    right: 0;
    left: 0;
    width: 50px;
    height: 50px;
    margin-right: auto;
    margin-left: auto;
  }
  .shoes-gallery-prev:before, .shoes-gallery-next:before {
    width: 21px;
    height: 21px;
    border-top-width: 3px;
    border-right-width: 3px;
  }
  .shoes-gallery-prev {
    right: 990px;
  }
  .shoes-gallery-prev:before {
    left: 12px;
  }
  .shoes-gallery-next {
    left: 990px;
  }
  .shoes-gallery-next:before {
    right: 12px;
  }
}

.shoes-craftspersonship-head {
  margin-bottom: 50px;
  background-image: url('../images/shoes_craftspersonship_head_bg.jpg');
  background-color: #ac7304;
}
.shoes-craftspersonship-head-mask {
  background-color: rgba(0, 0, 0, 0.4);
}
.shoes-craftspersonship-head-mask:before, .shoes-craftspersonship-head-mask:after {
  background-color: rgba(0, 0, 0, 0.4);
}
.shoes-craftspersonship-title .spaced {
  letter-spacing: 2em;
  margin-right: -2em;
}
.shoes-craftspersonship-dicolumn-text, .shoes-craftspersonship-dicolumn-image {
  margin-bottom: 10px;
  text-align: left;
}
.shoes-craftspersonship-dicolumn-image img {
  display: block;
  width: 100%;
}
.shoes-craftspersonship-dicolumn-text {
  font-size: 12px;
}
.shoes-craftspersonship-dicolumn-subsection:not(:last-child) {
  margin-bottom: 30px;
}
.shoes-craftspersonship-caption {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 20px;
}
.shoes-craftspersonship-caption-large {
  font-size: 28px;
}
.shoes-craftspersonship-catch {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 25px -2.5vw 30px;
}
.shoes-craftspersonship-smallpic img {
  display: block;
  width: 100%;
}
.shoes-craftspersonship-catch .shoes-craftspersonship-smallpic, .shoes-craftspersonship-catch .shoes-craftspersonship-caption {
  padding: 5px 2.5vw;
}
.shoes-craftspersonship-catch .shoes-craftspersonship-smallpic {
  width: 50%;
}
.shoes-craftspersonship-catch .shoes-craftspersonship-caption {
  width: 100%;
}
.shoes-craftspersonship-subtitle {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 30px;
  white-space: nowrap;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 28px;
}
.shoes-craftspersonship-subtitle:before, .shoes-craftspersonship-subtitle:after {
  content: "";
  display: block;
  width: 50%;
  height: 1px;
  background-color: #000;
}
.shoes-craftspersonship-subtitle:before {
  margin-right: 1em;
  background-position: left center;
}
.shoes-craftspersonship-subtitle:after {
  margin-left: 1em;
  background-position: right center;
}
.shoes-craftspersonship-subtitle .spaced {
  display: inline-block;
  letter-spacing: 1em;
  margin-right: -1em;
}
@media only screen and (min-width: 768px) {
  .shoes-craftspersonship-head {
    margin-bottom: 100px;
  }
  .shoes-craftspersonship-title .spaced {
    letter-spacing: 1.4em;
    margin-right: -1.4em;
  }
  .shoes-craftspersonship-dicolumn-outer {
    width: 1040px;
  }
  .shoes-craftspersonship-dicolumn-outer:after {
    content: "";
    clear: both;
    display: table;
  }
  .shoes-craftspersonship-dicolumn-text, .shoes-craftspersonship-dicolumn-image {
    float: left;
    width: 520px;
    margin-bottom: 20px;
  }
  .shoes-craftspersonship-dicolumn-text {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 14px;
  }
  .shoes-craftspersonship-dicolumn-text .section-text {
    line-height: 24px;
  }
  .shoes-craftspersonship-dicolumn-text .section-text:first-child {
    margin-top: 0;
  }
  .shoes-craftspersonship-dicolumn-subsection:not(:last-child) {
    margin-bottom: 50px;
  }
  .shoes-craftspersonship-caption {
    font-size: 24px;
  }
  .shoes-craftspersonship-caption-large {
    font-size: 40px;
  }
  .shoes-craftspersonship-catch {
    width: 1260px;
    margin: 40px -120px;
  }
  .shoes-craftspersonship-catch .shoes-craftspersonship-smallpic, .shoes-craftspersonship-catch .shoes-craftspersonship-caption {
    padding: 10px;
  }
  .shoes-craftspersonship-catch .shoes-craftspersonship-smallpic {
    width: 153px;
  }
  .shoes-craftspersonship-catch .shoes-craftspersonship-caption {
    width: auto;
  }
  .shoes-craftspersonship-subtitle {
    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 40px;
  }
}
@media only screen and (min-width: 2381px) {
  .shoes-craftspersonship-head {
    background-size: cover;
  }
}

.shoes-premium {
  position: absolute;
  width: 73px;
  height: 74px;
}
.shoes-premium img {
  display: block;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .shoes-premium {
    width: 92px;
    height: 92px;
  }
}

.shoes-materials {
  text-align: left;
}
.shoes-materials-head {
  background-image: url('../images/shoes_materials_head_bg.jpg');
}
.shoes-materials-title .spaced {
  letter-spacing: 1.25em;
  margin-right: -1.25em;
}
.shoes-materials-caption {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.shoes-materials img {
  display: block;
  width: 100%;
}
.shoes-materials .shoes-material {
  margin-bottom: 20px;
}
.shoes-materials .shoes-material-name {
  margin-bottom: 4px;
  margin-left: 0.5em;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 20px;
}
.shoes-materials .shoes-material-image {
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 50%;
  overflow: hidden;
}
.shoes-materials .shoes-material-image > img {
  position: absolute;
  left: 50%;
  width: auto;
  height: 100%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.shoes-materials .shoes-material-image .shoes-premium {
  top: 10px;
  right: 10px;
}
.shoes-materials .shoes-material-feature {
  margin-left: 1em;
  text-indent: -1em;
  font-size: 12px;
}
.shoes-materials .shoes-material-feature:before {
  content: '・';
  display: inline;
}
@media only screen and (min-width: 768px) {
  .shoes-materials:after {
    content: "";
    clear: both;
    display: table;
  }
  .shoes-materials > .shoes-material {
    float: left;
    width: 505px;
    margin-bottom: 30px;
  }
  .shoes-materials > .shoes-material:nth-of-type(2n+1) {
    clear: left;
  }
  .shoes-materials > .shoes-material:not(:nth-of-type(2n)) {
    margin-right: 30px;
  }
  .shoes-materials .shoes-material-name {
    margin-bottom: 10px;
    font-size: 24px;
  }
  .shoes-materials .shoes-material-image {
    margin-bottom: 16px;
    padding-bottom: 184px;
  }
  .shoes-materials .shoes-material-image .shoes-premium {
    right: 25px;
  }
  .shoes-materials .shoes-material-feature {
    font-size: 14px;
    line-height: 1.75em;
  }
}
@media only screen and (min-width: 2381px) {
  .shoes-materials-head {
    background-size: cover;
  }
}

.shoes-construction-outer {
  color: #fff;
  fill: #fff;
  border-color: #fff;
  background-color: #000;
  background-image: url('../images/shoes_construction_head_bg.png');
  background-position: center top;
  background-size: auto 60vw;
}
.shoes-construction-outer:before, .shoes-construction-outer:after {
  border-color: #fff;
  background-color: #000;
}
.shoes-construction-outer img {
  display: block;
  width: 100%;
}
.shoes-construction-outer,
.shoes-construction-outer .section-inner {
  position: relative;
}
.shoes-construction-title .spaced {
  letter-spacing: 1em;
  margin-right: -1em;
}
.shoes-construction-list {
  margin-bottom: 30px;
  text-align: left;
}
.shoes-construction-list img {
  display: block;
  width: 100%;
}
.shoes-construction-list .shoes-construction-item {
  position: relative;
  margin-bottom: 30px;
}
.shoes-construction-list .shoes-construction-item:after {
  content: '';
  display: block;
  position: absolute;
}
.shoes-construction-list .shoes-construction-name, .shoes-construction-list .shoes-construction-field {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.shoes-construction-list .shoes-construction-name {
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
}
.shoes-construction-list .shoes-construction-name-jp {
  font-size: 18px;
}
.shoes-construction-list .shoes-construction-image {
  position: relative;
}
.shoes-construction-list .shoes-construction-image .shoes-premium {
  top: 10px;
  left: 10px;
}
.shoes-construction-list .shoes-construction-image-sample {
  color: #000;
  fill: #000;
  border-color: #000;
  background-color: #cccccc;
  padding-bottom: 100%;
}
.shoes-construction-list .shoes-construction-image-sample:before, .shoes-construction-list .shoes-construction-image-sample:after {
  border-color: #000;
  background-color: #cccccc;
}
.shoes-construction-list .shoes-construction-text, .shoes-construction-list .shoes-construction-reminder {
  font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 12px;
}
.shoes-construction-list .shoes-construction-text {
  margin-bottom: 40px;
}
.shoes-construction-list .shoes-construction-field {
  margin-bottom: 20px;
  font-size: 16px;
}
.shoes-construction-list .shoes-construction-fieldname, .shoes-construction-list .shoes-construction-middle {
  margin-bottom: 10px;
}
.shoes-construction-list .shoes-construction-label {
  color: #000;
  fill: #000;
  border-color: #000;
  background-color: #fff;
  display: inline-block;
  width: 4em;
  margin-right: 1em;
  padding: 0.25em;
  text-align: center;
}
.shoes-construction-list .shoes-construction-label:before, .shoes-construction-list .shoes-construction-label:after {
  border-color: #000;
  background-color: #fff;
}
.shoes-construction-choice {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 50px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 20px;
}
.shoes-construction-choice-frame {
  width: auto;
  padding: 10px 5vw;
  border-width: 1px;
  border-style: solid;
}
.shoes-construction-dicolumn-text, .shoes-construction-dicolumn-image {
  margin-bottom: 10px;
  text-align: left;
}
.shoes-construction-dicolumn-image {
  position: relative;
  margin-bottom: 20px;
}
.shoes-construction-dicolumn-image .shoes-premium {
  top: 10px;
  left: 10px;
}
.shoes-construction-dicolumn-text {
  font-size: 12px;
}
.shoes-construction-dicolumn-subject {
  -webkit-flex: 1;
  flex: 1;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 20px;
  line-height: 1.75em;
}
.shoes-construction-dicolumn-subject-outer {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  margin-bottom: 30px;
}
.shoes-construction-dicolumn-subject-outer .shoes-question {
  width: 36px;
  margin-left: 4px;
}
.shoes-construction-dicolumn-caption {
  margin-botom: 20px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 28px;
  line-height: 1.5em;
}
@media not screen, (max-width: 767px) {
  .shoes-construction-list .shoes-construction-item:not(:last-of-type):after {
    bottom: -20px;
    left: 0;
    width: 100%;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
  }
  .shoes-construction-list .shoes-construction-image .shoes-premium {
    max-width: 19.6266666667vw;
    max-height: 19.6266666667vw;
  }
}
@media only screen and (min-width: 768px) {
  .shoes-construction-outer {
    min-height: 841px;
    background-size: auto;
  }
  .shoes-construction-caption {
    margin-bottom: 100px;
  }
  .shoes-construction-list:after {
    content: "";
    clear: both;
    display: table;
  }
  .shoes-construction-list > .shoes-construction-item {
    float: left;
    width: 300px;
    margin-bottom: 60px;
  }
  .shoes-construction-list > .shoes-construction-item:nth-of-type(3n+1) {
    clear: left;
  }
  .shoes-construction-list > .shoes-construction-item:not(:nth-of-type(3n)) {
    margin-right: 70px;
  }
  .shoes-construction-list .shoes-construction-item:not(:nth-of-type(3n)):after {
    top: 0;
    right: -35px;
    height: 100%;
    border-right-width: 1px;
    border-right-style: dashed;
  }
  .shoes-construction-list .shoes-construction-name {
    margin-bottom: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .shoes-construction-list .shoes-construction-name-jp {
    font-size: 20px;
  }
  .shoes-construction-list .shoes-construction-image {
    margin-bottom: 40px;
  }
  .shoes-construction-list .shoes-construction-image .shoes-premium {
    top: 15px;
    left: 15px;
    width: 55px;
    height: 56px;
  }
  .shoes-construction-list .shoes-construction-text, .shoes-construction-list .shoes-construction-reminder {
    font-size: 14px;
    line-height: 24px;
  }
  .shoes-construction-list .shoes-construction-text, .shoes-construction-list .shoes-construction-middle {
    margin-right: -0.3em;
    margin-left: -0.3em;
  }
  .shoes-construction-list .shoes-construction-text {
    margin-bottom: 80px;
  }
  .shoes-construction-list .shoes-construction-field {
    margin-bottom: 40px;
    font-size: 18px;
  }
  .shoes-construction-list .shoes-construction-fieldname, .shoes-construction-list .shoes-construction-middle {
    margin-bottom: 20px;
  }
  .shoes-construction-list .shoes-construction-label {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }
  .shoes-construction-choice {
    margin-bottom: 100px;
    font-size: 24px;
  }
  .shoes-construction-choice-frame {
    width: 280px;
    padding: 35px 10px 10px;
    border: none;
    background-image: url('../images/icon_balloon_negative.svg');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
  }
  .shoes-construction-dicolumn-outer {
    width: 1040px;
  }
  .shoes-construction-dicolumn-outer:after {
    content: "";
    clear: both;
    display: table;
  }
  .shoes-construction-dicolumn-text, .shoes-construction-dicolumn-image {
    float: left;
    margin-bottom: 20px;
  }
  .shoes-construction-dicolumn-image {
    width: 520px;
  }
  .shoes-construction-dicolumn-image .shoes-premium {
    top: 25px;
    left: 25px;
  }
  .shoes-construction-dicolumn-text {
    width: 520px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 14px;
  }
  .shoes-construction-dicolumn-text .section-text {
    line-height: 24px;
  }
  .shoes-construction-dicolumn-subject {
    -webkit-flex: unset;
    flex: unset;
    font-size: 24px;
  }
  .shoes-construction-dicolumn-subject-outer {
    margin-bottom: 60px;
  }
  .shoes-construction-dicolumn-subject-outer .shoes-question {
    width: 45px;
    margin-left: 5px;
  }
  .shoes-construction-dicolumn-caption {
    margin-bottom: 40px;
    font-size: 36px;
  }
}
@media only screen and (min-width: 2381px) {
  .shoes-construction-outer {
    background-size: 100% auto;
  }
}

.shoes-design-head {
  background-image: url('../images/shoes_design_head_bg.jpg');
}
.shoes-design-head-mask {
  background-color: rgba(0, 0, 0, 0.4);
}
.shoes-design-head-mask:before, .shoes-design-head-mask:after {
  background-color: rgba(0, 0, 0, 0.4);
}
.shoes-design-list {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.shoes-design-list img {
  display: block;
  width: 100%;
}
.shoes-design-list .shoes-design-item {
  margin-bottom: 30px;
}
.shoes-design-list .shoes-design-name {
  margin-bottom: 10px;
  border-top-width: 1px;
  border-top-style: solid;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  padding-top: 5px;
  padding-bottom: 5px;
}
.shoes-design-list .shoes-design-name-jp {
  font-size: 16px;
}
.shoes-design-list .shoes-design-name-en {
  font-size: 20px;
}
.shoes-design-list .shoes-design-image a:hover img {
  opacity: 0.7;
}
@media only screen and (min-width: 768px) {
  .shoes-design-list:after {
    content: "";
    clear: both;
    display: table;
  }
  .shoes-design-list > .shoes-design-item {
    float: left;
    width: 300px;
    margin-bottom: 60px;
  }
  .shoes-design-list > .shoes-design-item:nth-of-type(3n+1) {
    clear: left;
  }
  .shoes-design-list > .shoes-design-item:not(:nth-of-type(3n)) {
    margin-right: 70px;
  }
  .shoes-design-list .shoes-design-name {
    margin-bottom: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .shoes-design-list .shoes-design-name-jp {
    font-size: 18px;
  }
  .shoes-design-list .shoes-design-name-en {
    font-size: 24px;
  }
}
@media only screen and (min-width: 2381px) {
  .shoes-design-head {
    background-size: cover;
  }
}

.shoes-styles-outer {
  color: #fff;
  fill: #fff;
  border-color: #fff;
  background-color: #000;
  background-image: url('../images/shoes_styles_head_bg.png');
  background-position: center top;
  background-size: auto 60vw;
}
.shoes-styles-outer:before, .shoes-styles-outer:after {
  border-color: #fff;
  background-color: #000;
}
.shoes-styles-outer img {
  display: block;
  width: 100%;
}
.shoes-styles-outer,
.shoes-styles-outer .section-inner {
  position: relative;
}
.shoes-styles-mask {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.45);
}
.shoes-styles-mask:before, .shoes-styles-mask:after {
  background-color: rgba(0, 0, 0, 0.45);
}
.shoes-styles-title .spaced {
  letter-spacing: 1em;
  margin-right: -1em;
}
.shoes-styles img {
  display: block;
  width: 100%;
}
.shoes-styles .shoes-style {
  margin-bottom: 30px;
  text-align: left;
}
.shoes-styles .shoes-style-name {
  margin-bottom: 10px;
  border-top-width: 1px;
  border-top-style: solid;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
}
.shoes-styles .shoes-style-name-jp {
  font-size: 20px;
}
.shoes-styles .shoes-style-text {
  font-size: 12px;
}
@media only screen and (min-width: 768px) {
  .shoes-styles-outer {
    min-height: 841px;
    background-size: auto;
  }
  .shoes-styles-caption {
    margin-bottom: 100px;
  }
  .shoes-styles:after {
    content: "";
    clear: both;
    display: table;
  }
  .shoes-styles > .shoes-style {
    float: left;
    width: 300px;
    margin-bottom: 60px;
  }
  .shoes-styles > .shoes-style:nth-of-type(3n+1) {
    clear: left;
  }
  .shoes-styles > .shoes-style:not(:nth-of-type(3n)) {
    margin-right: 70px;
  }
  .shoes-styles .shoes-style-name {
    margin-bottom: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .shoes-styles .shoes-style-name-jp {
    font-size: 24px;
  }
  .shoes-styles .shoes-style-text {
    font-size: 14px;
    line-height: 1.75em;
  }
}
@media only screen and (min-width: 2381px) {
  .shoes-styles-outer {
    background-size: 100% auto;
  }
}

.shoes-details-outer img {
  display: block;
  width: 100%;
}
.shoes-details-head {
  color: #000;
  fill: #000;
  border-color: #000;
  background-color: transparent;
}
.shoes-details-head:before, .shoes-details-head:after {
  border-color: #000;
  background-color: transparent;
}
.shoes-details-title, .shoes-details-title-en {
  text-shadow: none;
}
.shoes-details-title .spaced {
  letter-spacing: 0.25em;
  margin-right: -0.25em;
}
.shoes-details-main-pic {
  margin-bottom: 30px;
}
.shoes-details-main-pic a {
  display: block;
  width: 100%;
}
.shoes-details-main-pic a:hover img {
  opacity: 0.7;
}
.shoes-details-dicolumn-text, .shoes-details-dicolumn-image {
  margin-bottom: 10px;
  text-align: left;
}
.shoes-details-dicolumn-text {
  font-size: 12px;
}
.shoes-details-caption {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 20px;
}
@media only screen and (min-width: 768px) {
  .shoes-details-main-pic {
    margin-bottom: 60px;
  }
  .shoes-details-dicolumn-outer {
    width: 1040px;
  }
  .shoes-details-dicolumn-outer:after {
    content: "";
    clear: both;
    display: table;
  }
  .shoes-details-dicolumn-text, .shoes-details-dicolumn-image {
    float: left;
    margin-bottom: 20px;
  }
  .shoes-details-dicolumn-image {
    width: 520px;
    padding-right: 20px;
  }
  .shoes-details-dicolumn-text {
    width: 520px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 14px;
  }
  .shoes-details-dicolumn-text .section-text {
    line-height: 24px;
  }
  .shoes-details-caption {
    font-size: 24px;
  }
}

.shoes-links .shoes-link {
  margin-top: 30px;
  margin-bottom: 30px;
}
.shoes-links .shoes-link.to-shop {
  color: #fff;
  fill: #fff;
  border-color: #fff;
  background-color: #000;
}
.shoes-links .shoes-link.to-shop:before, .shoes-links .shoes-link.to-shop:after {
  border-color: #fff;
  background-color: #000;
}
.shoes-links .shoes-link.to-shop a {
  border-color: #000;
}
.shoes-links .shoes-link.to-shop a:hover {
  background-color: #4d4d4d;
}
.shoes-links .shoes-link a {
  display: inline-block;
  position: relative;
  width: 100%;
  border-width: 1px;
  border-style: solid;
  padding: 10px 18px;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
.shoes-links .shoes-link a:hover {
  background-color: #b3b3b3;
}
.shoes-links .shoes-link a span, .shoes-links .shoes-link a img {
  vertical-align: middle;
}
.shoes-links .shoes-link a .shoes-link-center {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 24px;
  line-height: 36px;
}
.shoes-links .shoes-link a .shoes-link-logo {
  margin-bottom: 10px;
  width: 190px;
}
.shoes-links .shoes-link a .shoes-link-right {
  display: block;
  margin-left: 10px;
}
.shoes-links .shoes-link .with-bg:before {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  content: "";
  width: calc(100% + 36px);
  margin: -10px -18px 16px;
  background-position: center;
  background-size: cover;
}
.shoes-links .shoes-link .with-bg.banner-bg1:before {
  height: calc((90vw - 2px) * 0.3398926655);
  min-height: 152px;
  background-image: url('../images/shoes_banner_bg1.jpg');
}
@media only screen and (min-width: 768px) {
  .shoes-links .shoes-link a {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    padding: 20px 30px;
    font-size: 24px;
  }
  .shoes-links .shoes-link a .shoes-link-center {
    margin-left: 90px;
    font-size: 32px;
    line-height: 48px;
  }
  .shoes-links .shoes-link a .shoes-link-logo {
    width: 238px;
  }
  .shoes-links .shoes-link a .shoes-link-right {
    margin-top: auto;
    margin-bottom: auto;
    position: absolute;
    height: 36px;
    top: 0;
    right: 40px;
    bottom: 0;
  }
  .shoes-links .shoes-link .with-bg:before {
    float: left;
    margin: -20px -30px;
  }
  .shoes-links .shoes-link .with-bg:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    border-left-width: 100px;
    border-right-width: 0;
    border-bottom-width: 0;
    border-style: solid;
    border-color: #fff transparent transparent;
  }
  .shoes-links .shoes-link .with-bg.banner-bg1:before {
    width: 559px;
    height: 190px;
    min-height: unset;
  }
  .shoes-links .shoes-link .with-bg.banner-bg1:after {
    left: 459px;
    border-top-width: 190px;
  }
  .shoes-links .shoes-link a.with-bg:hover:after {
    border-top-color: #b3b3b3;
  }
  .shoes-links .shoes-link.to-shop a.with-bg:after {
    border-top-color: #000;
  }
  .shoes-links .shoes-link.to-shop a.with-bg:hover:after {
    border-top-color: #4d4d4d;
  }
}
@media print {
  .shoes-links .shoes-link .with-bg:before {
    display: none;
  }
}
