body {
  overflow-x: hidden;
}

#SpecialEx2019SS {
  overflow: hidden;
}

.pc-only {
  display: none;
}

.p-head__image {
  width: 100%;
}

.p-head__title__subtitle {
  margin-top: 47px;
  font-size: 10px;
  color: #808080;
  letter-spacing: 0.1em;
}

.p-head__title__title {
  margin-top: 50px;
  font-size: 15px;
  line-height: 1.6;
  font-weight: bold;
  letter-spacing: 0.08em;
}

.p-head__title__supple {
  font-size: 10px;
  margin-top: 8px;
  letter-spacing: .05em;
  font-weight: bold;
}

.p-head__lead {
  margin: 43px auto 0;
  font-size: 12px;
  font-feature-settings: 'palt';
  letter-spacing: .1em;
  line-height: 2.0;
  width: calc(670/750 * 100vw);
}

.p-head__btns {
  margin-top: 72px;
}

.p-head__btn {
  background-color: #000;
  width: calc(670/750 * 100vw);
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  position: relative;
}

.p-head__btn::after {
  position: absolute;
  top: 24px;
  right: 24px;
  margin: auto 0;
  transform: rotate(45deg);
  content: '';
  display: block;
  width: 7px;
  height: 7px;
  border-right: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
}

.p-head__btn img {
  transform: translateY(2px);
}

.p-head__btn--exh img {
  height: 9px;
  width: 109px;
}

.p-head__btn--col {
  margin-top: 20px;
}

.p-head__btn--col img {
  height: 9px;
  width: 113px;
}

.p-ex-pics {
  margin-top: -5px;
  padding-top: 60px;
}

.p-ex-pic picture {
  display: block;
  margin: 45px auto 0;
}

.p-ex-pic--b picture:nth-child(1) {
  width: 225px;
}

.p-ex-pic--b picture:nth-child(2) {
  width: 285px;
}

.p-ex-pic--c picture {
  width: 285px;
}

.p-ex-pics__products {
  margin-top: 175px;
}

.p-ex-pics__products__spec {
  display: inline-block;
  margin: 0 auto;
  position: relative;
}

.p-ex-pics__products__spec img {
  display: block;
  height: 10px;
  width: 225px;
}

.p-ex-pics__products__spec::after {
  position: absolute;
  top: 0;
  right: -15px;
  content: '';
  display: block;
  width: 7px;
  height: 7px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
}

.p-ex-pics__products__items {
  margin-top: 26px;
}

.p-ex-pics__products__item {
  margin-top: 10px;
  font-size: 10px;
  letter-spacing: .02em;
}

.p-ex-pics--latter {
  margin-top: 178px;
}

.p-ex-pic--d picture:nth-child(1) {
  width: 285px;
}

.p-ex-pic--d picture:nth-child(2) {
  width: 195px;
}

.p-ex-pic--e picture {
  margin-top: 45px;
  width: 335px;
}

.p-ex-inv {
  margin-top: 210px;
}

.p-ex-inv__head__subtitle {
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 0.04em;
}

.p-ex-inv__head__title {
  margin-top: 14px;
  font-size: 15px;
  line-height: 2;
  font-weight: bold;
  letter-spacing: .092em;
  font-feature-settings: 'palt';
}

.p-ex-inv__head__desc {
  margin: 39px auto 0;
  font-size: 12px;
  width: calc(670 / 750 * 100vw);
  text-align: justify;
  line-height: 2.4;
  letter-spacing: 0.094em;
  font-feature-settings: 'palt';
}

.p-ex-inv__head__pics {
  margin: 14px auto 0;
  display: flex;
  justify-content: space-between;
  width: calc(670 / 750 * 100vw);
}

.p-ex-inv__head__pics img {
  width: 109px;
  height: 109px;
}

.p-ex-inv__head__pics-supple {
  margin: 6px auto 0;
  width: calc(670 / 750 * 100vw);
  text-align: justify;
  font-size: 10px;
  line-height: 1.5;
  letter-spacing: .1em;
  font-feature-settings: 'palt';
}

.p-ex-inv__head__pics-supple + .p-ex-inv__head__desc {
  margin-top: 17px;
}

.p-ex-inv__body {
  margin: 82px auto 0;
  width: calc(670 / 750 * 100vw);
  text-align: left;
}

.p-ex-inv__body__lead {
  font-weight: bold;
  font-size: 15px;
  line-height: 2;
  margin-top: 0;
  letter-spacing: .1em;
  font-feature-settings: 'palt';
}

