@charset "UTF-8";
/* =========================================================
共通
============================================================ */
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
#d_container .wrap {
  width: 100%;
}

#d_topic_path {
  max-width: 990px;
  margin: 0 auto 20px;
}

@media screen and (max-width: 767px) {
  #d_topic_path {
    margin: 0 auto 0px;
  }
}
/* =========================================================
色等
============================================================ */
.noto-serif {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-style: normal;
}
.noto-serif.jp-semibold {
  font-weight: 700;
  font-style: normal;
}
.noto-serif.jp-black {
  font-weight: 900;
  font-style: normal;
}

.link-hover {
  transition: 0.4s;
  color: #382927;
}
.link-hover:hover {
  opacity: 0.7;
  cursor: pointer;
  text-decoration: none;
}

.arrow_r {
  position: relative;
  display: inline-block;
}
.arrow_r::before {
  content: "";
  width: 10px;
  height: 10px;
  border: 0;
  border-top: solid 2px #FFF;
  border-right: solid 2px #FFF;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
}
.arrow_r.arrow_r_left {
  padding-left: 20px;
}
.arrow_r.arrow_r_left::before {
  left: 0;
  right: auto;
}
.arrow_r.arrow_r_inversion::before {
  border-top: solid 2px #382927;
  border-right: solid 2px #382927;
}

/* =========================================================
PC
============================================================ */
#shoes_kh_20250807 {
  font-family: "Noto Serif JP", serif;
  color: #000000;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: #382927;
}
@media screen and (max-width: 767px) {
  #shoes_kh_20250807 {
    letter-spacing: 0.03em;
  }
}

/* =========================================================
見出し
============================================================ */
#shoes_kh_20250807 .largeTtl {
  margin: 0 auto 30px;
  text-align: center;
}
#shoes_kh_20250807 .largeTtl > img {
  margin: 0 auto;
}

/* =========================================================
背景色
============================================================ */
#shoes_kh_20250807 .contentsWide {
  width: 100%;
}
#shoes_kh_20250807 .contents990 {
  max-width: 990px;
  margin: 0 auto;
}
#shoes_kh_20250807 .bgBeige {
  background: #FFFCF9 url(/ec/shop/images/campaign/20250807_shoes_kh/bg_deco_check.svg) repeat;
  background-position: center center;
}
#shoes_kh_20250807 .bgPink {
  background: #F3E4E6;
}

