.slick-prev, .slick-next {
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  font-size: 0;
  line-height: 0;
  display: block;
  width: 55px;
  height: 55px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 45%;
  padding: 0;
  z-index: 1;
  text-indent: -9999px;
}
.slick-prev:before, .slick-next:before {
  content: "";
  width: 55px;
  height: 55px;
  position: absolute;
  top: 0;
}
.slick-prev:hover:before, .slick-next:hover:before {
  background-position: 0 -55px;
}

.slick-next {
  right: -1095px;
}
.slick-next:before {
  right: 0;
  background: url(../images/home/home_btn_slider_r.png) no-repeat;
}

.slick-prev {
  left: -1095px;
}
.slick-prev:before {
  left: 0;
  background: url(../images/home/home_btn_slider_l.png) no-repeat;
}

.box-slider {
  width: 100%;
  margin: 0 auto;
  max-width: 3000px;
  overflow: hidden;
}

.slider-main {
  position: relative;
}
.slider-main .slider-img {
  width: 1100px;
}
.slider-main img {
  width: 100%;
}

.home-box {
  margin: 0 auto 80px;
}

.box-countdown {
  width: 1100px;
  margin: 0 auto 10px;
  position: relative;
}
.box-countdown .cownt-inner {
  background: url(../images/home/home_bg_countdown.png) no-repeat;
  width: 203px;
  height: 168px;
  position: absolute;
  right: 20px;
  top: -106px;
  padding-top: 38px;
  box-sizing: border-box;
}
.box-countdown .count-txt {
  color: #FFF;
  text-align: center;
  font-weight: bold;
}
.box-countdown .count-btm {
  font-size: 24px;
  margin-top: -7px;
}
.box-countdown .count-btm .count-num {
  font-size: 48px;
}

.box-note {
  padding: 20px 0 50px;
}
.box-note .note-box {
  width: 1100px;
  border: #6DA61F 4px solid;
  padding: 25px;
  margin: 0 auto;
  box-sizing: border-box;
}
.box-note .note-icon {
  margin-right: 33px;
  position: relative;
}
.box-note .note-icon:before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../images/home/home_icon_caution.png) no-repeat;
  position: absolute;
  top: -5px;
}

.box-news {
  padding-top: 30px;
}
.box-news .box-mainttl {
  background: #FFF;
  text-align: center;
}
.box-news .news-bg {
  background: url(../images/common/common_bg_01.png);
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin-bottom: 40px;
}
.box-news .home-newslist {
  display: flex;
  flex-wrap: wrap;
  border-left: 1px solid #ddd;
}
.box-news .home-newslist li {
  width: 274px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;
  padding: 32px 25px;
  text-align: center;
  background: #fff;
  text-align: left;
  word-break: break-all;
}
.box-news .home-newslist li:nth-last-child(-n+4) {
  border-bottom: none;
}
.box-news .home-newslist .news-img {
  text-align: center;
  position: relative;
  width: 220px;
  margin: 0 auto 20px;
}
.box-news .home-newslist .news-img img {
  border-radius: 10px;
}
.box-news .home-newslist .news-date {
  margin-bottom: 0;
}
.box-news .home-newslist .news-shopname {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 15px;
}
.box-news .home-newslist .icon-new {
  position: absolute;
  left: 0;
  top: -15px;
}
.box-news .home-newslist .icon-new img {
  border-radius: 0;
}

.box-info {
  background: #F4F5EB;
  padding: 70px 0 0;
  margin-bottom: 30px;
}
.box-info .home-infolist {
  border-top: #DDD 1px solid;
  border-bottom: #DDD 1px solid;
  max-width: 1710px;
  margin: 0 auto;
  overflow: hidden;
}
.box-info .home-infolist .infolist-box {
  width: 366px !important;
  background: #fff;
  padding-bottom: 60px;
}
.box-info .home-infolist .infolist-box img {
  width: 100%;
}
.box-info .home-infolist .infolist-box .info-img {
  margin-bottom: 30px;
}
.box-info .home-infolist .infolist-box .info-txt {
  padding: 0 10px;
}
.box-info .home-infolist .infolist-box .info-date {
  color: #333;
  margin-bottom: 10px;
}
.box-info .home-infolist .infolist-box .info-ttl {
  font-size: 16px;
  font-weight: bold;
}
.box-info .slick-slide {
  border-right: #DDD 1px solid;
}
.box-info .slick-active, .box-info .slick-current {
  opacity: 1;
}
.box-info .slick-prev, .box-info .slick-next {
  top: 30%;
}
.box-info .slick-prev {
  left: -1180px;
}
.box-info .slick-prev:before {
  left: 0;
}
.box-info .slick-next {
  right: -1180px;
}
.box-info .slick-next:before {
  right: 0;
}

.box-event .home-eventlist {
  display: flex;
  flex-wrap: wrap;
}
.box-event .home-eventlist li {
  width: 340px;
  border-radius: 10px;
  border: 1px solid #ddd;
  position: relative;
  padding-bottom: 45px;
  margin-bottom: 50px;
  margin-right: 36px;
}
.box-event .home-eventlist li:nth-child(3n) {
  margin-right: 0;
}
.box-event .home-eventlist li .event-img img {
  border-radius: 10px 10px 0 0;
  width: 340px;
}
.box-event .home-eventlist li .event-txt {
  padding: 20px 20px 0;
}
.box-event .home-eventlist li .event-status {
  color: #FFF;
  text-align: center;
  padding: 6px 8px;
  width: 60px;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 13px;
  border-radius: 20px;
}
.box-event .home-eventlist li .event-status.st01 {
  background: #F60;
}
.box-event .home-eventlist li .event-status.st02 {
  background: #336699;
}
.box-event .home-eventlist li .event-ttl {
  font-size: 16px;
  font-weight: bold;
}
.box-event .home-eventlist li .event-date {
  background: #FFF;
  border: #05B5ED 2px solid;
  border-radius: 5px;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: -10px;
  width: 298px;
  padding: 7px 10px;
  color: #05B5ED;
  font-weight: bold;
}
.box-event .home-eventlist li .date-icon {
  margin-right: 26px;
}
.box-event .home-eventlist li .date-icon:before {
  content: "";
  width: 17px;
  height: 15px;
  background: url(../images/common/common_icon_event01.png) no-repeat;
  position: absolute;
  top: 9px;
}

.box-ftbnr {
  background: url(../images/common/common_bg_01.png);
  padding: 80px 0;
}
.box-ftbnr .home-bnrlist {
  display: flex;
  flex-wrap: wrap;
}
.box-ftbnr .home-bnrlist li {
  margin-right: 70px;
}
.box-ftbnr .home-bnrlist li:nth-child(3n) {
  margin-right: 0;
}

.home-infolist.sei {
  display: flex;
  justify-content: center;
  border-top: none;
}