.p-ex-inv__body__qa {
  margin-top: 30px;
}

.p-ex-inv__body__question {
  font-weight: bold;
  font-size: 12px;
  font-feature-settings: 'palt';
  line-height: 2.4;
  letter-spacing: .09em;
  position: relative;
  text-indent: 19px;
  text-align: justify;
}

.p-ex-inv__body__question::before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 2px;
  background: #000;
  padding-right: 5px;
  position: absolute;
  top: 13px;
  left: 0px;
}

.p-ex-inv__body__answer {
  font-size: 13px;
  letter-spacing: .03em;
  line-height: 2.3;
  text-align: justify;
  font-feature-settings: 'palt';
}

.p-ex-inv__body__image {
  margin-top: 22px;
}

.p-ex-inv__body__supples {
  position: relative;
}

.p-ex-inv__body__supples p {
  display: inline-block;
  font-size: 10px;
  letter-spacing: 0.08em;
}

.p-ex-inv__body__supples p:nth-child(2) {
  position: absolute;
  top: 4px;
  left: 50%;
}

.p-ex-inv__body__image + .p-ex-inv__body__lead {
  margin-top: 67px;
}

.p-ex-inv__product {
  text-align: left;
  margin: 75px auto 0;
  width: calc(670 / 750 * 100vw);
}

.p-ex-inv__product__lead {
  font-size: 14.5px;
  font-weight: bold;
  letter-spacing: 0.075em;
}

.p-ex-inv__product__name {
  font-size: 13.5px;
  font-weight: bold;
  margin-top: 32px;
  letter-spacing: 0.061em;
}

.p-ex-inv__product__desc {
  font-size: 12px;
  line-height: 1.8;
  margin-top: 7px;
  line-height: 2.4;
  font-feature-settings: 'palt';
  letter-spacing: 0.11em;
}

.p-ex-inv__product__pics {
  margin-top: 26px;
  padding: 0;
}

.p-ex-inv__product__pic {
  margin-top: 10px;
}