/* =========================================================
MV周り
============================================================ */
#shoes_kh_20250807 .mvWrap {
  max-width: 990px;
  margin: 20px auto 40px;
  padding: 40px 0 0;
}
#shoes_kh_20250807 .leadWrap {
  text-align: center;
}
#shoes_kh_20250807 .leadWrap h2.lead01 {
  font-weight: 500;
  font-size: 25px;
}
#shoes_kh_20250807 .leadWrap h2.lead01 .large {
  font-size: 30px;
}
#shoes_kh_20250807 .leadWrap h3.leadPoint {
  font-size: 35px;
  font-weight: 900;
  color: #D58093;
}
#shoes_kh_20250807 .leadWrap .leadText {
  font-size: 18px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  #shoes_kh_20250807 .leadWrap h2.lead01 {
    font-size: 20px;
  }
  #shoes_kh_20250807 .leadWrap h2.lead01 .large {
    font-size: 25px;
  }
  #shoes_kh_20250807 .leadWrap h3.leadPoint {
    font-size: 30px;
    line-height: 1.5em;
  }
  #shoes_kh_20250807 .leadWrap .leadText {
    font-size: 16px;
    padding: 0 20px;
    letter-spacing: 0.05em;
  }
}
#shoes_kh_20250807 .messageWrap {
  margin: 100px auto 0;
  padding-bottom: 200px;
}
#shoes_kh_20250807 .messageWrap .messageOutline {
  border: 1px solid #382927;
  max-width: 820px;
  border-radius: 100vh;
  margin: 0 auto;
  padding: 10px 0;
  position: relative;
  text-align: center;
}
#shoes_kh_20250807 .messageWrap .messageOutline .deco_ttl {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
  top: -15%;
}
#shoes_kh_20250807 .messageWrap .messageInner {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  background-color: #F3E4E6;
  border-radius: 100vh;
  padding: 25px 0 40px;
  border: 1px solid #382927;
}
#shoes_kh_20250807 .messageWrap .messageInner::before, #shoes_kh_20250807 .messageWrap .messageInner::after {
  position: absolute;
  content: "";
}
#shoes_kh_20250807 .messageWrap .messageInner::before {
  width: 161px;
  height: 173px;
  background: url(/ec/shop/images/campaign/20250807_shoes_kh/deco_ribbon01.svg) no-repeat;
  background-size: auto;
  top: -10px;
  left: 10px;
}
#shoes_kh_20250807 .messageWrap .messageInner::after {
  width: 158px;
  height: 158px;
  background: url(/ec/shop/images/campaign/20250807_shoes_kh/deco_ribbon02.svg) no-repeat;
  background-size: auto;
  bottom: -30px;
  right: 20px;
}
#shoes_kh_20250807 .messageWrap .messageInner h4.messagettl {
  font-size: 25px;
  font-weight: 900;
  margin-bottom: 20px;
}
#shoes_kh_20250807 .messageWrap .messageInner .messagetext {
  font-size: 16px;
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  #shoes_kh_20250807 .messageWrap {
    margin-top: 30px;
    padding: 0 20px 100px;
  }
  #shoes_kh_20250807 .messageWrap .messageOutline {
    padding: 5px;
  }
  #shoes_kh_20250807 .messageWrap .messageOutline .deco_ttl {
    top: 0;
  }
  #shoes_kh_20250807 .messageWrap .messageInner {
    padding: 25px 20px 45px;
  }
  #shoes_kh_20250807 .messageWrap .messageInner::before, #shoes_kh_20250807 .messageWrap .messageInner::after {
    position: absolute;
    content: "";
  }
  #shoes_kh_20250807 .messageWrap .messageInner::before {
    width: 100px;
    height: 130px;
    background-size: cover;
    top: 50px;
    left: -20px;
  }
  #shoes_kh_20250807 .messageWrap .messageInner::after {
    width: 130px;
    height: 130px;
    background-size: cover;
    bottom: -20px;
    right: -20px;
  }
  #shoes_kh_20250807 .messageWrap .messageInner h4.messagettl {
    font-size: 25px;
    font-weight: 900;
    margin-bottom: 20px;
  }
  #shoes_kh_20250807 .messageWrap .messageInner .messagetext {
    font-size: 16px;
    line-height: 2em;
  }
}

/* =========================================================
コラボレーションアイテム
============================================================ */
#shoes_kh_20250807 .productAll {
  position: relative;
}
#shoes_kh_20250807 .productAll::before, #shoes_kh_20250807 .productAll::after {
  position: absolute;
  content: "";
  margin: 0 auto;
}
#shoes_kh_20250807 .productAll::before {
  width: 100%;
  height: 160px;
  background: url(/ec/shop/images/campaign/20250807_shoes_kh/pc_deco_bgtop01.svg) no-repeat;
  background-size: cover;
  background-position: center top;
  top: -160px;
  left: 0;
  z-index: 0;
}
#shoes_kh_20250807 .productAll::after {
  width: 100%;
  height: 120px;
  background: url(/ec/shop/images/campaign/20250807_shoes_kh/pc_deco_bgbottom01.svg) no-repeat;
  background-size: cover;
  background-position: center bottom;
  bottom: -120px;
  right: 0;
  z-index: 0;
}
#shoes_kh_20250807 .productAll .productWrap {
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
#shoes_kh_20250807 .productAll .productWrap .boxInner .img {
  margin-bottom: 10px;
}
#shoes_kh_20250807 .productAll .productWrap .boxInner .img > img {
  width: 100%;
}
#shoes_kh_20250807 .productAll .productWrap .boxInner .text {
  color: #382927;
  font-size: 16px;
  font-weight: 600px;
}
#shoes_kh_20250807 .productAll .productWrap .boxInner .text .name {
  text-align: left;
}
#shoes_kh_20250807 .productAll .productWrap .boxInner .text .price {
  text-align: right;
  font-feature-settings: "halt";
  margin-top: 5px;
}
#shoes_kh_20250807 .productAll .productWrap .boxInner .text .price .tax {
  font-size: 90%;
}
@media screen and (max-width: 767px) {
  #shoes_kh_20250807 .productAll {
    padding-top: 30px;
  }
  #shoes_kh_20250807 .productAll .largeTtl {
    width: 90%;
    max-height: 189px;
  }
  #shoes_kh_20250807 .productAll::before {
    width: 100%;
    height: 120px;
    background: url(/ec/shop/images/campaign/20250807_shoes_kh/sp_deco_bgtop01.svg) no-repeat;
    background-size: contain;
    background-position: center bottom;
    top: -120px;
  }
  #shoes_kh_20250807 .productAll::after {
    width: 100%;
    height: 120px;
    background: url(/ec/shop/images/campaign/20250807_shoes_kh/sp_deco_bgbottom01.svg) no-repeat;
    background-size: contain;
    background-position: center top;
    bottom: -120px;
  }
  #shoes_kh_20250807 .productAll .productWrap {
    padding: 0 15px 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 8px;
  }
  #shoes_kh_20250807 .productAll .productWrap .boxInner .text .name {
    font-size: 14px;
  }
  #shoes_kh_20250807 .productAll .productWrap .boxInner .text .price {
    font-size: 14px;
  }
  #shoes_kh_20250807 .productAll .productWrap .boxInner .text .price .tax {
    font-size: 90%;
  }
}

