@charset "UTF-8";
article, button {
  font-family: "Inter", sans-serif !important;
}

.disabled-button {
  pointer-events: none;
  opacity: 0.6;
  cursor: not-allowed;
  background-color: #f5f5f5;
  color: #b0b0b0;
  border: 1px solid #e0e0e0;
}

.day.disabled {
  cursor: not-allowed;
  pointer-events: none;
}

.day.schedule {
  cursor: pointer;
}

.day.schedule span {
  color: black !important;
  font-weight: bold;
}

.month {
  margin-left: 20px;
  margin-top: 15px;
}

.slick-vertical .slick-slide {
  height: 405px !important;
}

.paging {
  color: white;
  background-color: #a9a9a9;
  font-size: 80%;
  padding: 3px 20px;
  text-transform: uppercase;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
}

.emblem_left {
  vertical-align: middle;
  margin-right: 5px;
  width: 25px;
  height: auto !important;
}

.emblem_right {
  vertical-align: middle;
  margin-left: 5px;
  width: 25px;
  height: auto !important;
}

.button-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.button-group .button {
  white-space: nowrap;
}

.filter-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  padding: 0;
}

.hide {
  display: none !important;
}

.flex-show {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.week-navigation, .day-navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  margin-top: 30px;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .week-navigation, .day-navigation {
    margin-top: 20px;
  }
}
.week-navigation .button-blue.button, .day-navigation .button-blue.button {
  padding: 2px;
  width: 100px;
  height: 30px;
}
.week-navigation.flex-show, .day-navigation.flex-show {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.week-navigation button, .day-navigation button {
  width: 20%;
}

.first-heading {
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 30px !important;
}
@media screen and (max-width: 768px) {
  .first-heading {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 20px !important;
  }
}

.filter-buttons button {
  margin: 2px;
  width: 100%;
  min-width: 77px;
  max-width: 86px;
  padding: 10px 5px;
}

.button-wrapper {
  padding: 2px;
}
.button-wrapper button {
  height: 42px;
}

.button-wrapper.detail .button {
  width: 100%;
  min-width: none;
  max-width: none;
}

.button {
  display: inline-block;
  padding: 10px 20px;
  margin: 5px;
  border: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  font-size: 14px;
  line-height: 14px;
  cursor: pointer;
  color: white;
  text-align: center;
  text-decoration: none;
}

.button-red:hover, #calendarButton:hover {
  background-color: #d35e63;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.refine-button {
  text-align: center;
  margin-top: 10px;
}

/* 赤ボタン */
.button-red {
  background-color: #c01920;
}

/* 白ボタン(文字色赤) */
.button-white {
  background-color: #FFFFFF;
  color: #c01920;
  border: 2px solid #c01920;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 8px 8px !important;
}

/* 白ボタン(文字色青) */
.button-blue {
  background-color: #FFFFFF;
  color: #2355A5;
  border: 2px solid #BCBCBC;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.geki_contentitem .calendar .post-title-link.arrow-down {
  background: none !important;
}

.geki_contentitem .calendar .match-line {
  border-top: 1px solid #DDD;
}

.post-title-link {
  font-size: 16px;
  line-height: 16px;
  font-weight: bold !important;
}
@media screen and (max-width: 768px) {
  .post-title-link {
    font-size: 16px;
    line-height: 16px;
  }
}

.geki_contentitem .player-news.calendar .post-title-link {
  display: inline-block;
  margin-bottom: 20px;
  padding-right: 15px;
  color: #c01920;
}
@media screen and (max-width: 768px) {
  .geki_contentitem .player-news.calendar .post-title-link {
    margin-bottom: 10px;
  }
}

.geki_contentitem .player-news.calendar a.post-title-link {
  cursor: pointer;
}

.button-gray {
  background-color: #bcbcbc;
  color: #fff;
  padding: 10px !important;
}

.match-line-head {
  text-align: center;
}

.match-line-body {
  width: inherit;
  display: table;
  table-layout: fixed;
}

