@charset "UTF-8";
/* CSS Document */

.main-content {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro","メイリオ", "ＭＳ ゴシック", sans-serif;
  margin: 0 auto;
  width: 1000px;
}
.main-content img,
.main-content a {
  transition: 0.3s;
}

.main-content h2 {
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 24px;
}

.main-content section > h3 {
  font-size: 18px;
  margin: 0 0 16px;
}


section {
  padding: 8px 12px 64px;
}

/* title */
.title {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ ゴシック", sans-serif;
  font-size: 20px;
  margin: 10px 0 0;
  font-feature-settings: "palt";
  letter-spacing: 0.07em;
}
.title-main {
  display: inline-block;
  font-size: 24px;
}

.ttl_img_container {
  width: 1000px;
}

.ttl_img_container img {
  display: block;
  aspect-ratio: 16/5;
  margin: 0 auto;
}

.ttl_lead_container {
  margin: 0 12px 16px;
}

.ttl_lead_container p {
  font-size: 14px;
  text-align: center;
}

.title-sub {
  font-size: 24px;
}

.section-ttl {
  text-align: center;
}

.h2-sub {
  font-size: 18px;
  font-weight: 400;
}

.sub-note {
  font-size: 12px;
  margin: 0 0 0 8px;
  font-weight: 400;
}

.specialty-shop-heading {
  font-size: 18px;
  font-weight: bold;
}

/* content */
.conteiner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
}

.brand-box {
  border: 1px solid #ccc;
  box-sizing: border-box;
  margin-bottom: 40px;
  padding: 0;
  position: relative;
  width: 480px;
}

.brand-box .txt-box,
.brand-box .btn-box {
  border-top: 1px dotted #ccc;
}

.img-box {
  font-size: 0;
}
.img-box a {
  display: block;
}

.img-box img {
  width: 100%;
  max-width: 100%;  
  height: auto;
}

.brand-logo {
  margin: 8px;
}

.txt-box {
  box-sizing: border-box;
  padding: 20px 20px;
}