/* =========================================================
ニュース
============================================================ */
#shoes_kh_20250807 .newsWrap {
  margin: 50px auto 0;
  padding-bottom: 20px;
}
#shoes_kh_20250807 .newsWrap .newsInner {
  margin-top: 20px;
  background: rgba(255, 255, 255, 0.5);
  padding: 30px;
}
#shoes_kh_20250807 .newsWrap .newsInner .list > li {
  position: relative;
  padding-left: 1em;
}
#shoes_kh_20250807 .newsWrap .newsInner .list > li::before {
  position: absolute;
  content: "・";
  left: 0;
}
@media screen and (max-width: 767px) {
  #shoes_kh_20250807 .newsWrap {
    margin: 80px auto 0;
    padding-bottom: 10px;
  }
  #shoes_kh_20250807 .newsWrap .largeTtl > img {
    max-height: 80px;
  }
  #shoes_kh_20250807 .newsWrap .newsInner {
    margin: 20px 15px 0;
    padding: 20px;
  }
  #shoes_kh_20250807 .newsWrap .newsInner .list > li {
    font-size: 14px;
  }
}

/* =========================================================
ピックアップポイント
============================================================ */
#shoes_kh_20250807 .pickupAll {
  padding: 100px 0 180px;
}
#shoes_kh_20250807 .pickupAll .pickupWrap .pickupBox {
  margin: 0 auto 80px;
}
#shoes_kh_20250807 .pickupAll .pickupWrap .pickupBox .inner {
  margin: 0 auto 30px;
  padding: 0 45px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}