.match-content {
  display: block !important;
  width: 100%;
  border-bottom: 1px solid #DDD;
  margin-bottom: 40px;
}

.match-content br {
  display: block;
  content: "";
  margin-bottom: 12px;
}

/* 各試合行を1つのテーブル行のように */
.match-content > * {
  display: table-row;
}

/* 各試合のブロック */
.match-line {
  display: table;
  width: 100%;
  table-layout: fixed;
  line-height: normal;
  padding-top: 16px;
  padding-bottom: 16px;
}

.match-line-body a {
  font-weight: bold !important;
}

.match-time-block {
  text-align: center;
  font-size: 14px;
  line-height: 14px;
  line-height: 1.4;
  width: 36%;
  display: table-cell;
  vertical-align: middle;
  padding-left: 8px;
  padding-right: 8px;
}
@media screen and (max-width: 768px) {
  .match-time-block {
    width: 100px;
    white-space: nowrap;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.match-time {
  font-weight: bold;
  font-size: 20px;
  line-height: 20px;
}
@media screen and (max-width: 768px) {
  .match-time {
    font-size: 16px;
    line-height: 16px;
  }
}

.match-score.big {
  font-weight: bold;
  font-size: 30px;
  line-height: 30px;
}
@media screen and (max-width: 768px) {
  .match-score.big {
    font-size: 24px;
    line-height: 24px;
  }
}

.live-icon {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 9px;
  height: 24px;
  border: 2px solid #D52A37;
  color: #D52A37;
  white-space: nowrap;
  min-width: 66px;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.live-icon span {
  font-size: 12px;
  line-height: 12px;
  padding-left: 2px;
  color: #D52A37;
}
@media screen and (max-width: 768px) {
  .live-icon span {
    font-size: 10px;
    line-height: 10px;
  }
}

.team-left,
.team-right {
  display: table-cell;
  position: relative;
  width: 32%;
  vertical-align: middle;
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .team-left,
  .team-right {
    font-size: 14px;
    line-height: 20px;
    min-width: 130px;
    width: auto;
  }
}
@media (max-width: 379px) {
  .team-left,
  .team-right {
    min-width: 100px;
  }
}
.team-left img,
.team-right img {
  vertical-align: middle;
  height: 20px;
  margin-right: 4px;
}

.team-left.has-float-content {
  padding-bottom: 19px;
}
.team-left.has-float-content .team-left-float {
  margin-top: 4px;
}

.team-right.has-float-content {
  padding-bottom: 15px;
}
.team-right.has-float-content .team-right-float {
  margin-top: 4px;
}

.team-left {
  text-align: left;
  padding-right: 8px;
}
@media screen and (max-width: 768px) {
  .team-left {
    padding-right: 0px;
  }
}

.team-right {
  text-align: right;
  padding-left: 8px;
}
@media screen and (max-width: 768px) {
  .team-right {
    padding-left: 0px;
  }
}

.stadium-tv {
  margin-bottom: 6px;
}

.stadium, .tv {
  color: #666;
  font-size: 11px;
  line-height: 11px;
}

.team-right img {
  margin-left: 4px;
  margin-right: 0;
}

.team-left-float,
.team-right-float {
  position: absolute;
}

.team-right-float {
  right: 0px;
}

.home_players,
.away_players {
  font-size: 10px;
  line-height: 10px;
}

.scorer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #F5F5F5;
  margin: 0 auto;
  width: 100%;
  padding: 20px;
  font-size: 12px;
  line-height: 19.2px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  margin-top: 12px;
  color: #666666;
}

.scorer_text {
  margin-right: 10px;
  min-width: 32px;
  white-space: nowrap;
}

.entry-body {
  position: relative;
  text-align: center;
  padding: 40px 0 0 !important;
}

#geki_contents_1 {
  text-align: left;
}

#calendarWrapper {
  opacity: 0;
  position: fixed;
  right: 0;
  /* transform: unset; */
  display: block;
  padding: 30px 30px;
  bottom: 0;
  z-index: 5100;
  -webkit-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

#calendarButton {
  width: 70px;
  height: 70px;
  background-color: #c01920;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #c01920;
  border: 0;
  -webkit-box-shadow: 0 0 20px 5px hsla(0, 0%, 0%, 0.2);
  -moz-box-shadow: 0 0 20px 5px hsla(0, 0%, 0%, 0.2);
  box-shadow: 0 0 20px 5px hsla(0, 0%, 0%, 0.2);
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
}

