.season-top {
  position: relative;
  height: 300px;
}
@media print, screen and (min-width: 768px) {
  .season-top {
    height: 860px;
  }
}
.season-top_hero {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 300px;
}
@media print, screen and (min-width: 768px) {
  .season-top_hero {
    height: 860px;
  }
}
.season-top_content {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 200;
  justify-content: center;
  align-items: center;
  color: #FFF;
  height: 300px;
}
@media print, screen and (min-width: 768px) {
  .season-top_content {
    align-items: center;
    height: 860px;
  }
}
.season-top .season-slider {
  width: 100%;
  height: 300px;
}
@media print, screen and (min-width: 768px) {
  .season-top .season-slider {
    height: 860px;
  }
}
.season-top .season-slider .slick-list,
.season-top .season-slider .slick-track {
  height: 100%;
  width: 100%;
}
.season-top .season-slider li {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.season-top .slick-dots {
  z-index: 300;
  bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .season-top .slick-dots {
    display: none !important;
  }
}
.season-top .slick-dots button {
  background-color: transparent;
  border-radius: 50px;
  height: 5px;
  width: 5px;
  border: 2px solid #FFF;
}
.season-top .slick-dots button:before {
  content: none;
}
.season-top .slick-dots .slick-active button {
  background-color: #FFF;
  border: 2px solid #FFF;
}

.season-nav-down {
  position: absolute;
  bottom: 0;
  margin-left: -10px;
  left: 50%;
}
@media print, screen and (min-width: 768px) {
  .season-nav-down {
    bottom: 100px;
  }
}
.season-nav-down a {
  color: #FFF;
  font-size: 40px;
  line-height: 40px;
}
@media print, screen and (min-width: 768px) {
  .season-nav-down a {
    font-size: 80px;
    line-height: 80px;
  }
}

.pagenav-list {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .pagenav-list {
    background-color: #DFDFD0;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.pagenav-list li {
  display: inline-block;
  line-height: 1.1;
  border-left: 1px solid #111;
  padding-left: 1.5em;
  padding-right: 1.5em;
}
@media only screen and (max-width: 767px) {
	.pagenav-list li {
	  width: 23%;
		padding-right: 0;
		padding-left: 0;
	}
}
.pagenav-list li:first-child {
  border-left: none;
}
.pagenav-list li a {
  color: #111;
  text-decoration: none;
}
.pagenav-list li a:hover {
  text-decoration: underline;
}

.season-section {
  position: relative;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .season-section {
    height: 600px;
  }
}

.season-main_link {
  color: #FFF;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 300px;
}
@media print, screen and (min-width: 768px) {
  .season-main_link {
    height: 600px;
  }
}
@media only screen and (max-width: 767px) {
  .season-main_link {
    height: auto;
  }
}
.season-main_link:hover {
  opacity: 1;
}
.season-main_link:hover .button-season {
  opacity: 1;
  border-color: #318E75;
  background-color: #318E75;
}
.season-main_link:hover .pagelist-pictures_photo {
  transform: scale(1, 1);
}
@media only screen and (max-width: 767px) {
  .season-main_link .pagelist-pictures_wrap {
    position: unset;
    padding: 20px 10px;
  }
}
.season-main_title {
  line-height: 1;
}
@media print, screen and (min-width: 768px) {
  .season-main_header {
    pointer-events: none;
  }
}
.season-main_content {
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 768px) {
  .season-main_content {
    width: 1060px;
    pointer-events: none;
  }
}
@media print, screen and (min-width: 768px) {
  .season-main_footer {
    pointer-events: none;
  }
}

.button-season {
  color: #FFF;
  border: 2px solid #FFF;
  width: 230px;
  height: 30px;
}
@media print, screen and (min-width: 768px) {
  .button-season {
    width: 368px;
    height: 48px;
  }
}
.button-season:hover {
  opacity: 1;
  border-color: #318E75;
  background-color: #318E75;
}

.season-top_single {
  background-repeat: no-repeat;
  height: 600px;
  color: #FFF;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center center;
}
@media only screen and (max-width: 767px) {
  .season-top_single {
    height: 300px;
  }
}
.season-top_single .title {
  line-height: 1;
	letter-spacing: 0.3em;
}

.season-single-main {
  background-color: #FFDBCF;
}
@media print, screen and (min-width: 768px) {
  .season-single-main {
    padding-bottom: 60px;
  }
}
.season-single-main_panel {
  background-color: #FFF;
}
@media only screen and (max-width: 767px) {
  .season-single-main_panel {
    padding: 10px;
    padding-top: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .season-single-main_panel {
    margin-top: -160px;
    padding: 130px;
    padding-top: 70px;
    padding-bottom: 10px;
  }
}
.season-single-main_header {
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .season-single-main_header {
    margin-bottom: 50px;
  }
}
  .season-single-main_header p:nth-of-type(1) {
    letter-spacing: 0.3em;
  }
.season-single-main_block {
  margin-bottom: 25px;
}
@media print, screen and (min-width: 768px) {
  .season-single-main_block {
    margin-bottom: 80px;
  }
}

.pagenav-single {
  max-width: 1368px;
  margin-left: auto;
  margin-right: auto;
}

.list-pagenav-single {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.list-pagenav-single li {
  width: 25%;
}
@media only screen and (max-width: 767px) {
  .list-pagenav-single li {
    width: 50%;
  }
}

/*# sourceMappingURL=page_season.css.map */