.txt-box h2 {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ ゴシック", sans-serif;
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 10px;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
.txt-box h2 > span {
  display: inline-block;
  margin-left: 10px;
}
.txt-box p {
  text-align: justify;  
  font-size: 14px;
  font-feature-settings: "palt";
  letter-spacing: 0.07em;
}

ul.btn-box {
  font-size: 0;
  padding: 20px 0;
  /* position: absolute; */
  text-align: center;
  width: 100%;
  bottom: 0;
}
ul.btn-box li {
  display: inline-block;
  margin: 0 5px;
  width: 120px;
}
ul.btn-box li:nth-of-type(n + 4) {
  margin-top: 10px;
}

ul.btn-box li a {
  background: #45423f;
  border-radius: 4px;
  box-sizing: border-box;
  color: #fff;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ ゴシック", sans-serif;
  font-size: 13px;
  display: block;
  letter-spacing: 0.05em;
  line-height: 1;
  padding: 8px 0;
  width: 100%;
  font-weight: bold;
}


/* ナビ */
.nav {
  width: 800px;
  margin: 24px auto;
}

.nav ul {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  gap: 10px;
}

.nav ul li {
  background-color: #f8f5f1;
  border-radius: 100px;
  font-size: 14px;
  text-align: center;
  align-self: center;
  transition: all 0.2s linear;
}

.nav ul li ::after {
  content: "";
  display: inline-block;
  margin-left: 5px;
  width: 10px;
  height: 10px;
  background-image: url(../shoes/150x150_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 0.2s linear;
}

.nav ul li a {
  display: block;
  padding: 5% 2%;
}

.nav ul li:hover {
  background-color: #e3e0dd;
}

/* ナビここまで */

/* アイテムを探すナビ */

.items-nav {
  width: 1000px;
}

.items-nav ul {
  display: grid;
  grid-template-columns: repeat(4, 164px);
  grid-template-rows: 1fr 1fr;
  justify-content: center;
  gap: 16px;
  margin: 16px auto;
}

.items-nav ul li:hover {
  opacity: 0.6;
  transition: all 0.2s linear;
}

.items-nav ul li a {
  position: relative;
  display: block;
  width: 164px;
  height: 164px;

  background-color: #444;
}

.items-nav ul li a img {
  width: 100%;
  height: auto;
  opacity: 0.5;
  aspect-ratio: 1/1;
}

.items-nav span {
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  color: #fff;
  font-weight: bold;
  font-feature-settings: "palt";
  letter-spacing: 0.04em;
  text-align: center;
  z-index: 2;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  font-size: 14px;
}

/* アイテムを探すナビここまで */

/* 新作・セールボタン */
.new-sale-btn-wrapper {
  display: flex;
  justify-content: center;
  -moz-column-gap: 16px;
  column-gap: 16px;
  margin: 24px auto;
}

.contents-btn {
  border-radius: 4px;
  color: #fff;
  display: block;
  font-size: 14px;
  padding: 20px 0;
  text-align: center;
  width: 80%;
  max-width: 320px;
  font-weight: bold;
}

.new-btn {
  background-color: #fff;
  border: solid #45423f 1px;
  color: #616161;
  width: 100%;
  transition: all 0.2s linear;
}

.sale-btn {
  background-color: #f25f5f;
  color: #fff;
  width: 100%;
  transition: all 0.2s linear;
}

/* カテゴリ一覧ボタン */

.catgory-link-btn-wrapper {
  width: 1000px;
}

.link-btn {
  background-color: #45423f;
  margin: 0 auto;
}

/* ホバー */
.sale-btn:hover,
.link-btn:hover {
  opacity: 0.6;
}

.new-btn:hover {
  background-color: #eee;
}

/* 新作・セールボタンここまで */

/* 関連サービス */
.services-wrapper {
  width: 1000px;
  margin: 16px 0 24px;
}
.services-wrapper ul {
  display: grid;
  grid-template-columns: repeat(4, 209px);
  gap: 24px;
  justify-content: center;
}

.services-wrapper ul li a:hover {
  opacity: 0.5;
}

.services-wrapper ul li a img {
  width: 100%;
  aspect-ratio: 16/15;
}

/* 関連サービスここまで */

/* リニューアルインフォメーション */

.renewal-info-wrapper {
  width: 1000px;
}

.renewal-info-inner {
  width: 800px;
  background-color: #f9f9f9;
  margin: 16px auto 0;
  padding: 1% 4%;
}

.renewal-info-inner p {
  display: block;
  text-align: left;
  width: 600px;
  margin: 0 auto;
}

.renewal-info-inner p a {
  color: #cc6d00;
}

/* ショップから探す　絞りこみ */

.gender-tab-wrapper {
  width: 600px;
  margin: 0 auto 32px;
}

.gender-tab-wrapper ul {
  display: flex;
  justify-content: center;
}

.gender-tab-wrapper ul li {
  width: 118.11px;
}

.gender-tab-wrapper ul li:not(:last-of-type) {
  margin-right: 10px;
}

.gender-tab-wrapper ul li a {
  display: block;
  height: 2.6em;
  box-sizing: border-box;
  border: 1px solid #9e9e9e;
  border-radius: 4px;
  text-align: center;
  line-height: 2.4em;
  font-size: 12px;
}

.gender-tab-wrapper ul li a:hover {
  border-color: transparent;
  background: #f1eeea;
}

.switch-gender-btn.gender-btn-is-act {
  border-color: transparent;
  background: #e3e0dd;
}

/* 絞りこみここまで */

/* 続きを見るJavascropt用 */

.readmore-long p {
    overflow: hidden;
    position: relative;
    margin-top: 10px;
    padding-bottom: 1.5em;
    transition: all 0.2s linear;
}
.readmore-long p .m-btn-continue{
    position: absolute;
    bottom: 0;
    right: 0;
}
.readmore-long p.is-more-read-close {
    height: 67.5px;
    padding-bottom: 0;
}

/*ニュース枠省略*/

.main-content .m-link-archive-tag {
  display: -webkit-box !important;
  overflow: hidden;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}


@media screen and (max-width: 640px) {
  /* SMP stye */
  .main-content {
    box-sizing: border-box;
    margin: 0 auto;
    /* padding: 0 2%; */
    width: 100%;
  }

  /* SMP title */
  .title {
    font-size: 20px;
  }
  .title-main {
    display: block;
    font-size: 20px;
    margin-right: 16px;
  }

  .title-sub {
    font-size: 20px;
  }

  .ttl_lead_container p {
    text-align: justify
  }

  .specialty-shop-heading {
    font-size: 16px;
  }

  .ttl_img_container {
    width: 100%;
  }

  .ttl_img_container img {
    width: 100%;
  }

  /* SMP content */
  .conteiner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .brand-box {
    margin-bottom: 20px;
    padding: 0;
    position: relative;
    width: 100%;
  }
  .img-box {
    text-align: center;
  }

  .brand-logo {
    width: 80px;
  }

  .txt-box {
    padding: 6vw 4vw;
  }

  .txt-box h2 {
    font-size: 14px;
    line-height: 1.6;
    margin: 0 0 10px;
  }
  .txt-box h2 > span {
    margin-left: 0;
  }
  .txt-box p {
    text-align: left;
  }

  ul.btn-box {
    font-size: 0;
    padding: 10px 0;
    text-align: center;
    width: 100%;
    bottom: 0;
  }

  ul.btn-box li {
    display: inline-block;
    margin: 0 1%;
    width: 30%;
  }
  ul.btn-box li a {
    background: #45423f;
    border-radius: 4px;
    box-sizing: border-box;
    color: #fff;
    font-size: 13px;
    display: block;
    letter-spacing: 0.05em;
    line-height: 1;
    padding: 12px 0;
    width: 100%;
  }

  /* ナビ */

  .nav {
    width: 93%;
  }

  .nav ul {
    grid-auto-flow: initial;
    grid-template-columns: 1fr 1fr;
  }

  .nav ul li ::after {
    margin-left: 2%;
  }

  /* アイテムを探すナビ */
  .items-nav {
    width: 100%;
  }

  .items-nav ul {
    grid-template-columns: repeat(3, 30%);
    grid-template-rows: repeat(3, auto);
    gap: 12px;
  }

  .items-nav ul li a {
    width: 100%;
    height: auto;
  }

  .items-nav ul li a img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
  }

  .items-nav span {
    font-size: 12px;
  }

  /* 新作・セールから探すボタン */
  .new-sale-btn-wrapper {
    flex-direction: column;
    -moz-column-gap: 0;
    column-gap: 0;
    row-gap: 16px;
    align-items: center;
  }

  .contents-btn {
    padding: 15px 0;
    width: 100%;
    max-width: 85%;
  }

  /* テキスト省略 */

  .readmore label {
    right: 0;
    bottom: 14%;
    width: 21%;
    transform: translateX(0);
  }

  .readmore-long label {
    right: 0;
    bottom: 14%;
    width: 21%;
    transform: translateX(0);
  }

  .readmore-long input[type="checkbox"]:checked ~ label::before {
    content: "閉じる";
    bottom: 0;
    right: 8%;
    position: absolute;
  }

  /* カテゴリ一覧ボタン */

  .catgory-link-btn-wrapper {
    width: 100%;
  }

  /* リニューアルインフォメーション */
  .renewal-info-wrapper {
    width: calc(100% - 28px);
    margin: 0 14px;
  }

  .renewal-info-inner {
    width: 100%;
    padding: 0;
  }

  .renewal-info-inner p {
    width: 90%;
    padding: 4% 0;
  }

  /* ショップから探す　絞りこみ */

  .gender-tab-wrapper {
    width: 100%;
    margin: 0 auto 32px;
  }

  .gender-tab-wrapper ul li {
    width: 32.3%;
  }

  /* 絞りこみここまで */

  /* 続きを見るjavacript */  

  .readmore-long p {
    padding-bottom: 2.5em;    
  }

  .readmore-long p .m-btn-continue{
    bottom: -18px;
    height: 3.8em;
    line-height: 3.8em;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 24%, white 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 24%, white 100%);
}


} /* end media */

@media screen and (min-width: 641px) {

  .ttl_lead_container {
    margin: 0 auto 16px;
  }

  /* HOVER stye */
  .img-box a:hover {
    opacity: 0.6;
  }

  ul.btn-box li a:hover {
    opacity: 0.6;
  }

  .renewal-info-inner p a:hover {
    text-decoration: underline;
  }
  .brand-box {
    display: grid;
    grid-template-rows: auto 1fr 70px;  
  }
} /* end media */