#shoes_kh_20250807 .pickupAll .pickupWrap .pickupBox .inner .img {
  width: 50%;
  max-width: 380px;
}
#shoes_kh_20250807 .pickupAll .pickupWrap .pickupBox .inner .img > img {
  width: 100%;
  border: 1px solid #382927;
  border-radius: 11px;
}
#shoes_kh_20250807 .pickupAll .pickupWrap .pickupBox .inner .imgPointText {
  max-width: 495px;
  background-color: #F3E4E6;
  padding: 20px 35px 0;
  border-radius: 10px;
  position: relative;
  box-sizing: border-box;
}
#shoes_kh_20250807 .pickupAll .pickupWrap .pickupBox .inner .imgPointText > img {
  width: 100%;
  position: relative;
  top: -30px;
}
#shoes_kh_20250807 .pickupAll .pickupWrap .pickupBox .designBtn > a {
  display: flex;
  width: 350px;
  height: 70px;
  background-color: #382927;
  color: #FFF;
  justify-content: center;
  align-items: center;
  margin: 30px auto 0;
  font-size: 20px;
  font-weight: bold;
  outline: 1px solid #FFF;
  outline-offset: -5px;
}
@media screen and (max-width: 1000px) and (min-width: 767px) {
  #shoes_kh_20250807 .pickupAll .pickupWrap .pickupBox .inner {
    padding: 0 15px;
    flex-wrap: wrap;
    justify-content: center;
  }
  #shoes_kh_20250807 .pickupAll .pickupWrap .pickupBox .inner .img {
    width: 48%;
    margin-right: 2%;
  }
  #shoes_kh_20250807 .pickupAll .pickupWrap .pickupBox .inner .imgPointText {
    width: 40%;
    padding: 20px 20px 0;
  }
}
@media screen and (max-width: 767px) {
  #shoes_kh_20250807 .pickupAll {
    padding: 100px 0 80px;
  }
  #shoes_kh_20250807 .pickupAll .largeTtl > img {
    max-height: 80px;
  }
  #shoes_kh_20250807 .pickupAll .pickupWrap {
    margin-bottom: 30px;
  }
  #shoes_kh_20250807 .pickupAll .pickupWrap .pickupBox {
    margin: 0 auto 50px;
  }
  #shoes_kh_20250807 .pickupAll .pickupWrap .pickupBox .inner {
    padding: 0 15px;
    flex-wrap: wrap;
  }
  #shoes_kh_20250807 .pickupAll .pickupWrap .pickupBox .inner .img {
    width: 80%;
    margin: 0 auto 50px;
  }
  #shoes_kh_20250807 .pickupAll .pickupWrap .pickupBox .inner .imgPointText {
    padding: 20px 20px 0;
  }
  #shoes_kh_20250807 .pickupAll .pickupWrap .pickupBox .inner .imgPointText > img {
    top: -25px;
  }
  #shoes_kh_20250807 .pickupAll .pickupWrap .pickupBox .designBtn > a {
    display: flex;
    max-width: 350px;
    width: 90%;
  }
}

