@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
@media screen and (min-width: 360px) {
  body {
    margin: 0;
  }
}
@media screen and (min-width: 480px) {
  body {
    margin: 0;
  }
}
@media screen and (min-width: 769px) {
  body {
    margin: 0;
  }
}
@media screen and (min-width: 769px) {
  body {
    margin: 0;
  }
}
@media screen and (min-width: 992px) {
  body {
    margin: 0;
  }
}
@media screen and (min-width: 1040px) {
  body {
    margin: 0;
  }
}
@media screen and (min-width: 1200px) {
  body {
    margin: 0;
  }
}
@media screen and (min-width: 1240px) {
  body {
    margin: 0;
  }
}
@media screen and (min-width: 1440px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 1439px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 1239px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 1199px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 1039px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 991px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 479px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 359px) {
  body {
    margin: 0;
  }
}

@media screen and (max-width: 991px) {
  .hidden-md-down {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .hidden-sm-down {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .hidden-xs-down {
    display: none;
  }
}

@media screen and (min-width: 992px) {
  .hidden-lg-up {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .hidden-ipad-up {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .hidden-md-up {
    display: none;
  }
}

@media screen and (min-width: 480px) {
  .hidden-sm-up {
    display: none;
  }
}

@media screen and (min-width: 360px) {
  .hidden-xs-up {
    display: none;
  }
}

html {
  font-size: 62.5%;
  height: 100%;
}
body {
  height: 100%;
  word-break: break-all;
  color: #000;
}

section {
  padding: initial;
}

.contents {
  overflow: initial;
  overflow-x: initial;
}

ul,
ul li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

ol {
  padding-left: 1.4em;
  list-style: none;
}

dl {
  margin-bottom: 0;
}

dl dt {
  margin-bottom: 0;
}

dl dd {
  margin-bottom: 0;
}

a:link {
  color: initial;
  text-decoration: none;
}

a {
  transition: 0.3s all;
  color: #333;
  opacity: 1;
  text-decoration: none;
}
a:visited {
  color: inherit;
}

i, em {
  font-style: normal;
}

h2,
h3,
h4,
h5,
h6 {
  position: relative;
  margin-bottom: 0;
}

h2 > span,
h3 > span,
h4 > span,
h5 > span,
h6 > span {
  display: inline-block;
}

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

p {
  margin-bottom: 0;
}

button, input, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: inherit;
  border-radius: 0;
  color: inherit;
  background: 0 0;
  border: none;
  margin: 0;
  padding: 0;
}

body {
  /*@include mq(md-min) {
    min-width: 1280px;
  }*/
  min-width: 1240px;
}
@media screen and (max-width: 768px) {
  body {
    min-width: auto;
  }
}

.content-inner {
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", serif !important;
}
@media screen and (max-width: 768px) {
  .content-inner {
    max-width: none;
  }
}

/* ------------------------------------------
  component
--------------------------------------- */
.is-open {
  overflow: hidden;
}

.fadein {
  transform: translateY(50px);
  opacity: 0 !important;
  transition: all 1.3s;
}
.fadein.is-scroll {
  transform: translateY(0);
  opacity: 1 !important;
}

@media screen and (min-width: 769px) {
  .sp-only {
    display: none;
  }
}

.pc-only {
  display: none;
}
@media screen and (min-width: 769px) {
  .pc-only {
    display: block;
  }
}

/* ----------------CMS共通部分打ち消し---------------------- */
[data-row-pc]:not([data-row-pc="1"]) {
  width: 80%;
  margin: 0 auto;
  padding-bottom: 50px;
}

.contents-wrap {
  width: auto;
  margin: 0 !important;
}

.heading-lv2 > .heading_title {
  display: none;
}

@media screen and (max-width: 768px) {
  .share-sns-column {
    position: relative;
    z-index: 10;
    background-color: #fff;
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 768px) {
  .menu-column {
    margin-top: 0 !important;
    position: relative;
    z-index: 10;
  }
}

#header {
  display: none !important;
}

.pageGuide {
  display: none;
}

.contents {
  overflow: visible;
}
@media screen and (max-width: 768px) {
  .contents {
    min-width: auto;
  }
}

/* ------------------LP------------------- */
.shoes2026 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  min-width: 1240px;
}
@media screen and (max-width: 768px) {
  .shoes2026 {
    min-width: auto;
  }
}
.shoes2026 img {
  vertical-align: bottom;
  width: 100%;
}
.shoes2026 .w600 {
  max-width: 600px;
}
.shoes2026 .w640 {
  max-width: 640px;
}
@media screen and (max-width: 768px) {
  .shoes2026 .w640 {
    width: 100% !important;
  }
}
.shoes2026 .mv__text {
  width: 95%;
  margin: 20px auto 24px;
}
.shoes2026 .mv__text > img {
  display: none;
}
@media screen and (max-width: 768px) {
  .shoes2026 .mv__text > img {
    margin-top: 16px;
    width: 48%;
    display: block;
    margin-left: auto;
  }
}
.shoes2026 .sp__menu {
  display: none;
}
@media screen and (max-width: 768px) {
  .shoes2026 .sp__menu {
    display: block;
    margin-left: auto;
    position: fixed;
    z-index: 9999;
    top: 16px;
    right: 22px;
    max-width: 50px;
  }
}
.shoes2026 .sp__menu img {
  display: block;
}
.shoes2026 .nav {
  display: none;
  background-color: #7fc16c;
  padding: 104px 12px 60px;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
}
@media screen and (max-width: 768px) {
  .shoes2026 .nav {
    display: flex;
    flex-flow: column;
    transform: translateX(-100vw);
    transition: all 0.3s ease;
  }
  .shoes2026 .nav.is-open {
    transform: translateX(0);
  }
  .shoes2026 .nav__text {
    margin-top: auto;
  }
  .shoes2026 .nav li {
    max-width: 64px;
  }
  .shoes2026 .nav li:first-child {
    margin-bottom: 40px;
  }
  .shoes2026 .nav li:last-child {
    margin-bottom: 0;
  }
  .shoes2026 .nav li:not(:first-child) {
    max-width: 110px;
    margin-bottom: 26px;
  }
  .shoes2026 .nav li a {
    display: block;
  }
}
.shoes2026 .lead {
  max-width: 1180px;
  margin: 125px auto 120px;
  padding: 0 32px;
}
@media screen and (max-width: 768px) {
  .shoes2026 .lead {
    margin-top: 56px;
    padding: 0 15px;
  }
}
.shoes2026 .lead__img {
  width: 94%;
}
@media screen and (max-width: 768px) {
  .shoes2026 .lead__img {
    width: auto;
  }
}
.shoes2026 .lead__columns {
  display: flex;
  flex-flow: column;
  gap: 64px;
}
@media screen and (max-width: 768px) {
  .shoes2026 .lead__columns {
    gap: 50px;
  }
}
.shoes2026 .lead__columns li {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .shoes2026 .lead__columns li:nth-of-type(2) {
    width: 75%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .shoes2026 .lead__columns {
    flex-flow: column;
  }
}
.shoes2026 .lead__text {
  margin-top: 20px;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .shoes2026 .lead__text {
    font-size: 14px !important;
  }
}
@media screen and (max-width: 768px) {
  .shoes2026 .lead__text br {
    display: none;
  }
}
.shoes2026 .lead li:first-child {
  width: 940px;
}
@media screen and (max-width: 768px) {
  .shoes2026 .lead li:first-child {
    width: auto;
  }
}
.shoes2026 .lead__map {
  max-width: 560px;
}
@media screen and (max-width: 768px) {
  .shoes2026 .lead__map {
    max-width: none;
  }
}
.shoes2026 .zone__list {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 4px;
}
@media screen and (max-width: 768px) {
  .shoes2026 .zone__list {
    grid-template-columns: 55px 1fr;
  }
}
.shoes2026 .zone__list > li {
  background-color: #EDEAE5;
}
.shoes2026 .zone__list:nth-of-type(even) .zone__area {
  background-color: #7FC16C;
}
.shoes2026 .zone__list:nth-of-type(1) .zone__inner {
  padding-bottom: 128px;
}
.shoes2026 .zone__list:nth-of-type(1) .zone__heading {
  margin-bottom: 32px;
}
.shoes2026 .zone__list:nth-of-type(3) .zone__inner {
  padding-bottom: 100px;
}
.shoes2026 .zone__list:nth-of-type(4) .zone__inner {
  padding-bottom: 100px;
}
.shoes2026 .zone__area {
  padding: 24px;
  padding-right: 16px;
  height: 100vh;
  position: sticky;
  top: 0;
}
@media screen and (max-width: 768px) {
  .shoes2026 .zone__area {
    padding: 14px 10px;
    padding-right: 10px;
  }
}
.shoes2026 .zone__group {
  max-width: 140px;
  margin: 0 auto;
}
@media (max-height: 650px) {
  .shoes2026 .zone__group {
    width: 90px;
  }
}
@media screen and (max-height: 650px) and (max-width: 768px) {
  .shoes2026 .zone__group {
    width: auto;
  }
}
@media (max-height: 650px) {
  .shoes2026 .zone__group.n01 {
    width: 85px;
  }
}
@media screen and (max-height: 650px) and (max-width: 768px) {
  .shoes2026 .zone__group.n01 {
    width: auto;
  }
}
.shoes2026 .zone__terrace {
  width: 120px;
  margin-bottom: 40px;
}
@media (max-height: 650px) {
  .shoes2026 .zone__terrace {
    width: 100%;
  }
}
@media screen and (max-height: 650px) and (max-width: 768px) {
  .shoes2026 .zone__terrace {
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .shoes2026 .zone__terrace {
    width: auto;
    margin-bottom: 216px;
  }
}
.shoes2026 .zone__num {
  width: 102px;
}
@media (max-height: 650px) {
  .shoes2026 .zone__num {
    width: 100%;
  }
}
@media screen and (max-height: 650px) and (max-width: 768px) {
  .shoes2026 .zone__num {
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .shoes2026 .zone__num {
    width: auto;
  }
}
.shoes2026 .zone__text {
  writing-mode: vertical-rl;
  margin-left: auto;
  margin-bottom: 4vh;
  font-size: 13px;
  font-weight: 500;
}
.shoes2026 .zone__nav {
  width: 156px;
  margin: 10vh auto 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px 34px;
}
@media screen and (max-width: 768px) {
  .shoes2026 .zone__nav {
    display: none;
  }
}
.shoes2026 .zone__inner {
  padding: 56px 62px 56px 76px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .shoes2026 .zone__inner {
    padding: 20px 16px;
  }
}
.shoes2026 .zone__inner:nth-of-type(2) {
  padding-top: 0;
  padding-bottom: 170px;
}
@media screen and (max-width: 768px) {
  .shoes2026 .zone__inner:nth-of-type(2) {
    padding-bottom: 100px;
  }
}
.shoes2026 .zone__heading {
  margin-bottom: 88px;
}
.shoes2026 .zone__heading.spw {
  width: 780px;
}
@media screen and (max-width: 768px) {
  .shoes2026 .zone__heading.spw {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .shoes2026 .zone__heading {
    margin-bottom: 32px;
    width: 90%;
  }
}
.shoes2026 .zone__item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 48px 32px;
}
@media screen and (max-width: 768px) {
  .shoes2026 .zone__item {
    display: flex;
    flex-flow: column;
  }
}
.shoes2026 .zone__comment {
  margin-top: 36px;
  font-size: clamp(15px, 1.25vw, 18px);
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .shoes2026 .zone__comment {
    margin-top: 16px;
    font-size: 14px !important;
  }
}
.shoes2026 .zone__comment.mt0 {
  margin-top: 0;
}
.shoes2026 .zone__comment span {
  font-size: 16px;
  font-size: clamp(13px, 1.25vw, 16px);
}
@media screen and (max-width: 768px) {
  .shoes2026 .zone__comment span {
    font-size: 14px;
  }
}
.shoes2026 .zone__brandBox {
  margin: 24px auto 56px;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .shoes2026 .zone__brandBox {
    margin-bottom: 28px;
  }
}
.shoes2026 .zone__brand {
  width: 183px;
  margin: 0 auto 32px;
}
@media screen and (max-width: 768px) {
  .shoes2026 .zone__brand {
    width: 43%;
    margin-bottom: 16px;
  }
}
.shoes2026 .zone__brandText {
  font-size: 18px;
  font-weight: 500;
  color: #666;
  font-size: clamp(15px, 1.25vw, 18px);
}
.shoes2026 .zone__brandText.center {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .shoes2026 .zone__brandText.center {
    text-align: left;
    font-size: 16px !important;
  }
}
@media screen and (max-width: 768px) {
  .shoes2026 .zone__brandText.center br {
    display: none;
  }
}
.shoes2026 .zone__pickup {
  display: grid;
  grid-template-columns: 463px 1fr;
  gap: 36px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .shoes2026 .zone__pickup {
    display: flex;
    flex-flow: column;
    gap: 16px;
  }
}
.shoes2026 .zone__pickupLogo {
  max-width: 100px;
  margin: 0 auto 22px;
}
.shoes2026 .zone__pickupLogo.w158 {
  max-width: 158px;
}
@media screen and (max-width: 768px) {
  .shoes2026 .zone__pickupLogo.w158 {
    max-width: 110px;
  }
}
.shoes2026 .zone__pickupLogo.w206 {
  max-width: 206px;
}
@media screen and (max-width: 768px) {
  .shoes2026 .zone__pickupLogo.w206 {
    max-width: 150px;
  }
}
.shoes2026 .zone__pickupLogo.mb0 {
  margin-bottom: 0;
}
.shoes2026 .event {
  margin: 48px 0 0;
  padding-bottom: 156px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .shoes2026 .event {
    padding-bottom: 126px;
  }
}
.shoes2026 .event.no-border {
  padding-bottom: 0;
}
.shoes2026 .event.no-border::before {
  display: none;
}
.shoes2026 .event::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #000 center center no-repeat;
  background-size: contain;
  width: 108%;
  height: 2px;
}
.shoes2026 .event__box {
  background-color: #fff;
  border-radius: 30px;
  padding: 35px 70px 25px;
}
@media screen and (max-width: 768px) {
  .shoes2026 .event__box {
    padding: 30px 15px;
    border-radius: 16px;
  }
}
.shoes2026 .event__heading {
  max-width: 151px;
  margin: 0 auto 16px;
}
@media screen and (max-width: 768px) {
  .shoes2026 .event__heading {
    width: 40%;
  }
}
.shoes2026 .event__lead {
  font-size: clamp(15px, 1.25vw, 18px);
  color: #666;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .shoes2026 .event__lead {
    margin-bottom: 16px;
  }
}
.shoes2026 .event__columns {
  display: grid;
  grid-template-columns: 215px 1fr;
  gap: 24px;
}
.shoes2026 .event__columns li {
  width: 100%;
}
.shoes2026 .event__columns li .eventSplide {
  width: 76%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .shoes2026 .event__columns {
    display: flex;
    flex-flow: column;
  }
}
.shoes2026 .event__logo.w50 {
  max-width: 50px;
}
.shoes2026 .event .slick-dots {
  bottom: -36px;
}
.shoes2026 .event .slick-dots li.slick-active button {
  background-color: #ef95aa;
}
.shoes2026 .event .slick-dots li button {
  background-color: #fff;
  border: solid 1px #000;
  border-radius: 50%;
  width: 8px;
  height: 8px;
}
.shoes2026 .event__name {
  font-weight: 500;
  margin-bottom: 8px;
  line-height: 1.4;
  font-size: clamp(19px, 1.736vw, 25px) !important;
}
.shoes2026 .event__text {
  font-size: clamp(15px, 1.25vw, 18px) !important;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .shoes2026 .event__text {
    font-size: 14px !important;
  }
}
.shoes2026 .event__brandWrap {
  border-top: solid 1px #666;
  border-bottom: solid 1px #666;
  margin-top: 70px;
}
.shoes2026 .event__brand {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  gap: 24px;
  align-items: center;
}
.shoes2026 .event__brand.row8 {
  gap: 38px;
}
.shoes2026 .event__brand.row8 > li {
  flex: 0 0 calc((100% - 266px) / 8);
}
.shoes2026 .event__brand > li {
  flex: 0 0 calc((100% - 144px) / 7);
}
.shoes2026 .misterminit {
  display: flex;
  gap: 42px;
  max-width: 832px;
  margin: 140px auto 70px;
}
@media screen and (max-width: 768px) {
  .shoes2026 .misterminit {
    flex-flow: column;
    gap: 22px;
    padding: 0 16px;
    width: 90%;
    margin-top: 100px;
  }
}
.shoes2026 .misterminit__logo {
  max-width: 196px;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .shoes2026 .misterminit__logo {
    max-width: none;
    width: 60%;
    margin: 0 auto;
  }
}
.shoes2026 .misterminit__name {
  font-size: 18px;
  font-weight: 500;
}
.shoes2026 .misterminit__text {
  font-size: 18px;
  font-weight: 500;
}
.shoes2026 .misterminit__lead {
  margin: 20px 0;
  max-width: 560px;
}
@media screen and (max-width: 768px) {
  .shoes2026 .misterminit__lead {
    margin-top: 7px;
  }
}
.shoes2026 .kst {
  background-color: #7fc16c;
  padding: 50px 30px 32px;
  margin-top: 140px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .shoes2026 .kst {
    margin-top: 100px;
    padding: 50px 30px;
  }
}
.shoes2026 .kst__3f {
  max-width: 84px;
}
@media screen and (max-width: 768px) {
  .shoes2026 .kst__3f {
    max-width: 50px;
  }
}
.shoes2026 .kst__text {
  max-width: 422px;
}
@media screen and (max-width: 768px) {
  .shoes2026 .kst__text {
    max-width: 120px;
  }
}
.shoes2026 .shopblog {
  border-top: solid 1px #ddd;
  max-width: 90%;
  margin: 0 auto;
}
.shoes2026 .shopblog iframe {
  margin-top: 40px;
}
@media screen and (max-width: 360px) {
  .shoes2026 .shopblog iframe {
    height: 520px;
  }
}
@media screen and (max-width: 375px) {
  .shoes2026 .shopblog iframe {
    height: 530px;
  }
}
@media screen and (max-width: 390px) {
  .shoes2026 .shopblog iframe {
    height: 545px;
  }
}
@media screen and (max-width: 414px) {
  .shoes2026 .shopblog iframe {
    height: 569px;
  }
}
@media screen and (max-width: 430px) {
  .shoes2026 .shopblog iframe {
    height: 575px;
  }
}
.shoes2026 .shopblog .btn {
  margin: 50px auto 0;
  width: 220px;
}
@media screen and (max-width: 768px) {
  .shoes2026 .shopblog .btn {
    margin: 10px auto 0;
    width: 200px;
  }
}
.shoes2026 .shopblog .btn a {
  display: block;
  text-align: center;
  color: #fff;
  border: 1px solid #000;
  background: #000;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .shoes2026 .shopblog .btn a {
    font-size: 1.5rem;
  }
}
.shoes2026 .shopblog .btn a:hover {
  color: #000;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .shoes2026 .shopblog .btn a:hover {
    color: #fff;
    background: #000;
  }
}
.shoes2026 .topics-detail-heading2 .topics-detail-heading2__title {
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .shoes2026 .sp__slider {
    margin-top: 56px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
  }
}
.shoes2026 {
  /* -------------------------------------- 

    メインビジュアルのフェードスライダー

  -------------------------------------- */
}
.shoes2026 .mvSplide .splide__slide img, .shoes2026 .mvSplideSp1 .splide__slide img, .shoes2026 .mvSplideSp2 .splide__slide img {
  transition: 8s linear;
  transform: scale(1.3);
}
.shoes2026 .mvSplide .splide__slide.is-active img, .shoes2026 .mvSplideSp1 .splide__slide.is-active img, .shoes2026 .mvSplideSp2 .splide__slide.is-active img {
  transform: scale(1);
  transition-delay: 0s;
}
.shoes2026 {
  /* スライドのサイズ調整 */
}
.shoes2026 .mvSplide .splide__slide img, .shoes2026 .mvSplideSp1 .splide__slide img, .shoes2026 .mvSplideSp2 .splide__slide img {
  height: auto;
  width: 100%;
}
.shoes2026 .eventSplide .splide__pagination {
  margin-top: 10px;
  gap: 12px;
}
.shoes2026 .eventSplide li {
  width: 10px;
  height: 10px;
}
.shoes2026 .eventSplide li button {
  display: block;
  width: inherit;
  height: inherit;
  background-color: #fff;
  border: solid 1px #000;
  border-radius: 50%;
  cursor: pointer;
}
.shoes2026 .eventSplide li button.is-active {
  background-color: #ef95aa;
}
.shoes2026 .spSplide {
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  .shoes2026 .spSplide {
    width: calc(100vw - 92px);
  }
}
@media screen and (min-width: 769px) {
  .shoes2026 .spSplide .splide__list {
    margin-top: 56px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
  }
  .shoes2026 .spSplide .splide__list.row2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.shoes2026 .spSplide__prev {
  display: none;
}
@media screen and (max-width: 768px) {
  .shoes2026 .spSplide__prev {
    position: absolute;
    display: block;
    top: 25%;
    left: -20px;
    width: 33px;
    height: 60px;
    transform: rotate(180deg);
  }
}
.shoes2026 .spSplide__next {
  display: none;
}
@media screen and (max-width: 768px) {
  .shoes2026 .spSplide__next {
    position: absolute;
    display: block;
    top: 25%;
    right: -15px;
    width: 33px;
    height: 60px;
  }
}
@media screen and (min-width: 769px) {
  .shoes2026 .splide.is-initialized:not(.is-active) .splide__list {
    display: grid;
  }
}

/********スマホ Safari スワイプの時にスライダーが変になるバグ回避***********/
.splide__track {
  overflow: hidden;
  -webkit-transform: translateZ(0);
}

.splide__list {
  -webkit-transform: translateZ(0);
}

.splide__slide img {
  width: 100%;
  display: block;
}

.topics-period,
.topics-place {
  display: none;
}/*# sourceMappingURL=styles.css.map */