/* アイコン常時表示 */
.calendar-icon {
  width: 35px;
  height: 35px;
  background: url(/data/image/etc/calendar_icon.png) no-repeat center center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  display: inline-block;
}

.detail-filter-button-icon {
  padding-left: 20px;
  background: url(/data/image/etc/calendar/detail-filter-button.png) no-repeat left center;
  -webkit-background-size: 15px 15px;
  -moz-background-size: 15px 15px;
  -o-background-size: 15px 15px;
  background-size: 15px 15px;
}

.button-gray .detail-filter-button-icon {
  background: url(/data/image/etc/calendar/detail-filter-button-white.png) no-repeat left center;
  -webkit-background-size: 15px 15px;
  -moz-background-size: 15px 15px;
  -o-background-size: 15px 15px;
  background-size: 15px 15px;
}

.team-left .type-name-flex {
  display: block;
  margin-top: 4px;
}

.team-left .type-name-flex p {
  display: inline-block;
  border: 1px solid #2355a5;
  padding: 2px 4px;
  margin: 0;
  font-size: 10px;
  line-height: 10px;
  color: #2355a5;
}

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}

.score-text {
  margin-left: 22px;
}

.match-phase {
  margin-top: 10px;
  font-size: 14px;
  line-height: 14px;
}
@media screen and (max-width: 768px) {
  .match-phase {
    margin-top: 6px;
    font-size: 12px;
    line-height: 12px;
  }
}

.player-news-next {
  padding-bottom: 1px;
}

.week-navigation button, .day-navigation button {
  margin: 0 5px;
}
@media screen and (max-width: 768px) {
  .week-navigation button, .day-navigation button {
    width: auto;
    margin: 0 10px;
  }
}

@media screen and (max-width: 1160px) {
  .filter-buttons button {
    min-width: none;
    max-width: none;
  }
  .filter-buttons {
    margin: 0 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .button-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .button-wrapper {
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    padding: 2px; /* ここで余白調整 */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .button-wrapper.detail {
    -webkit-flex-basis: 40%;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
  }
  .button-group .button {
    width: 100%;
    white-space: nowrap;
    padding: 10px 5px !important;
    margin: 0 !important;
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
  }
  .button-group .button.detail {
    -webkit-flex-basis: 40%;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
  }
  /* 白ボタン(文字色赤) */
  .button-group .button.button-white {
    padding: 8px 8px !important;
  }
}
@media screen and (max-width: 768px) {
  .refine-button {
    font-size: 13px;
    line-height: 13px;
    white-space: nowrap;
  }
  .week-navigation .button-blue.button,
  .day-navigation .button-blue.button {
    width: 30%;
  }
  #calendarButton {
    width: 70px;
    height: 70px;
    background-color: #c01920;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
  }
  .calendar-icon {
    width: 35px;
    height: 35px;
    background: url(/data/image/etc/calendar_icon.png) no-repeat center center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    display: inline-block;
  }
  .scorer {
    padding: 10px;
  }
  .scorer_text {
    margin-right: 6px;
  }
  .slick-vertical .slick-slide {
    height: 300px !important;
  }
  .calendar-slider .slick-slide > .week > div > span {
    margin: 0 !important;
  }
  .calendar-slider .slick-slide > .month {
    padding: 0 !important;
  }
  .calendar.open {
    height: 75vh !important;
    min-height: 420px;
  }
  .live-icon {
    padding: 4px 9px;
    height: 24px;
    min-width: 56px;
  }
  .team-left > a,
  .team-right > a {
    font-size: 14px;
    line-height: 20px;
  }
}
#calendarLoadingOverlay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9000;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#calendarLoadingOverlay .loading-gif {
  max-width: 50vw;
  max-height: 50vh;
  width: 100px;
  height: 100px;
}

#calendarOverlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9000;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#calendarOverlay.open {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

#calendar {
  background: white;
  padding: 20px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  max-width: 90vw;
  max-height: 90vh;
}

.calendar-area-overlay {
  position: fixed;
  top: 40px;
  left: -9999px;
  margin: 0;
  padding: 0;
  width: 100%;
  height: -webkit-calc(100% - 40px);
  height: -moz-calc(100% - 40px);
  height: calc(100% - 40px);
  z-index: 21001;
  display: block;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.calendar-area-overlay.open {
  left: 0;
}

.calendar.open {
  overflow: hidden;
  width: 50vw;
  height: 70vh;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: fixed;
  margin: 10px;
  padding: 0;
  z-index: 21002;
  background-color: #ffffff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #444444;
}

@media screen and (max-width: 768px) {
  .calendar.open {
    width: 90vw;
    left: 47%;
  }
}
.calendar .close_btn {
  position: absolute;
  top: 11px;
  right: 11px;
  width: 26px;
  height: 26px;
  background-image: url(/data/image/etc/common/cross.png);
  background-position: center;
  -webkit-background-size: 18px 18px;
  -moz-background-size: 18px;
  -o-background-size: 18px;
  background-size: 18px;
  background-repeat: no-repeat;
  border: none;
}

.close_btn:hover {
  cursor: pointer;
}

.calendar .cal_header {
  background-color: #F9F9F9;
}

.calendar .cal_header h3 {
  display: block;
  margin: 0;
  padding: 15px 15px 5px 15px;
  font-size: 18px;
  line-height: 18px;
  font-weight: bold;
  text-align: center;
}

.calendar .cal_header .cal_paging {
  position: relative;
  text-align: center;
}

.calendar .cal_header .cal_paging .prev,
.calendar .cal_header .cal_paging .next {
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  background-image: url(/data/image/etc/arrow/pageing_prev_box.png);
  -webkit-background-size: 30px 30px;
  -moz-background-size: 30px;
  -o-background-size: 30px;
  background-size: 30px;
  background-position: center;
  background-repeat: no-repeat;
}

.calendar .cal_header .cal_paging .prev.disabled,
.calendar .cal_header .cal_paging .disabled.next {
  opacity: 0.3;
}

.calendar .cal_header .cal_paging .next {
  left: auto;
  right: 10px;
  background-image: url(/data/image/etc/arrow/pageing_next_box.png);
}

.calendar .cal_header .cal_paging .period {
  padding: 10px;
  color: #888888;
}

.cal_paging .button.disabled {
  pointer-events: none;
}

.calendar .cal_header ul {
  list-style: none;
  margin: 0;
  padding: 5px 0 0 0;
}

.calendar .cal_header ul:after {
  content: "";
  clear: both;
  display: block;
}

.calendar .cal_header ul li {
  float: left;
  padding-bottom: 5px;
  width: 14.2857142857%;
  text-align: center;
  font-size: 10px;
  line-height: 10px;
  -webkit-box-shadow: 0 1px 0 0 #B9B9B9;
  -moz-box-shadow: 0 1px 0 0 #B9B9B9;
  box-shadow: 0 1px 0 0 #B9B9B9;
}

.calendar .cal_body {
  height: -webkit-calc(100% - 102px);
  height: -moz-calc(100% - 102px);
  height: calc(100% - 102px);
  overflow-x: hidden;
  background-color: white;
}

.calendar .cal_body > .calendar-slider {
  position: relative;
  height: 100%;
}

.calendar-slider .slick-list {
  height: 100% !important;
  overflow: hidden;
}

.calendar-slider .slick-track {
  height: 100% !important;
}

.calendar-slider .slick-slide > .month,
.calendar-slider .slick-slide > .week {
  font-size: 16px;
  line-height: 16px;
}

.calendar-slider .slick-slide > .month {
  padding: 10px 0;
  text-align: left;
  color: #BC212C;
  font-weight: bold;
}

.calendar-slider .slick-slide > .week:after {
  content: "";
  clear: both;
  display: block;
}

.calendar-slider .slick-slide > .week > div {
  float: left;
  padding: 5px 0;
  width: 14.2857142857%;
}

.calendar-slider .slick-slide > .week > div.day {
  border-top: solid 1px #eeeeee;
}

.calendar-slider .slick-slide > .week > div > span {
  display: block;
  margin: 0 auto 15px;
  padding: 10px 0;
  width: 36px;
  height: 36px;
  text-align: center;
  color: #bbbbbb;
}

.calendar-slider .slick-slide > .week > div > span.schedule {
  color: #444444;
  font-weight: bold;
}

.calendar-slider .slick-slide > .week > div > span.today {
  background-color: #BC212C;
  color: #ffffff;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
}

.calendar-slider .slick-slide > .week > div > span.push_exists {
  position: relative;
}

.calendar-slider .slick-slide > .week > div > span.push_exists:after {
  position: absolute;
  left: 50%;
  bottom: -9px;
  margin-left: -3px;
  width: 6px;
  height: 6px;
  background-color: #00BB00;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  content: " ";
}

.slick-prev,
.slick-next {
  opacity: 0.3;
  font-size: 0;
  line-height: 0;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 50px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: #ffffff;
  z-index: 10;
  display: block;
  text-align: center;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.slick-vertical .slick-prev {
  top: 0;
}

.slick-vertical .slick-next {
  bottom: 0;
}

.slick-prev::before,
.slick-next::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border: 2px solid;
  border-color: transparent transparent #565656 #565656;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  top: 50%;
  left: 50%;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}

.slick-prev::before {
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
  -moz-transform: translate(-50%, -50%) rotate(135deg);
  -ms-transform: translate(-50%, -50%) rotate(135deg);
  -o-transform: translate(-50%, -50%) rotate(135deg);
  transform: translate(-50%, -50%) rotate(135deg);
}

.slick-next::before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -moz-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  -o-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.slick-arrow.slick-disabled {
  opacity: 0.3;
  cursor: default;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

@media screen and (max-width: 768px) {
  .slick-prev,
  .slick-next {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .slick-prev,
  .slick-next {
    display: block !important;
  }
}
/* detail_filter.phtml ここから */
#detailWrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9000;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#detailWrapper.open {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.wrapper input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.itemSearchCategoryBox label {
  position: relative;
  padding: 0px 0px 0px 38px;
  width: -webkit-calc(33.3333% + 1px);
  width: -moz-calc(33.3333% + 1px);
  width: calc(33.3333% + 1px);
  cursor: pointer;
  font-size: 14px;
  line-height: 14px;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid rgb(237, 237, 237);
  border-collapse: collapse;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: -1px;
  margin-left: -1px;
  margin-right: -1px;
}

.itemSearchCategoryBox .parent_label {
  padding-left: 10px !important;
}

.itemSearchCategoryBox label.middle_label:after,
.itemSearchCategoryBox label.sub_label:after,
.itemSearchCategoryBox label.child_label:after {
  content: "";
  width: 20px;
  height: 20px;
  -webkit-background-size: 20px 20px;
  -moz-background-size: 20px;
  -o-background-size: 20px;
  background-size: 20px;
  background-image: url(/data/image/etc/common/check-off.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 32px;
  left: 9px;
  margin: -18px 0 0 0;
}

.itemSearchCategoryBox .expand {
  display: none;
}

.middle_category_header .middle_label,
.sub_category_header .sub_label {
  border: none;
}

.itemSearchCategoryBox {
  width: 70vw;
  height: 70vh;
  overflow-y: auto;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 10px;
  padding: 20px;
  z-index: 21002;
  background-color: #ffffff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  color: #444444;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.itemSearchCategoryBox .category_wrap {
  display: block;
}

.itemSearchCategoryBox .category_wrap:first-child .parent_category {
  border-top: none;
}

.itemSearchCategoryBox .category_wrap .parent_category {
  position: relative;
}

.child_category input,
.middle_category input,
.sub_category input {
  display: none;
}

.itemSearchCategoryBox label.parent_label {
  font-weight: bold;
  margin-left: -1px;
  width: 100%;
}

.itemSearchCategoryBox .category_wrap .child_category {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 20px;
}

/* middle_category のスタイル */
.itemSearchCategoryBox .middle_category {
  width: 100%; /* middle_categoryは単独で1行を占める */
  margin-bottom: 10px; /* 各middle_category間のスペース */
}

.itemSearchCategoryBox .middle_category_header {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  background-color: #f5f5f5;
  border: 1px solid rgb(237, 237, 237);
  cursor: pointer;
}

.itemSearchCategoryBox .middle_label {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: -1px;
}

/* sub_category のスタイル */
.itemSearchCategoryBox .sub_category {
  width: 100%;
  margin-top: 5px;
  padding-left: 20px;
}

.itemSearchCategoryBox .sub_category_header {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* padding: 8px 0 8px 10px; */
  font-weight: normal;
  background-color: #fcfcfc;
  border: 1px solid rgb(237, 237, 237);
  border-top: none;
  cursor: pointer;
}

.itemSearchCategoryBox .sub_label {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: -1px;
}

.itemSearchCategoryBox .small_category {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: 20px;
  border: 1px solid rgb(237, 237, 237);
  border-top: none;
}

.itemSearchCategoryBox .small_category label {
  width: -webkit-calc(33.3333% - 1px);
  width: -moz-calc(33.3333% - 1px);
  width: calc(33.3333% - 1px);
  margin-left: 0;
  border: none;
  height: 40px;
  padding-left: 28px;
}

.itemSearchCategoryBox .small_category label:after {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0;
  left: 4px;
}

.itemSearchCategoryBox .middle_category_header .expand,
.itemSearchCategoryBox .sub_category_header .expand {
  display: block;
  width: 60px;
  height: 50px;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 4;
}

.itemSearchCategoryBox .category_wrap.open .parent_category .expand,
.itemSearchCategoryBox .middle_category.open .middle_category_header .expand,
.itemSearchCategoryBox .sub_category.open .sub_category_header .expand {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.itemSearchCategoryBox input[type=checkbox]:checked + label:after {
  background-image: url(/data/image/etc/common/check-on.png);
}

.itemSearchCategoryBox input[type=checkbox]:checked + label {
  border: 1px solid #c01920;
  z-index: 2;
}

.fixSerchBtn {
  position: -webkit-sticky;
  position: sticky;
  width: 100%;
  bottom: 10px;
  left: 0;
  z-index: 5100;
}

.fixSerchBtn .clearButton, .fixSerchBtn .serchtButton {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 20px 8px hsla(0, 0%, 0%, 0.2);
  -moz-box-shadow: 0 0 20px 8px hsla(0, 0%, 0%, 0.2);
  box-shadow: 0 0 20px 8px hsla(0, 0%, 0%, 0.2);
}

.clearButton {
  background: #fff;
  border: 0;
  color: #000;
  cursor: pointer;
}

.fixSerchBtn .clearButton, .fixSerchBtn .serchtButton {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 20px 8px hsla(0, 0%, 0%, 0.2);
  -moz-box-shadow: 0 0 20px 8px hsla(0, 0%, 0%, 0.2);
  box-shadow: 0 0 20px 8px hsla(0, 0%, 0%, 0.2);
}

.cartInButton, .presentButton, .serchtButton, .cartButton {
  background: #c01920;
  border: 0;
  color: #fff;
  cursor: pointer;
}

.clearButton span.inline, .serchtButton span.inline {
  -webkit-background-size: 14px auto;
  -moz-background-size: 14px auto;
  -o-background-size: 14px auto;
  background-size: 14px auto;
}

.serchtButton span.inline {
  padding-left: 20px;
  background: url(/data/image/etc/common/search_btn.png) no-repeat 0 center;
  -webkit-background-size: 14px auto;
  -moz-background-size: 14px auto;
  -o-background-size: 14px auto;
  background-size: 14px auto;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.fixSerchWrap {
  padding: 0 20px 20px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 12px;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.fixSerchWrap ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  gap: 12px;
}

[data-category-type=club] {
  padding-bottom: 65px;
}

.fixSerchBtn .clearButton, .fixSerchBtn .serchtButton {
  width: 250px;
  height: 48px;
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  white-space: nowrap;
}

.fixSerchWrap li:first-child {
  margin-right: 12px;
}

.itemSearchCategoryBox .expand {
  display: block;
  width: 60px;
  height: 50px;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 4;
}

@media screen and (min-width: 813px) {
  .fixSerchWrap {
    width: 100%;
    max-width: 820px;
    margin: 0 auto 20px;
    text-align: center;
  }
}
.itemSearchCategoryBox .expand {
  display: block;
  width: 60px;
  height: 50px;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 4;
  cursor: pointer;
}

.itemSearchCategoryBox .expand:before {
  position: absolute;
  padding: 0;
  content: "";
  width: 6px;
  height: 6px;
  top: 16px;
  left: 24px;
  border: 2px solid;
  border-color: transparent transparent #565656 #565656;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
}

@media screen and (max-width: 812px) {
  .itemSearchCategoryBox {
    padding-bottom: 20px;
    width: 90vw;
    left: 48%;
  }
  .itemSearchCategoryBox .category_wrap {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-collapse: collapse;
  }
  .itemSearchCategoryBox .category_wrap .parent_category {
    border: none;
  }
  .itemSearchCategoryBox label.parent_label {
    margin-left: 0px;
  }
  .itemSearchCategoryBox label {
    width: 100%;
    margin-left: 0px;
  }
  .itemSearchCategoryBox .parent_category .expand {
    display: block;
    width: 60px;
    height: 50px;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 4;
  }
  .itemSearchCategoryBox .category_wrap.open > .child_category {
    display: block;
  }
  .itemSearchCategoryBox .category_wrap > .child_category {
    display: none;
    padding-left: 0;
  }
  .itemSearchCategoryBox label.middle_label:after,
  .itemSearchCategoryBox label.sub_label:after,
  .itemSearchCategoryBox label.small_category:after {
    top: 34px;
  }
  /* デフォルトで非表示 */
  .itemSearchCategoryBox .small_category {
    padding-left: 0;
    border: none;
  }
  .itemSearchCategoryBox .small_category label {
    width: 100%;
    padding-left: 38px;
  }
  .itemSearchCategoryBox .small_category label:after {
    left: 9px;
  }
  .itemSearchCategoryBox .middle_category.open > .small_category,
  .itemSearchCategoryBox .sub_category.open > .small_category,
  .itemSearchCategoryBox .middle_category.open .sub_category.open > .small_category,
  .itemSearchCategoryBox .middle_category.open .sub_category.open {
    display: block;
  }
  .itemSearchCategoryBox .middle_category > .small_category,
  .itemSearchCategoryBox .sub_category > .small_category,
  .itemSearchCategoryBox .sub_category {
    display: none;
  }
  .itemSearchCategoryBox .category_wrap.open .child_category {
    display: block;
  }
  .fixSerchWrap, .fixSerchWrap ul {
    width: 100%;
  }
  .fixSerchWrap {
    padding: 0 20px 20px 20px;
  }
  .fixSerchWrap li:first-child {
    margin-right: 5px;
  }
  .fixSerchWrap li {
    width: 45%;
    width: -webkit-calc(50% - 3px);
    width: -moz-calc(50% - 3px);
    width: calc(50% - 3px);
  }
  .fixSerchBtn .clearButton, .fixSerchBtn .serchtButton {
    width: 100%;
    height: 48px;
  }
}
/* detail_filter.phtml ここまで */