/* =========================================================
プロフィール
============================================================ */
#shoes_kh_20250807 .profileAll {
  position: relative;
}
#shoes_kh_20250807 .profileAll::before, #shoes_kh_20250807 .profileAll::after {
  position: absolute;
  content: "";
  margin: 0 auto;
}
#shoes_kh_20250807 .profileAll::before {
  width: 100%;
  height: 180px;
  background: url(/ec/shop/images/campaign/20250807_shoes_kh/pc_deco_bgtop02.svg) no-repeat;
  background-size: cover;
  background-position: center top;
  top: -180px;
  left: 0;
  z-index: 0;
}
#shoes_kh_20250807 .profileAll .profileWrap {
  position: relative;
  z-index: 1;
  top: -100px;
}
#shoes_kh_20250807 .profileAll .profileInner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 0 45px;
}
#shoes_kh_20250807 .profileAll .profileInner .img {
  width: 50%;
  max-width: 420px;
  position: relative;
}
#shoes_kh_20250807 .profileAll .profileInner .img::before {
  position: absolute;
  content: "";
  width: 100px;
  height: 60px;
  background: url(/ec/shop/images/campaign/20250807_shoes_kh/deco_profileribbon.svg) no-repeat;
  background-size: cover;
  bottom: -30px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#shoes_kh_20250807 .profileAll .profileInner .img > img {
  width: 100%;
}
#shoes_kh_20250807 .profileAll .profileInner .profileText {
  width: 50%;
  font-size: 16px;
  letter-spacing: 0.05em;
  margin-top: 20px;
}
#shoes_kh_20250807 .profileAll .profileInner .profileText .nameWrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 10px;
}
#shoes_kh_20250807 .profileAll .profileInner .profileText .nameWrap .name .large {
  font-size: 25px;
}
#shoes_kh_20250807 .profileAll .profileInner .profileText .nameWrap .snsWrap ul {
  display: flex;
}
#shoes_kh_20250807 .profileAll .profileInner .profileText .nameWrap .snsWrap ul li:not(:last-child) {
  margin-right: 5px;
}
#shoes_kh_20250807 .profileAll .profileInner .profileText .nameWrap .snsWrap ul li a {
  background: #FFF;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#shoes_kh_20250807 .profileAll .profileInner .profileText .nameWrap .snsWrap ul li a > img {
  height: 18px;
  width: auto;
}
#shoes_kh_20250807 .profileAll .profileInner .profileText .nameWrap .snsWrap ul li a.iconYoutube > img {
  height: 15px;
}
@media screen and (max-width: 1000px) and (min-width: 767px) {
  #shoes_kh_20250807 .profileAll .profileInner {
    margin: 0 15px;
  }
  #shoes_kh_20250807 .profileAll .profileInner .img {
    width: 48%;
    margin: 0 2% 0 0;
    position: relative;
    max-width: 100%;
  }
  #shoes_kh_20250807 .profileAll .profileInner .profileText {
    width: 50%;
  }
  #shoes_kh_20250807 .profileAll .profileInner .profileText .nameWrap {
    display: block;
    margin-bottom: 15px;
  }
  #shoes_kh_20250807 .profileAll .profileInner .profileText .nameWrap .name {
    text-align: left;
    margin-bottom: 10px;
    font-size: 15px;
  }
  #shoes_kh_20250807 .profileAll .profileInner .profileText .nameWrap .name .large {
    font-size: 30px;
  }
  #shoes_kh_20250807 .profileAll .profileInner .profileText .nameWrap .snsWrap ul {
    justify-content: flex-start;
  }
  #shoes_kh_20250807 .profileAll .profileInner .profileText dd {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  #shoes_kh_20250807 .profileAll .largeTtl > img {
    max-height: 80px;
  }
  #shoes_kh_20250807 .profileAll::before {
    width: 100%;
    height: 120px;
    background: url(/ec/shop/images/campaign/20250807_shoes_kh/sp_deco_bgtop02.svg) no-repeat;
    background-size: contain;
    background-position: center bottom;
    top: -120px;
  }
  #shoes_kh_20250807 .profileAll .profileWrap {
    top: -50px;
  }
  #shoes_kh_20250807 .profileAll .profileInner {
    margin: 0 15px;
  }
  #shoes_kh_20250807 .profileAll .profileInner .img {
    width: 90%;
    max-width: 450px;
    margin: 0 auto;
    position: relative;
  }
  #shoes_kh_20250807 .profileAll .profileInner .img::before {
    position: absolute;
    content: "";
    width: 70px;
    height: 40px;
    background: url(/ec/shop/images/campaign/20250807_shoes_kh/deco_profileribbon.svg) no-repeat;
    background-size: cover;
    bottom: -20px;
  }
  #shoes_kh_20250807 .profileAll .profileInner .profileText {
    width: 100%;
  }
  #shoes_kh_20250807 .profileAll .profileInner .profileText dd {
    font-size: 16px;
    letter-spacing: 0.05em;
    margin-top: 20px;
  }
  #shoes_kh_20250807 .profileAll .profileInner .profileText .nameWrap {
    display: block;
    margin-bottom: 15px;
  }
  #shoes_kh_20250807 .profileAll .profileInner .profileText .nameWrap .name {
    text-align: center;
    margin-bottom: 10px;
  }
  #shoes_kh_20250807 .profileAll .profileInner .profileText .nameWrap .name .large {
    font-size: 30px;
  }
  #shoes_kh_20250807 .profileAll .profileInner .profileText .nameWrap .snsWrap ul {
    justify-content: center;
  }
}