.p-ex-inv__product__detail-btn {
  width: calc(670 / 750 * 100vw);
  height: 60px;
  margin: 40px auto 0;
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.p-ex-inv__product__detail-btn img {
  height: 11px;
  width: 42.7px;
}

.p-ex-inv__product__detail-btn::after {
  content: '';
  display: block;
  position: absolute;
  right: 27px;
  top: 26px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  transform: rotate(45deg);
}

.p-col {
  margin-top: 110px;
  padding-top: 100px;
}

.p-col__head__title {
  /*
  font-weight: bold;
  margin: 0 auto;
  width: calc(670 / 750 * 100vw);
  line-height: 2;
  font-size: 14px;
  letter-spacing: .12em;
  */
  font-size: 15px;
  line-height: 1.6;
  font-weight: bold;
  letter-spacing: 0.08em;
}

.p-col__head__lead {
  /*
  margin: 46px auto 0;
  width: calc(670 / 750 * 100vw);
  font-size: 11px;
  letter-spacing: .05em;
  line-height: 2.0;
  font-size: 11px;
  */
  margin: 46px auto 0;
  font-size: 12px;
  font-feature-settings: 'palt';
  letter-spacing: .1em;
  line-height: 2.0;
  width: calc(670/750 * 100vw);
}

.p-col__body {
  margin-top: 45px;
}

.p-look {
  padding-top: 45px;
}

.p-look .p-look-selected {
  position: relative;
  overflow: hidden;
}

.p-look .p-look-selected .p-look-progbar {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -100%;
}

.p-look[data-num='01'] {
  background: #E0E1D9;
  color: #00785B;
}

.p-look[data-num='01'] .p-look__detail-btn {
  background-color: #00785B;
}

.p-look[data-num='01'] .p-look-progbar {
  background-color: #00785B;
}

.p-look[data-num='02'] {
  background: #E8E6E8;
  color: #8E6D74;
}

.p-look[data-num='02'] .p-look__detail-btn {
  background-color: #8E6D74;
}

.p-look[data-num='02'] .p-look-progbar {
  background-color: #8E6D74;
}

.p-look[data-num='03'] {
  background: #6E6469;
  color: #CECECE;
}

.p-look[data-num='03'] .p-look__product {
  color: #6E6469;
}

.p-look[data-num='03'] .p-look__detail-btn {
  background-color: #6E6469;
}

.p-look[data-num='03'] .p-look-progbar {
  background-color: #382A31;
}

.p-look[data-num='04'] {
  background: #EBCC91;
  color: #7A4439;
}

.p-look[data-num='04'] .p-look__detail-btn {
  background-color: #7A4439;
}

.p-look[data-num='04'] .p-look-progbar {
  background-color: #7A4439;
}

.p-look[data-num='05'] {
  background: #DCDFDC;
  color: #667366;
}

.p-look[data-num='05'] .p-look__detail-btn {
  background-color: #667366;
}

.p-look[data-num='05'] .p-look-progbar {
  background-color: #667366;
}

.p-look[data-num='06'] {
  background: #B588C5;
  color: #FFF;
}

.p-look[data-num='06'] .p-look__product {
  color: #B588C5;
}

.p-look[data-num='06'] .p-look__detail-btn {
  background-color: #B588C5;
}

.p-look[data-num='06'] .p-look-progbar {
  background-color: #8F4BA7;
}

.p-look[data-num='07'] {
  background: #EFE5E1;
  color: #8B6450;
}

.p-look[data-num='07'] .p-look__detail-btn {
  background-color: #8B6450;
}

.p-look[data-num='07'] .p-look-progbar {
  background-color: #8B6450;
}

.p-look[data-num='08'] {
  background: #B8CCD8;
  color: #3D7DA2;
}

.p-look[data-num='08'] .p-look__detail-btn {
  background-color: #3D7DA2;
}

.p-look[data-num='08'] .p-look-progbar {
  background-color: #3D7DA2;
}

.p-look[data-num='09'] {
  background: #D3C9BD;
  color: #696A49;
}

.p-look[data-num='09'] .p-look__detail-btn {
  background-color: #696A49;
}

.p-look[data-num='09'] .p-look-progbar {
  background-color: #696A49;
}

.p-look[data-num='10'] {
  background: #E79A9B;
  color: #FFF;
}

.p-look[data-num='10'] .p-look__product {
  color: #DC6A6B;
}

.p-look[data-num='10'] .p-look__detail-btn {
  background-color: #DC6A6B;
}

.p-look[data-num='10'] .p-look-progbar {
  background-color: #DC6A6B;
}

.p-look[data-num='11'] {
  background: #B4D1C2;
  color: #2E5E31;
}

.p-look[data-num='11'] .p-look__detail-btn {
  background-color: #2E5E31;
}

.p-look[data-num='11'] .p-look-progbar {
  background-color: #2E5E31;
}

.p-look__title {
  font-size: 12px;
  font-weight: bold;
}

.p-look__pics {
  margin: 45px auto 0;
  width: 280px;
}

.p-look__pics-bar {
  margin: 23px auto 0;
  width: 280px;
  height: 2px;
  display: flex;
  justify-content: center;
  background-color: #CECECE;
}

.p-look__pics-bar > li {
  width: calc(280px / 3);
  height: 100%;
  background-color: #CECECE;
}

.p-look__lead {
  margin: 32px auto 0;
  font-weight: bold;
  width: calc(670 / 750 * 100vw);
  font-size: 12px;
  letter-spacing: .03em;
  line-height: 1.8;
}

.p-look__desc {
  margin: 24px auto 0;
  width: calc(670 / 750 * 100vw);
  text-align: justify;
  font-size: 11px;
  line-height: 1.9;
  letter-spacing: .09em;
  font-feature-settings: 'palt';
}

.p-look__product {
  margin-top: 49px;
  background-color: #FFF;
  padding-bottom: 75px;
}

.p-look__shoes-pic {
  display: block;
  width: 100%;
}

.p-look__shoes-spec {
  margin: 36px auto 0;
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 0.01em;
  font-weight: bold;
}

.p-look__detail-btn {
  margin: 16px auto 0;
  width: 150px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.p-look__detail-btn img {
  height: 9px;
  width: 35px;
}

.p-look__detail-btn::after {
  content: '';
  display: block;
  position: absolute;
  right: 18px;
  top: 16px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  transform: rotate(45deg);
}

.p-look__items {
  margin-top: 36px;
  font-size: 10px;
  line-height: 1.8;
}

.p-person {
  background: #E7E0E1;
  padding-top: 96px;
  padding-bottom: 100px;
}

.p-person__title {
  font-weight: bold;
  font-size: 11px;
  letter-spacing: .08em;
}

.p-person__image {
  margin: 59px auto 0;
  background: url("../images/common/image.jpg") center center no-repeat;
  background-size: 270px;
  width: 270px;
  height: 270px;
}

.p-person__name {
  font-weight: bold;
  margin-top: 27px;
  font-size: 12px;
  letter-spacing: .23em;
  font-feature-settings: 'palt';
}

.p-person__body {
  margin: 38px auto 0;
  width: calc(670 / 750 * 100vw);
  text-align: justify;
  font-size: 11.5px;
  letter-spacing: .15em;
  line-height: 1.8;
  font-feature-settings: 'palt';
}

.p-person__foot {
  margin: 60px auto 0;
  width: calc(670 / 750 * 100vw);
  text-align: left;
  font-size: 11px;
  letter-spacing: .1em;
  font-feature-settings: 'palt';
}

.p-person__link {
  margin-top: 20px;
}

.p-person__link a {
  margin-top: 5px;
  display: inline-block;
  color: #EF5A24;
}

@media screen and (min-width: 769px) {
  .sp-only {
    display: none;
  }
  .pc-only {
    display: block;
  }
  .p-head__image {
    width: 980px;
    margin: 0 auto;
  }
  .p-head__image picture {
    display: block;
    width: 1366px;
    margin-left: -193px;
  }
  .p-head__title__subtitle {
    font-size: 15px;
    color: #808080;
    text-align: center;
    margin-top: 100px;
  }
  .p-head__title__title {
    font-size: 21px;
    letter-spacing: 0.095em;
    margin-top: 59px;
  }
  .p-head__title__supple {
    font-size: 14px;
    margin-top: 16px;
    letter-spacing: .075em;
  }
  .p-head__lead {
    margin-top: 78px;
    font-size: 14.5px;
    letter-spacing: .05em;
    line-height: 2.3;
  }
  .p-head__btns {
    display: flex;
    flex-direction: row;
    width: 890px;
    margin: 96px auto 0;
    justify-content: space-between;
  }
  .p-head__btn {
    width: 425px;
    height: 80px;
    margin: 0;
    transition: 0.2s background linear;
  }
  .p-head__btn img {
    transform: translate(-15px, -1px);
  }
  .p-head__btn::after {
    top: 30px;
    right: 95px;
    width: 10px;
    height: 10px;
  }
  .p-head__btn:hover {
    background-color: grey;
    transition: none;
  }
  .p-head__btn--exh img {
    height: 12px;
    width: 172px;
  }
  .p-head__btn--col {
    margin-top: 0;
  }
  .p-head__btn--col img {
    height: 12px;
    width: 179.2px;
  }
  .p-ex-pics {
    margin-top: 90px;
  }
  .p-ex-pic {
    margin: 0 auto;
    width: 980px;
  }
  .p-ex-pic picture {
    margin: 0 auto;
  }
  .p-ex-pic--a picture {
    width: 1280px;
    margin-left: -150px;
  }
  .p-ex-pic--b {
    width: 1180px;
    display: flex;
    justify-content: space-between;
    margin: 60px auto 0;
  }
  .p-ex-pic--b picture {
    margin: 0;
  }
  .p-ex-pic--b picture:nth-child(1) {
    width: 570px;
  }
  .p-ex-pic--b picture:nth-child(2) {
    width: 570px;
  }
  .p-ex-pic--c {
    margin-top: 60px;
  }
  .p-ex-pic--c picture {
    width: 1280px;
    margin-left: -150px;
  }
  .p-ex-pics__products {
    margin-top: 165px;
  }
  .p-ex-pics__products__spec {
    margin: 0 auto;
    position: relative;
  }
  .p-ex-pics__products__spec img {
    display: block;
    height: 13px;
    width: 290px;
  }
  .p-ex-pics__products__spec::after {
    position: absolute;
    top: 1px;
    right: -20px;
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(45deg);
    transition: 0.15s right ease-in-out;
  }
  .p-ex-pics__products__spec:hover::after {
    right: -25px;
  }
  .p-ex-pics__products__items {
    margin-top: 37px;
  }
  .p-ex-pics__products__item {
    margin-top: 15px;
    font-size: 12.5px;
    letter-spacing: .0;
  }
  .p-ex-pics--latter {
    margin-top: 165px;
  }
  .p-ex-pic--d {
    display: flex;
    justify-content: space-between;
    width: 930px;
    margin: 0 auto;
    transform: translateX(-35px);
  }
  .p-ex-pic--d picture:nth-child(1) {
    margin: 0;
    width: 460px;
  }
  .p-ex-pic--d picture:nth-child(2) {
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 390px;
  }
  .p-ex-pic--e {
    margin-top: 100px;
  }
  .p-ex-pic--e picture {
    transform: translateX(-24px);
    width: 1076px;
    margin-left: -48px;
  }
  .p-ex-inv {
    margin-top: 328px;
  }
  .p-ex-inv__head__subtitle {
    font-size: 13px;
    letter-spacing: 0.06em;
  }
  .p-ex-inv__head__title {
    margin-top: 26px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.8;
    letter-spacing: .12em;
  }
  .p-ex-inv__head__desc {
    margin: 65px auto 0;
    font-size: 14.5px;
    width: 750px;
    line-height: 2.1;
    letter-spacing: 0.13em;
  }
  .p-ex-inv__head__pics {
    margin: 35px auto 0;
    width: 750px;
  }
  .p-ex-inv__head__pics img {
    width: 246px;
    height: 246px;
  }
  .p-ex-inv__head__pics-supple {
    margin: 13px auto 0;
    width: 750px;
    text-align: left;
    font-size: 12px;
    line-height: 1.4;
  }
  .p-ex-inv__head__pics-supple + .p-ex-inv__head__desc {
    margin-top: 25px;
  }
  .p-ex-inv__body {
    margin: 95px auto 0;
    width: 750px;
    text-align: left;
  }
  .p-ex-inv__body__lead {
    font-weight: bold;
    font-size: 20px;
    letter-spacing: .12em;
    line-height: 1.8;
    font-feature-settings: 'palt';
  }
  .p-ex-inv__body__qa {
    margin-top: 64px;
  }
  .p-ex-inv__body__question {
    font-weight: bold;
    font-size: 15px;
    text-indent: 24px;
    letter-spacing: 0.12em;
  }
  .p-ex-inv__body__question::before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 2px;
    background: #000;
    padding-right: 5px;
    top: 19px;
  }
  .p-ex-inv__body__answer {
    margin-top: -2px;
    font-size: 15px;
    line-height: 2.1;
    letter-spacing: .1em;
  }
  .p-ex-inv__body__image {
    margin-top: 50px;
  }
  .p-ex-inv__body__supples {
    position: relative;
    margin-top: 8px;
  }
  .p-ex-inv__body__supples p {
    display: inline-block;
    font-size: 12px;
  }
  .p-ex-inv__body__supples p:nth-child(2) {
    position: absolute;
    top: 4px;
    left: 50%;
  }
  .p-ex-inv__body__image + .p-ex-inv__body__lead {
    margin-top: 99px;
  }
  .p-ex-inv__product {
    text-align: left;
    margin: 105px auto 0;
    width: 750px;
  }
  .p-ex-inv__product__lead {
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.04em;
  }
  .p-ex-inv__product__name {
    font-size: 16.5px;
    font-weight: bold;
    margin-top: 25px;
    letter-spacing: 0.1em;
  }
  .p-ex-inv__product__desc {
    font-size: 15px;
    margin-top: 7px;
    line-height: 2;
    letter-spacing: 0.1em;
  }
  .p-ex-inv__product__pics {
    margin-top: 55px;
    padding: 0;
  }
  .p-ex-inv__product__pic {
    margin-top: 20px;
  }
  .p-ex-inv__product__detail-btn {
    width: 420px;
    height: 80px;
    margin: 100px auto 0;
    background: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: 0.2s background linear;
  }
  .p-ex-inv__product__detail-btn img {
    height: 12px;
    width: 44px;
    transform: translate(-15px, -1px);
  }
  .p-ex-inv__product__detail-btn::after {
    right: 97px;
    top: 34px;
    width: 11px;
    height: 11px;
  }
  .p-ex-inv__product__detail-btn:hover {
    background-color: grey;
    transition: none;
  }
  .p-col {
    margin-top: 190px;
  }
  .p-col__head__title {
    font-weight: bold;
    margin: 0 auto;
    font-size: 21px;
    letter-spacing: 0.09em;
  }
  .p-col__head__lead {
    margin-top: 78px;
    font-size: 14.5px;
    letter-spacing: .05em;
    line-height: 2.3;
  }
  .p-col__body {
    margin-top: 135px;
  }
  .p-look {
    padding-top: 120px;
    width: 100%;
    height: 1020px;
    text-align: left;
    padding-top: 120px;
  }
  .p-look[data-num='03'] .p-look__product {
    color: #FFF;
  }
  .p-look[data-num='03'] .p-look__detail-btn {
    background-color: #382A31;
  }
  .p-look[data-num='06'] .p-look__product {
    color: #FFF;
  }
  .p-look[data-num='06'] .p-look__detail-btn {
    background-color: #8F4BA7;
  }
  .p-look[data-num='10'] .p-look__product {
    color: #FFF;
  }
  .p-look[data-num='10'] .p-look__detail-btn {
    background-color: #DC6A6B;
  }
  .p-look:nth-child(2n) .p-look__wrapper {
    width: 850px;
    flex-direction: row-reverse;
  }
  .p-look:nth-child(2n) .p-look__shoes-spec {
    margin-left: 0;
  }
  .p-look:nth-child(2n) .p-look__detail-btn {
    margin-left: 0;
  }
  .p-look:nth-child(2n) .p-look__items {
    margin-left: 0;
  }
  .p-look__wrapper {
    width: 890px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .p-look__visual {
    width: 420px;
    display: flex;
    flex-direction: column;
  }
  .p-look__title {
    margin-top: 45px;
    text-align: left;
    font-size: 15px;
    margin-left: 5px;
  }
  .p-look__pics {
    margin: 0;
    width: 420px;
    order: -1;
  }
  .p-look__pics-bar {
    margin-top: 28px;
    width: 100%;
    height: 2px;
    display: flex;
    justify-content: center;
    background-color: #CECECE;
  }
  .p-look__pics-bar > li {
    width: 140px;
    height: 100%;
    background-color: #CECECE;
  }
  .p-look__lead {
    margin: 48px auto 0;
    width: 100%;
    text-align: left;
    line-height: 1;
    transform: translateX(5px);
    letter-spacing: 0.2em;
    font-feature-settings: 'palt';
  }
  .p-look__desc {
    margin: 35px 0px 0 4px;
    letter-spacing: 0.174em;
    width: 430px;
    text-align: justify;
    font-size: 12.5px;
    line-height: 2;
  }
  .p-look__product {
    background-color: inherit;
    width: 300px;
    margin-top: 0;
    padding-top: 75px;
    padding-bottom: 0;
    display: flex;
    flex-direction: column;
    text-align: left;
  }
  .p-look__shoes-pic {
    display: block;
    width: 100%;
  }
  .p-look__shoes-spec {
    margin: 0;
    margin-top: 160px;
    margin-left: 6px;
    font-size: 14.5px;
    letter-spacing: 0.05em;
    line-height: 1.7;
  }
  .p-look__detail-btn {
    margin: 22px 0 0 6px;
    width: 124px;
    height: 35px;
    opacity: 1;
    transition: 0.2s opacity linear;
  }
  .p-look__detail-btn::after {
    right: 33px;
    top: 15px;
    width: 5px;
    height: 5px;
  }
  .p-look__detail-btn:hover {
    opacity: 0.7;
    transition: none;
  }
  .p-look__detail-btn img {
    height: 8px;
    width: 31.1px;
  }
  .p-look__items {
    margin-top: 55px;
    line-height: 2;
    font-size: 11px;
    letter-spacing: 0.05em;
    margin-left: 6px;
    width: 330px;
  }
  .p-person {
    background: #FFF;
    padding-top: 222px;
    padding-bottom: 130px;
  }
  .p-person__title {
    font-weight: bold;
    font-size: 16px;
    letter-spacing: .06em;
  }
  .p-person__image {
    margin: 92px auto 0;
    background: url("../images/common/image.jpg") center center repeat;
    background-size: 332px;
    width: 980px;
    height: 200px;
  }
  .p-person__name {
    font-weight: bold;
    margin-top: 123px;
    font-size: 16px;
  }
  .p-person__body {
    margin: 53px auto 0;
    width: 660px;
    text-align: center;
    letter-spacing: 0.035em;
    width: 640px;
    font-size: 13px;
    line-height: 2.1;
  }
  .p-person__foot {
    margin: 75px auto 0;
    width: auto;
    text-align: center;
    font-size: 16px;
  }
  .p-person__link {
    font-size: 13px;
    margin-top: 30px;
  }
  .p-person__link a {
    margin-top: 10px;
  }
  .p-person__link a:hover {
    opacity: 0.6;
  }
  .u-pc-mt28 {
    margin-top: 28px;
  }
}
