.pagetype-home .page-bd {
  padding-top: 0;
}

.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: 0;
}
.slick-next:before {
  right: 0;
  background: url(../images/home/home_btn_slider_r.png) no-repeat;
}

.slick-prev {
  left: 0;
}
.slick-prev:before {
  left: 0;
  background: url(../images/home/home_btn_slider_l.png) no-repeat;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -16px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
  width: 9px;
  height: 9px;
  background: #FFF;
  border-radius: 50%;
  box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.3);
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active {
  background: #6ea52c;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}

.box-slider {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.slider-main {
  position: relative;
}
.slider-main .slider-img {
  width: 100%;
}
.slider-main img {
  width: 100%;
}

.home-box {
  margin: 0 auto 50px;
}

.box-countdown {
  width: 100%;
  margin: 10px auto;
  position: relative;
}
.box-countdown .cownt-inner {
  background: url(../images/home/home_bg_countdown.png) no-repeat;
  -webkit-background-size: 203px 168px;
  -o-background-size: 203px 168px;
  background-size: 203px 168px;
  width: 203px;
  height: 168px;
  margin: 0 auto;
  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: 10px 5px 0;
}
.box-note .note-box {
  width: 100%;
  border: #6DA61F 3px solid;
  padding: 10px;
  margin: 0 auto;
  font-size: 12px;
  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: 25px;
}
.box-news .box-mainttl {
  background: #FFF;
  text-align: center;
  margin-bottom: 54px;
}
.box-news .news-bg {
  margin-bottom: 40px;
}
.box-news .home-newslist li {
  width: 100%;
  box-sizing: border-box;
  padding: 0;
  text-align: center;
  background: #fff;
  margin-bottom: 59px;
  word-break: break-all;
}
.box-news .home-newslist .news-date,
.box-news .home-newslist .news-shopname,
.box-news .home-newslist .news-txt {
  text-align: left;
}
.box-news .home-newslist .news-img {
  position: relative;
  width: 100%;
  margin: 0 auto 20px;
}
.box-news .home-newslist .news-img img {
  border-radius: 10px;
  width: 100%;
}
.box-news .home-newslist .news-date {
  color: #333;
  margin-bottom: 10px;
  font-size: 12px;
}
.box-news .home-newslist .news-shopname {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 25px;
}
.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: 50px 0 30px;
}
.box-info .home-infolist {
  margin: 0 17px;
  overflow: hidden;
}
.box-info .home-infolist .infolist-box {
  background: #fff;
  padding-bottom: 70px;
  border-radius: 10px;
  border: #DDD 1px solid;
  margin-bottom: 20px;
}
.box-info .home-infolist .infolist-box img {
  width: 100%;
  border-radius: 10px 10px 0 0;
}
.box-info .home-infolist .infolist-box .info-img {
  margin-bottom: 20px;
}
.box-info .home-infolist .infolist-box .info-txt {
  padding: 0 10px;
}
.box-info .home-infolist .infolist-box .info-date {
  color: #333;
  margin-bottom: 6px;
  padding-bottom: 6px;
  background: url(../images/common/common_bg_line01.png) no-repeat bottom left;
  font-size: 12px;
}
.box-info .home-infolist .infolist-box .info-ttl {
  font-size: 16px;
  font-weight: bold;
}

.box-event .home-eventlist li {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #ddd;
  position: relative;
  padding-bottom: 38px;
  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: 100%;
}
.box-event .home-eventlist li .event-txt {
  padding: 13px 15px 0;
}
.box-event .home-eventlist li .event-status {
  color: #FFF;
  text-align: center;
  padding: 6px 8px;
  width: 60px;
  font-size: 12px;
  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: -17px;
  width: 86%;
  padding: 9px 10px;
  color: #05B5ED;
  font-weight: bold;
  font-size: 12px;
}
.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);
  -webkit-background-size: 2px;
  -o-background-size: 2px;
  background-size: 2px;
  padding: 30px 0 3px;
}
.box-ftbnr .home-bnrlist {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.box-ftbnr .home-bnrlist li {
  width: 46%;
  margin-bottom: 22px;
}
.box-ftbnr .home-bnrlist li:nth-child(2n) {
  margin-left: 22px;
}
.box-ftbnr .home-bnrlist li img {
  width: 100%;
}

.nav-inner .cs .cs-area {
  left: 0;
}