/* =========================================================
イベント
============================================================ */
#shoes_kh_20250807 .eventAll {
  padding: 80px 0 180px;
}
#shoes_kh_20250807 .eventAll .eventInner {
  display: flex;
  flex-wrap: wrap;
  margin: 0 45px;
}
#shoes_kh_20250807 .eventAll .eventInner .photo {
  width: calc(50% - 30px);
  margin-right: 30px;
}
#shoes_kh_20250807 .eventAll .eventInner .photo > img {
  width: 100%;
}
#shoes_kh_20250807 .eventAll .eventInner .eventText {
  width: 50%;
  letter-spacing: 0.08em;
}
#shoes_kh_20250807 .eventAll .eventInner .eventText .eventTtl {
  font-size: 25px;
  font-weight: 900;
  line-height: 1.5em;
  margin-bottom: 20px;
}
#shoes_kh_20250807 .eventAll .eventInner .eventText .eventWrap > dl {
  display: flex;
}
#shoes_kh_20250807 .eventAll .eventInner .eventText .eventWrap > dl > dt {
  width: 5.5em;
  position: relative;
}
#shoes_kh_20250807 .eventAll .eventInner .eventText .eventWrap > dl > dt::after {
  position: absolute;
  content: "：";
  right: 0;
}
#shoes_kh_20250807 .eventAll .eventInner .eventText .eventWrap > dl > dd {
  width: calc(100% - 5.5em);
}
#shoes_kh_20250807 .eventAll .eventInner .eventText .eventWrap > dl.day {
  align-items: baseline;
}
#shoes_kh_20250807 .eventAll .eventInner .eventText .eventWrap > dl.day > dd {
  font-size: 18px;
}
#shoes_kh_20250807 .eventAll .eventInner .eventText .eventWrap > dl.day > dd .large {
  font-size: 23px;
}
#shoes_kh_20250807 .eventAll .eventInner .eventText .eventWrap > dl.place > dd .access {
  display: inline-block;
  padding-left: 15px;
  font-size: 14px;
  color: #382927;
  border-bottom: 1px solid #382927;
}
#shoes_kh_20250807 .eventAll .eventInner .eventText .eventWrap > dl.place > dd .access::before {
  width: 5px;
  height: 5px;
}
#shoes_kh_20250807 .eventAll .eventInner .eventText .eventWrap .designBtn a {
  display: flex;
  border: 1px solid #382927;
  outline: 1px solid #382927;
  outline-offset: -5px;
  width: 350px;
  height: 50px;
  background-color: #FFF;
  align-items: center;
  justify-content: center;
  margin: 20px auto 0;
  position: relative;
  font-size: 18px;
  z-index: 1;
}
#shoes_kh_20250807 .eventAll .eventInner .eventText .eventWrap .designBtn a::before {
  width: 8px;
  height: 8px;
}
@media screen and (max-width: 1000px) and (min-width: 767px) {
  #shoes_kh_20250807 .eventAll .eventInner {
    margin: 0 15px;
    align-items: center;
  }
  #shoes_kh_20250807 .eventAll .eventInner .photo {
    width: 48%;
    margin-right: 2%;
  }
  #shoes_kh_20250807 .eventAll .eventInner .eventText {
    width: 50%;
  }
  #shoes_kh_20250807 .eventAll .eventInner .eventText .eventTtl {
    font-size: 20px;
    margin-bottom: 0px;
  }
  #shoes_kh_20250807 .eventAll .eventInner .eventText .eventWrap > dl {
    display: flex;
  }
  #shoes_kh_20250807 .eventAll .eventInner .eventText .eventWrap > dl > dt {
    font-size: 16px;
  }
  #shoes_kh_20250807 .eventAll .eventInner .eventText .eventWrap > dl.day > dd {
    font-size: 16px;
  }
  #shoes_kh_20250807 .eventAll .eventInner .eventText .eventWrap > dl.day > dd .large {
    font-size: 20px;
  }
  #shoes_kh_20250807 .eventAll .eventInner .eventText .eventWrap > dl.place > dd {
    font-size: 16px;
  }
  #shoes_kh_20250807 .eventAll .eventInner .eventText .eventWrap > dl.place > dd .access {
    font-size: 14px;
  }
  #shoes_kh_20250807 .eventAll .eventInner .eventText .eventWrap .designBtn a {
    width: 90%;
    max-width: 350px;
    color: #382927;
  }
}
@media screen and (max-width: 767px) {
  #shoes_kh_20250807 .eventAll {
    padding: 50px 0 90px;
  }
  #shoes_kh_20250807 .eventAll .largeTtl > img {
    max-height: 80px;
  }
  #shoes_kh_20250807 .eventAll .eventInner {
    display: flex;
    flex-wrap: wrap;
    margin: 0 15px;
  }
  #shoes_kh_20250807 .eventAll .eventInner .photo {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  #shoes_kh_20250807 .eventAll .eventInner .photo > img {
    width: 100%;
  }
  #shoes_kh_20250807 .eventAll .eventInner .eventText {
    width: 100%;
  }
  #shoes_kh_20250807 .eventAll .eventInner .eventText .eventTtl {
    font-size: 20px;
    margin-bottom: 0px;
  }
  #shoes_kh_20250807 .eventAll .eventInner .eventText .eventWrap > dl {
    display: flex;
  }
  #shoes_kh_20250807 .eventAll .eventInner .eventText .eventWrap > dl > dt {
    font-size: 16px;
  }
  #shoes_kh_20250807 .eventAll .eventInner .eventText .eventWrap > dl.day > dd {
    font-size: 16px;
  }
  #shoes_kh_20250807 .eventAll .eventInner .eventText .eventWrap > dl.day > dd .large {
    font-size: 20px;
  }
  #shoes_kh_20250807 .eventAll .eventInner .eventText .eventWrap > dl.place > dd {
    font-size: 16px;
  }
  #shoes_kh_20250807 .eventAll .eventInner .eventText .eventWrap > dl.place > dd .access {
    font-size: 14px;
  }
  #shoes_kh_20250807 .eventAll .eventInner .eventText .eventWrap .designBtn a {
    width: 90%;
    max-width: 350px;
    color: #382927;
  }
}

