@charset "utf-8";
.searchtopzone {
  text-align: center;
}
.searchtopzone.rectangle img {
  max-width: 100%;
}
.searchtopzone.rectangle {
  padding-top: 0;
}
.searchtopzone img {
  max-width: 50%;
}
.searchtopzone span.limittext {
  display: block;
  font-size: 1.5rem;
  margin: 15px 0;
  font-weight: bold;
}
.searchtopzone span.limittext a {
  text-decoration: none;
  background: rgb(79, 79, 79);
  color: #fff;
  border-radius: 1rem;
  padding: 1rem 2rem;
  display: block;
  width: 27rem;
  margin: 0 auto;
}
.sarch_salelink {
  margin-top: -2rem;
  margin-bottom: 2rem; /*display:none;*/
}
.sarch_salelink a {
  text-decoration: none;
  display: block;
  margin: auto;
  width: 93%;
  text-align: center;
  background: #e6003e;
  color: #fff;
  font-size: 1.5rem;
  line-height: 5rem;
  border-radius: 3rem;
}
div.event_pricebetu_wrap {
  display: flex;
  flex-wrap: wrap;
  padding: 0rem 1rem;
  justify-content: space-between;
  margin-bottom: 3rem;
}
div.event_pricebetu_wrap > div.ep_pricebtn {
  width: 48.5%;
  text-align: center;
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 3.7rem;
}
div.event_pricebetu_wrap > div.ep_pricebtn:first-child {
  width: 100%;
  margin-bottom: 1rem;
}
div.event_pricebetu_wrap > div.ep_pricebtn > a {
  text-decoration: none;
  background: #c8dfff;
  width: 100%;
  display: block;
  border-radius: 5px;
  padding: 1rem 0;
  height: 5.5rem;
}
div.event_pricebetu_wrap > div.ep_pricebtn > a > span.stock {
  font-weight: normal;
  font-size: 1.3rem;
  display: block;
  line-height: 2.3rem;
}
.ep_pricebtn span.mintext {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: normal;
}
.event_pricebetu_wrap.zaikosuuari > div.ep_pricebtn > a {
  height: 7.5rem;
}
div.eventtext {
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 0rem;
  margin-top: 1rem;
}
div.eventtext2 {
  font-size: 1.9rem;
  width: 100%;
  max-width: 350px;
  margin: 1rem auto;
  border-radius: 0.5rem;
}
div.eventtext3 p {
  color: #f10000;
  font-weight: bold;
}
div.eventtext3 {
  font-size: 1.4rem;
  background: #f5f3e7;
  margin: 0 auto;
  width: 100%;
  max-width: 350px;
  border: 4px solid #af80b6;
  margin-top: 2rem;
  padding: 1rem 0;
}
div.eventtext4 {
  font-size: 1.1rem;
  margin-bottom: 2rem;
}
div.eventtext > span {
  display: block;
  font-size: 1.5rem;
}
div.eventtext4 a {
  color: #3bafdf;
  text-decoration: none;
  margin: 0 0.5rem;
  font-weight: bold;
}
div.eventtext5 {
  text-align: left;
  font-size: 1.1rem;
  background: #e2e2e2;
  padding: 1rem;
  margin-top: 2rem;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 350px;
}
div.eventtext5 p {
  margin-bottom: 0.5rem;
  font-weight: bold;
}
.searchtopzone .limittext {
  font-size: 1.3rem;
  margin-top: 10px;
}
.lpjump_ajax_btn_wrap {
  display: flex;
  flex-wrap: nowrap;
  margin: 30px;
  box-shadow: 2px 4px 5px 0px rgb(0 0 0 / 5%);
  border-radius: 10px;
  border: 1px solid hsl(0deg 0% 85% / 50%);
  text-decoration: none !important;
}
.lpjump_ajax_btn_wrap .lpjump_ajax_btn_img {
  width: 80px;
}
.lpjump_ajax_btn_wrap .lpjump_ajax_btn_img img {
  border-radius: 10px 0 0 10px;
  max-width: 100% !important;
}
.lpjump_ajax_btn_wrap .lpjump_ajax_btn_text {
  width: calc(100% - 80px);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.lpjump_ajax_btn_wrap .lpjump_ajax_btn_text span {
  padding-left: 10px;
  font-size: 11px;
  text-align: left;
}
.lpjump_ajax_btn_wrap .lpjump_ajax_btn_text:after {
  content: "　";
  width: 15px;
  height: 15px;
  transform: rotate(45deg);
  border: 2px solid #222;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  border-radius: 3px;
  margin-right: 15px;
} /*PCの時*/
@media only screen and (min-width: 769px) {
  .searchtopzone span.limittext {
    font-size: 2.5rem;
  }
  .searchtopzone span.limittext a {
    width: 46rem;
  }
  .searchtopzone img {
    max-width: 350px;
  }
  .searchtopzone img.yokonagabanner {
    max-width: 90%;
  }
  .sarch_salelink {
    display: none;
  }
  .searchtopzone.rectangle img {
    max-width: 60%;
  }
  .searchtopzone.rectangle {
  }
  div.event_pricebetu_wrap {
    margin-right: auto;
    margin-left: auto;
    max-width: 700px;
  }
  .searchtopzone .limittext {
    font-size: 2rem;
    margin-top: 20px;
    font-weight: bold;
  }
  .block-event-page .event_thumbnail,
  .block-genre-page .event_thumbnail,
  .block-category-list .event_thumbnail {
    max-width: 60%;
  }
  .lpjump_ajax_btn_wrap {
    max-width: 700px;
    min-width: 550px;
    margin: 30px 0px;
    width: 45%;
  }
  .lpjump_ajax_btn_wrap .lpjump_ajax_btn_img {
    width: 300px;
  }
  .lpjump_ajax_btn_wrap .lpjump_ajax_btn_text {
    width: calc(100% - 120px);
  }
  .lpjump_ajax_btn_wrap .lpjump_ajax_btn_text span {
    font-size: 15px;
    font-weight: bold;
    width: fit-content;
    margin: 0px auto;
    padding: 0px;
  }
  .lpjump_ajax_btn_wrap_wrap {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
  }
} /*SPの時*/
@media only screen and (max-width: 768px) {
  .searchtopzone img {
    max-width: 40%;
    margin: 10px 0;
  }
  .searchtopzone.rectangle img {
    margin: 0;
  }
}

/* 2025 renewal
.refine__result.refine__result_show {
  margin: -1px 0 3rem 0;
  width: 100%;
  padding: 2rem 1.5rem;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  display: grid !important;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto;
}*/
/* 2025 renewal
.refine__result.refine__result_show:before {
  text-align: left;
  font-weight: 600;
  font-size: 1.4rem;
  grid-column: 1/2;
  grid-row: 1/2;
  margin-bottom: 0;
}*/
/* 2025 renewal
.refine__result__lists {
  justify-content: flex-start;
  grid-column: 1/3;
  grid-row: 2/3;
  margin: 1rem 0 0 0;
  max-height: none;
}*/
/* 2025 renewal
.refine__result__btns {
  grid-column: 2/3;
  grid-row: 1/2;
  margin: 0;
  justify-content: flex-end;
  min-width: 105px;
}*/
/* 2025 renewal
.refine__result__lists--item {
  margin: 0.6rem 1rem 0.6rem 0;
}*/
/* 2025 renewal
.refine__result__btns--item .more:before {
  -webkit-mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23FFF"><path d="M0 0h24v24H0V0z" fill="none"/><path d="M3 17v2h6v-2H3zM3 5v2h10V5H3zm10 16v-2h8v-2h-8v-2h-2v6h2zM7 9v2H3v2h4v2h2V9H7zm14 4v-2H11v2h10zm-6-4h2V7h4V5h-4V3h-2v6z"/></svg>');
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background: #fff;
  margin: 0 0.3rem 0 1rem;
  width: 1.5rem;
  height: 1.5rem;
  vertical-align: baseline;
  display: block;
  display: none;
}*/
/* 2025 renewal
.refine__result__btns--item a.reset:after {
  content: "";
  -webkit-mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6.475 19.65 4.375 17.525 9.875 12 4.375 6.475 6.475 4.35 12 9.875 17.525 4.35 19.625 6.475 14.125 12 19.625 17.525 17.525 19.65 12 14.125Z"/></svg>');
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background: #222;
  margin: 0 0 0 0.4rem;
  width: 1.5rem;
  height: 1.5rem;
  vertical-align: text-bottom;
  display: block;
}*/
/* 2025 renewal
.refine__result__btns--item a {
  display: flex;
  flex-wrap: nowrap;
  border-radius: 10rem;
  border: none;
  padding: 0rem 1rem;
  line-height: 3rem;
  align-items: center;
  background: #eee !important;
}*/
/* 2025 renewal
.refine__result__btns--item a.more {
  background: #3bafdf !important;
}*/
.refine__result__btns--item.hidden {
  /* display: list-item; */
  /* display: none;*/ /* 2025 renewal */
}
/* 2025 renewal
.lists__sort--select {
  border-color: #ddd;
}*/
.listpage_topcustm_wrap .br_countdowntimer_wrap {
  margin: 1rem 0rem;
}
.outlet_attention {
  border: none;
}
.listpage_gendernarrow--title {
  font-size: 1.4rem;
  font-weight: 600;
  margin-right: 2rem;
}
.listpage_gendernarrow {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 2rem 1.5rem;
  display: flex;
  flex-wrap: nowrap;
  align-items: center; /* justify-content: space-between;*/
  background: #eee;
  margin-top: -1px;
}
.listpage_gendernarrow--item {
  text-decoration: none;
  font-size: 1.1rem;
  line-height: 3rem;
  height: 3rem;
  display: inline-block;
  border: 1px solid #eee;
  border-radius: 10rem;
  padding: 0rem 1.5rem;
  background: #fff;
  margin: 0 0.3rem;
  text-decoration: none !important;
  box-sizing: content-box;
}
@media only screen and (min-width: 769px) {
  /* 2025 renewal
  .refine__result.refine__result_show:before {
    font-size: 1.8rem;
  }*/
  /* 2025 renewal
  .refine__result__lists--item a {
    padding: 0rem 3.5rem 0rem 2.5rem;
    line-height: 4rem;
  }*/
  /* 2025 renewal
  .refine__result__lists .refine__result__btns--item {
    margin: 0.6rem 1rem 0.6rem 0;
  }*/
  /* 2025 renewal
  .refine__result__btns--item a {
    line-height: 4rem;
    border: 1px solid #eee;
    padding: 0rem 2rem;
  }*/
  /* 2025 renewal
  .refine__result.refine__result_show {
    padding: 3rem 2rem;
    margin: 0 auto;
    border: none;
  }*/
  .listpage_gendernarrow--title {
    font-size: 1.8rem;
  }
  .listpage_gendernarrow {
    border: none;
    justify-content: center;
    background: #eee;
    width: fit-content;
    margin: 0 auto;
    border-radius: 10rem;
    padding: 3rem 6rem;
  }
  .listpage_gendernarrow--item {
    font-size: 1.8rem;
    line-height: 5rem;
    height: 5rem;
    padding: 0rem 4rem;
    margin: 0 1rem;
    background: #fff;
  }
}
.listpage_gendernarrow--item.hidden,
.listpage_gendernarrow.hidden,
.refine__result--showall.hidden {
  display: none;
}
/* 2025 renewal
.listpage_gendernarrow *,
.refine__result.refine__result_show * {
  transition: none !important;
}*/
/* 2025 renewal
.refine__result__lists--morebtn {
  width: 100%;
  position: absolute;
  bottom: 1rem;
  text-align: center;
  font-size: 1.1rem;
  height: 5rem;
  line-height: 7.5rem;
  background-image: linear-gradient(
    0deg,
    rgba(255, 255, 255, 1) 50%,
    rgba(255, 255, 255, 0)
  );
}*/
/* 2025 renewal
.refine__result__lists--morebtn:after {
  content: "";
  -webkit-mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><path d="M24 30.75 12 18.75 14.15 16.6 24 26.5 33.85 16.65 36 18.8Z"/></svg>');
  background: #000;
  width: 2.3rem;
  height: 2.3rem;
  display: inline-block;
  margin-bottom: -0.8rem;
  transition: 0.3s;
}*/
/* 2025 renewal
.refine__result__lists--morebtn.more_show:after {
  transform: rotate(180deg);
}*/
/* 2025 renewal
body .refine__result ul.refine__result__lists {
  transition: 0.3s !important;
}*/
/* 2025 renewal
.refine__result__lists--morebtn.more_show {
  background: none;
  height: auto;
  line-height: normal;
  position: static;
  grid-column: 1/3;
  margin-top: 1rem;
}*/
.search_bottom_linkgroup {
  display: flex;
  flex-wrap: wrap;
}
.search_bottom_linkgroup a {
  width: calc((100% - 1px) / 2);
  text-decoration: none !important;
  font-size: 1.8rem;
  background: #c91d1d;
  line-height: 5rem;
  color: #fff;
  font-weight: 600;
  transition: 0.3s;
}
.search_bottom_linkgroup a:nth-of-type(2n) {
  margin-left: 1px;
}
.search_bottom_linkgroup a:nth-of-type(n + 3) {
  margin-top: 1px;
}
.search_bottom_linkgroup a.gender {
  background: #222;
  color: #fff;
  width: calc((100% - 1px) / 2);
}
.search_bottom_linkgroup.gender {
  margin-bottom: 1px;
  justify-content: center;
}
.search_bottom_linkgroup_head {
  font-size: 2rem;
  font-weight: 600;
  line-height: 4rem;
}
.search_bottom_linkgroup_head.ctgr {
  margin-top: 3rem;
}
@media only screen and (min-width: 500px) {
  .search_bottom_linkgroup a {
    width: calc((100% - 2px) / 3);
  }
  .search_bottom_linkgroup a:nth-of-type(2n) {
    margin-left: 0px;
  }
  .search_bottom_linkgroup a:nth-of-type(n + 3) {
    margin-top: 0px;
  }
  .search_bottom_linkgroup a:nth-of-type(3n-1) {
    margin-left: 0px;
    margin: 0px 1px;
  }
  .search_bottom_linkgroup.gender a:nth-of-type(3n-1) {
    margin-left: 1px;
    margin-right: 0px;
  }
  .search_bottom_linkgroup a:nth-of-type(n + 4) {
    margin-top: 1px;
  }
}
@media only screen and (min-width: 769px) {
  .search_bottom_linkgroup a {
    width: calc((100% - 3px) / 4);
    margin-left: 1px !important;
  }
  .search_bottom_linkgroup a:nth-of-type(2n) {
    margin-left: 0px;
  }
  .search_bottom_linkgroup a:nth-of-type(n + 3) {
    margin-top: 0px;
  }
  .search_bottom_linkgroup a:nth-of-type(3n-1) {
    margin: 0px;
  }
  .search_bottom_linkgroup a:nth-of-type(n + 4) {
    margin-top: 0px;
  }
  .search_bottom_linkgroup a:nth-of-type(4n + 1) {
    margin-left: 0 !important;
  }
  .search_bottom_linkgroup a:nth-of-type(n + 5) {
    margin-top: 1px !important;
  }
}
.search_bottom_linkgroup a:hover {
  opacity: 0.7;
} /* アウトレットサイズボタン */ /* .btn_box{padding: 20px 5px;border: 2px solid #645e5e;border-radius: 10px;background: #dbdada;color: #050505;font-weight: 700;text-align: center;transition: background 1s;transition: color 1s;} */
/* 2025 renewal
.btn_box {
  font-size: 12px;
  padding: 14px 5px;
  border: 2px solid #c9c9c9;
  border-radius: 10px;
  background: #eee;
  color: #4c4b4b;
  font-weight: 700;
  text-align: center;
  transition: background 1s;
  transition: color 1s;
}*/
.btn_glid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px; /* max-width: 400px;*/
  margin: 60px auto;
}
@media (min-width: 769px) {
  .btn_glid {
    grid-template-columns: repeat(2, 1fr 1fr 1fr);
    max-width: 700px;
  }
}
@media (max-width: 769px) {
  /* 2025 renewal
  .font {
    font-size: 0.8rem;
  }*/
}
/* 2025 renewal
.btn_box:hover {
  background-color: #4b4b4b;
  color: #fff;
}*/
/* 2025 renewal
a {
  text-decoration: none;
}*/