/* =========================================================
インスタグラム
============================================================ */
#shoes_kh_20250807 .InstaAll {
  padding-bottom: 50px;
  position: relative;
}
#shoes_kh_20250807 .InstaAll::before, #shoes_kh_20250807 .InstaAll::after {
  position: absolute;
  content: "";
  margin: 0 auto;
}
#shoes_kh_20250807 .InstaAll::before {
  width: 100%;
  height: 180px;
  background: url(/ec/shop/images/campaign/20250807_shoes_kh/pc_deco_bgtop01.svg) no-repeat;
  background-size: cover;
  background-position: center top;
  top: -180px;
  left: 0;
  z-index: 0;
}
#shoes_kh_20250807 .InstaAll .instWrap {
  margin: 0 45px 0;
  position: relative;
  top: -50px;
}
#shoes_kh_20250807 .InstaAll .instWrap .instInner {
  display: flex;
  justify-content: center;
}
#shoes_kh_20250807 .InstaAll .instWrap .instInner .box {
  width: calc((100% - 16px) / 3);
}
#shoes_kh_20250807 .InstaAll .instWrap .instInner .box:not(:last-child) {
  margin-right: 8px;
}
#shoes_kh_20250807 .InstaAll .instWrap .instInner .box .instagram-media {
  min-width: 100% !important;
  margin: 0 -1px !important;
  border-right: none !important;
  border-left: none !important;
}
#shoes_kh_20250807 .InstaAll .instWrap .designBtn {
  margin: 10px auto 0;
  text-align: center;
}
#shoes_kh_20250807 .InstaAll .instWrap .designBtn a {
  font-size: 20px;
  border-bottom: 1px solid #382927;
  padding-left: 20px;
  font-weight: 400;
  color: #382927;
}
#shoes_kh_20250807 .InstaAll .instWrap .designBtn a.arrow_r::before {
  width: 5px;
  height: 5px;
  top: 5px;
  left: 3px;
}
@media screen and (max-width: 767px) {
  #shoes_kh_20250807 .InstaAll {
    padding-bottom: 50px;
  }
  #shoes_kh_20250807 .InstaAll .largeTtl > img {
    max-height: 80px;
    width: 90%;
  }
  #shoes_kh_20250807 .InstaAll::before {
    width: 100%;
    height: 120px;
    background: url(/ec/shop/images/campaign/20250807_shoes_kh/sp_deco_bgtop01.svg) no-repeat;
    background-size: contain;
    background-position: center bottom;
    top: -120px;
  }
  #shoes_kh_20250807 .InstaAll .instWrap {
    margin: 0 15px 0;
    top: 20px;
  }
  #shoes_kh_20250807 .InstaAll .instWrap .instInner {
    width: 100%;
    flex-wrap: wrap;
  }
  #shoes_kh_20250807 .InstaAll .instWrap .instInner .box {
    width: 100%;
  }
  #shoes_kh_20250807 .InstaAll .instWrap .instInner .box:not(:last-child) {
    margin-right: 0;
    margin-bottom: 10px;
  }
}