@charset "UTF-8";
@import"https://fonts.googleapis.com/css?family=Barlow+Semi+Condensed:400,500,700&display=swap";
@import"https://fonts.googleapis.com/css?family=Barlow+Condensed:400,500,700&display=swap";
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0
}
.slick-list:focus {
  outline: none
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand
}
.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table
}
.slick-track:after {
  clear: both
}
.slick-loading .slick-track {
  visibility: hidden
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none
}
[dir=rtl] .slick-slide {
  float: right
}
.slick-slide img {
  display: block
}
.slick-slide.slick-loading img {
  display: none
}
.slick-slide.dragging img {
  pointer-events: none
}
.slick-initialized .slick-slide {
  display: block
}
.slick-loading .slick-slide {
  visibility: hidden
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent
}
.slick-arrow.slick-hidden {
  display: none
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  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
}
.slick-dots 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 button:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  content: '';
  text-align: center;
  opacity: .25;
  background: #000;
  border-radius: 50%
}
.slick-dots li.slick-active button:before {
  opacity: .75
}


*, :before, :after {
  box-sizing: inherit
}
[data-whatintent=mouse] :focus, [data-whatintent=touch] :focus {
  outline: none
}

@media(max-width:768px) {
  .ItemList > * + * {
    margin-top: 20px
  }
}
@media(min-width:769px) {
  .ItemList.-col {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    justify-content: flex-start;
    margin-left: -10px;
    margin-right: -10px
  }
}
@media(min-width:769px) {
  .ItemList.-col.-col2 {
    margin-left: -15px;
    margin-right: -15px
  }
}
@media(min-width:769px) {
  .ItemList.-col.-col2 .MediaItem {
    width: 565px;
    margin-top: 30px;
    margin-right: 15px;
    margin-left: 15px
  }
}
.Section.-fullWidth .ItemList.-col.-col2:first-child {
  padding-top: 30px
}
.ItemList.-col.-col3 {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row
}
@media(min-width:769px) {
  .ItemList.-col.-col3 {
    margin: 40px -10px -20px
  }
  .Section__inner > .ItemList.-col.-col3:first-child {
    margin-top: 0
  }
  [data-thc-pid=C2-001] .Section__inner > .ItemList.-col.-col3:first-child {
    margin-top: -40px
  }
  [data-thc-pid=C2-001] .Section__inner > .ItemList.-col.-col3:last-child {
    margin-bottom: -20px
  }
}
@media(max-width:768px) {
  .ItemList.-col.-col3 {
    margin: 20px -7.5px -15px
  }
  .Section__inner > .ItemList.-col.-col3:first-child {
    margin-top: -20px
  }
  [data-thc-pid=C2-001] .Section__inner > .ItemList.-col.-col3:first-child {
    margin-top: 0
  }
  [data-thc-pid=C2-001] .Section__inner > .ItemList.-col.-col3:last-child {
    margin-bottom: 25px
  }
}
@media(min-width:769px) {
  .ItemList.-col.-col3 .MediaItem {
    width: 393px;
    margin-bottom: 20px;
    padding-right: 10px;
    padding-left: 10px
  }
}
@media(max-width:768px) {
  .ItemList.-col.-col3 .MediaItem {
    margin-bottom: 15px;
    padding-right: 7.5px;
    padding-left: 7.5px
  }
}
.ItemList.-col.-col3.slick-initialized, .ItemList.-col.-col3 .slick-slide .MediaItem {
  margin-bottom: 0
}
@media(max-width:768px) {
  .ItemList.-col.-col3.slick-initialized {
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 50px;
    overflow: hidden
  }
  .ItemList.-col.-col3.slick-initialized .slick-list {
    margin-right: -70vw
  }
  .ItemList.-col.-col3.slick-initialized .slick-track {
    padding-left: 12.5px
  }
}
.ItemList.-col.-col3 .slick-arrow {
  display: none
}
.ItemList.-col.-col3 .slick-arrow {
  width: 37px;
  height: 37px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-transition: .3s cubic-bezier(.42, 0, .58, 1) all;
  transition: .3s cubic-bezier(.42, 0, .58, 1) all;
  font-size: 0;
  line-height: 0;
  border: none;
  position: absolute;
  top: 50%;
  z-index: 1;
  margin-top: -18px;
  cursor: pointer
}
@media(min-width:769px) {
  .ItemList.-col.-col3 .slick-arrow {
    width: 46px;
    height: 46px;
    left: 50%;
    margin-top: -20px
  }
}
.ItemList.-col.-col3 .slick-arrow:before {
  content: "";
  border-top: 2px solid #dd0047;
  border-right: 2px solid #dd0047;
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  -webkit-transition: .3s cubic-bezier(.42, 0, .58, 1) all;
  transition: .3s cubic-bezier(.42, 0, .58, 1) all
}
@media(min-width:769px) {
  .ItemList.-col.-col3 .slick-arrow:before {
    width: 10px;
    height: 10px;
    margin-top: 2px
  }
}
@media(max-width:768px) {
  .ItemList.-col.-col3 .slick-arrow:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -4px
  }
}
@media(min-width:769px) {
  .ItemList.-col.-col3 .slick-arrow:not(.slick-disabled):hover {
    background-color: #dd0047
  }
  .ItemList.-col.-col3 .slick-arrow:not(.slick-disabled):hover:before {
    border-color: #fff
  }
}
@media(min-width:769px) {
  .ItemList.-col.-col3 .slick-prev {
    margin-left: -615px
  }
}
@media(max-width:768px) {
  .ItemList.-col.-col3 .slick-prev {
    left: -13px
  }
}
.ItemList.-col.-col3 .slick-prev:before {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  margin-left: -2px
}
@media(min-width:769px) {
  .ItemList.-col.-col3 .slick-prev:before {
    margin-left: 2px
  }
}
@media(min-width:769px) {
  .ItemList.-col.-col3 .slick-next {
    margin-left: 570px
  }
}
@media(max-width:768px) {
  .ItemList.-col.-col3 .slick-next {
    right: -13px
  }
}
.ItemList.-col.-col3 .slick-next:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: -6px
}
@media(min-width:769px) {
  .ItemList.-col.-col3 .slick-next:before {
    margin-left: -2px
  }
}

@media(max-width:768px) {
  .MediaItem {
    width: 100%
  }
}
.MediaItem__anchor {
  display: block;
  text-decoration: none;
  background-color: #3c3c3c;;
  color: #FFF;
  height: 100%;
  padding-bottom: 30px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column
}
.MediaItem.-border .MediaItem__anchor {
  padding-bottom: 0
}
@media(max-width:768px) {
  .MediaItem__anchor {
    padding-bottom: 22px
  }
}
.Section:not(.-fullWidth) .MediaItem__anchor {
  background-color: #e9e9e5
}
.MediaItem__thumb {
  position: relative;
  width: 100%;
  overflow: hidden
}
.MediaItem__thumb:before {
  display: block;
  padding-top: 61.6622%;
  content: ""
}
.MediaItem.-border .MediaItem__thumb:before {
  padding-top: 42.47788%
}
.-col.-col2 .MediaItem__thumb:before {
  padding-top: 42.47788%
}
.MediaItem__thumb > img {
  position: absolute;
  top: -1000000px;
  bottom: -1000000px;
  left: -1000000px;
  right: -1000000px;
  min-width: 100%;
  width: auto;
  height: auto;
  margin: auto;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: -webkit-transform .3s cubic-bezier(.42, 0, .58, 1);
  transition: -webkit-transform .3s cubic-bezier(.42, 0, .58, 1);
  transition: transform .3s cubic-bezier(.42, 0, .58, 1);
  transition: transform .3s cubic-bezier(.42, 0, .58, 1), -webkit-transform .3s cubic-bezier(.42, 0, .58, 1)
}
.MediaItem__thumb > img.-usingVueLazyload {
  -webkit-transition: opacity 1s cubic-bezier(0, 0, .58, 1), -webkit-transform .3s cubic-bezier(.42, 0, .58, 1);
  transition: opacity 1s cubic-bezier(0, 0, .58, 1), -webkit-transform .3s cubic-bezier(.42, 0, .58, 1);
  transition: transform .3s cubic-bezier(.42, 0, .58, 1), opacity 1s cubic-bezier(0, 0, .58, 1);
  transition: transform .3s cubic-bezier(.42, 0, .58, 1), opacity 1s cubic-bezier(0, 0, .58, 1), -webkit-transform .3s cubic-bezier(.42, 0, .58, 1)
}
.MediaItem__thumb > img.-usingVueLazyload, .MediaItem__thumb > img.-usingVueLazyload[lazy=loading], .MediaItem__thumb > img.-usingVueLazyload[lazy=error] {
  opacity: 0
}
.MediaItem__thumb > img.-usingVueLazyload[lazy=loaded] {
  opacity: 1
}
.MediaItem__thumb > img.-usingSlickLazyload {
  -webkit-transition: opacity 1s cubic-bezier(0, 0, .58, 1), -webkit-transform .3s cubic-bezier(.42, 0, .58, 1);
  transition: opacity 1s cubic-bezier(0, 0, .58, 1), -webkit-transform .3s cubic-bezier(.42, 0, .58, 1);
  transition: transform .3s cubic-bezier(.42, 0, .58, 1), opacity 1s cubic-bezier(0, 0, .58, 1);
  transition: transform .3s cubic-bezier(.42, 0, .58, 1), opacity 1s cubic-bezier(0, 0, .58, 1), -webkit-transform .3s cubic-bezier(.42, 0, .58, 1)
}
.MediaItem__thumb > img.-usingSlickLazyload.slick-loading {
  opacity: 0
}
@media(min-width:769px) {
  .MediaItem__anchor:hover .MediaItem__thumb > img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
  }
}
.MediaItem__heading {
  position: relative;
  font-size: 1rem;
  letter-spacing: .1em;
  line-height: 1.6;
  font-weight: 500;
  margin: 25.2px 30px 14px
}
@media(max-width:768px) {
  .MediaItem__heading {
    font-size: .9375rem;
    letter-spacing: .05em;
    margin: 20.5px 25px 25px
  }
}
.MediaItem__heading.-fontSize20 {
  font-size: 1.25rem
}
@media(max-width:768px) {
  .MediaItem__heading.-fontSize20 {
    font-size: 1.125rem
  }
}
.MediaItem.-border .MediaItem__heading {
  line-height: 1.875;
  -webkit-box-flex: 1;
  flex: 1 0 auto
}
@media(max-width:768px) {
  .MediaItem.-border .MediaItem__heading {
    line-height: 1.67
  }
}
.-new .MediaItem__heading:before {
  content: "NEW";
  color: #fff;
  letter-spacing: .05em;
  font-size: 1.125rem;
  line-height: 1;
  background-color: #dd0047;
  border-radius: 50%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  font-family: Barlow Condensed, sans-serif;
  font-weight: 400;
  position: absolute;
  top: -60px;
  left: -13px
}
.MediaItem__heading:after {
  content: "";
  display: block;
  height: 1px;
  margin-top: -.3em
}
.MediaItem.-border .MediaItem__heading:after {
  margin-top: -.4375em
}
@media(max-width:768px) {
  .MediaItem.-border .MediaItem__heading:after {
    margin-top: -.335em
  }
}
@media(max-width:768px) {
  .MediaItem__heading > br {
    display: none
  }
}
.MediaItem__tag {
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  font-size: .75rem;
  letter-spacing: .1em;
  line-height: 2;
  font-weight: 700;
  color: #ccc;
  padding-left: 30px;
  padding-right: 30px
}
@media(max-width:768px) {
  .MediaItem__tag {
    padding-left: 25px;
    padding-right: 25px
  }
}
.MediaItem__tag:after {
  content: "";
  display: block;
  height: 1px;
  margin-top: -.5em
}
.MediaItem__text {
  font-size: .875rem;
  letter-spacing: .1em;
  margin: 10px 30px 14px
}
@media(max-width:768px) {
  .MediaItem__text {
    font-size: .75rem;
    margin: 0 25px 25px
  }
}
.MediaItem__link {
  font-size: .875rem;
  letter-spacing: .1em;
  line-height: 1;
  font-weight: 500;
  text-align: right;
  margin-top: 12px;
  padding-right: 30px;
  -webkit-transition: color .3s cubic-bezier(.42, 0, .58, 1);
  transition: color .3s cubic-bezier(.42, 0, .58, 1)
}
@media(max-width:768px) {
  .MediaItem__link {
    font-size: .75rem;
    letter-spacing: .05em;
    margin-top: 20px;
    padding-right: 25px
  }
}
@media(min-width:769px) {
  .MediaItem__anchor:hover .MediaItem__link {
    color: #dd0047
  }
}
.MediaItem__link:after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  border-top: 2px solid #dd0047;
  border-right: 2px solid #dd0047;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: 10px
}
@media(max-width:768px) {
  .MediaItem__link:after {
    width: 8px;
    height: 8px;
    margin-left: 6px
  }
}
.MediaItem.-border .MediaItem__body {
  border: 5px solid #e9e9e5;
  border-top: none;
  padding-bottom: 30px;
  -webkit-box-flex: 1;
  flex: 1 0 auto
}
@media(min-width:769px) {
  .MediaItem.-border .MediaItem__body {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
  }
}

sup {
  display: inline;
  margin: 0 .4em 0 .2em;
  font-size: 50%;
  font-weight: 400;
  font-style: normal;
  vertical-align: super
}
.ImageList {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-left: -1px;
  margin-right: -1px;
  margin-top: 38px
}
@media(max-width:768px) {
  .ImageList {
    margin-left: -1px;
    margin-right: -1px;
    margin-top: 30px
  }
	
    ul.ImageList:after {
        content: "."; 
        display: block; 
        height: 0; 
        font-size:0;	
        clear: both; 
        visibility:hidden;
    }
}
.ImageList.-small {
  margin-top: 10px;
  margin-left: -5px;
  margin-right: -5px
}
@media(min-width:769px) {
  .ImageList.-small {
    margin-top: 17px
  }
}
@media(min-width:769px) {
  .ImageList.-small .-modal a:after, .ImageList.-small .-external a:after, .ImageList.-small .-movie a:after {
    width: 30px;
    height: 30px
  }
}
@media(max-width:768px) {
  .ImageList.-small .-modal a:after, .ImageList.-small .-external a:after, .ImageList.-small .-movie a:after {
    width: 30px;
    height: 30px
  }
}
.ImageList__item {
  width: 230px;
  height: auto;
  margin-top: 2px;
  margin-right: 1px;
  margin-left: 1px
}
@media(max-width:768px) {
  .ImageList__item {
    /*width: calc((100vw - 19px - 19px)/2);
    height: auto;
    margin-right: 0;
    margin-left: 0;
    padding-right: 1px;
    padding-left: 1px;*/
		width: 49%!important;
margin: 0 1px 4.5vw!important;
height: 36VW!important;
	  float:left;
  }
}
.ImageList__item img {
  display: block;
	width: 100%;
	height: 300px;
	object-fit: cover;
}
.ImageList__item a {
  display: block;
  width: 100%;
 /* height: 200px;*/
  overflow: hidden
}
@media(max-width:768px) {
  .ImageList__item a {
    height: auto
  }
  .ImageList__item img {
      height: 40VW;
  }
}
.ImageList__item.-modal a, .ImageList__item.-external a, .ImageList__item.-movie a {
  position: relative
}
.ImageList__item.-modal a:after, .ImageList__item.-external a:after, .ImageList__item.-movie a:after {
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  color: #fff;
  background: rgba(0, 0, 0, .8) center no-repeat;
  background-size: 20px;
  content: ""
}
@media(min-width:769px) {
  .ImageList__item.-modal a:after, .ImageList__item.-external a:after, .ImageList__item.-movie a:after {
    width: 40px;
    height: 40px
  }
}
@media(max-width:768px) {
  .ImageList__item.-modal a:after, .ImageList__item.-external a:after, .ImageList__item.-movie a:after {
    width: 30px;
    height: 30px
  }
}
.ImageList__item.-modal a:after {
  /*background-image: url(../img/image-list-icons.svg#enlarge);*/
  background-image: url("../img/icons_large.png");
    /*background-size: 20px 20px;*/
}
.ImageList__item.-external a:after {
  background-image: url(../img/image-list-icons.svg#external)
}
.ImageList__item.-movie a:after {
  background-image: url(../img/image-list-icons.svg#movie)
}
.-small .ImageList__item {
  width: calc((100% - 20px)/2);
  height: auto;
  margin-top: 10px;
  margin-right: 5px;
  margin-left: 5px
}
@media(max-width:768px) {
  .-small .ImageList__item {
    width: calc((100vw - 50px)/2);
    max-width: 215px;
    height: auto;
    margin-top: 10px;
    margin-right: 5px;
    margin-left: 5px
  }
}
@media(min-width:769px) {
  .-small .ImageList__item a {
    height: auto
  }
}
.ImageList.-fullWidth .ImageList__item {
  width: 100%
}
@media(min-width:769px) {
  .ImageList.-fullWidth .ImageList__item {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center
  }
}
@media(min-width:769px) {
  .ImageList.-fullWidth .ImageList__item > img {
    max-width: 100%;
    width: auto
  }
}
.ImageList a img {
  -webkit-transition: -webkit-transform .3s cubic-bezier(.42, 0, .58, 1);
  transition: -webkit-transform .3s cubic-bezier(.42, 0, .58, 1);
  transition: transform .3s cubic-bezier(.42, 0, .58, 1);
  transition: transform .3s cubic-bezier(.42, 0, .58, 1), -webkit-transform .3s cubic-bezier(.42, 0, .58, 1)
}
@media(min-width:769px) {
  .ImageList a:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
  }
}
.ImageList__caption {
  color: #737373;
  font-size: .75rem;
  letter-spacing: .1em;
  line-height: 1.2;
  margin-top: 12.8px
}
@media(max-width:768px) {
  .ImageList__caption {
    font-size: .5625rem;
    letter-spacing: .05em;
    margin-top: 9.1px
  }
}
.ImageList.-fullWidth .ImageList__caption {
  width: 100%
}
.ImageList__caption:after {
  content: "";
  display: block;
  height: 1px;
  margin-top: -.1em
}
.ImageText {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start
}
@media(min-width:769px) {
  .ImageText {
    margin-top: 40px;
    margin-right: -20px;
    margin-left: -20px
  }
}
@media(max-width:768px) {
  .ImageText {
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse
  }
}
.Heading + .ImageText {
  margin-top: 0
}
@media(min-width:769px) {
  .Heading + .ImageText:not(:last-child) {
    margin-bottom: 60px
  }
}
@media(max-width:768px) {
  .Heading + .ImageText {
    margin-bottom: 0
  }
}
.ImageText.-imageLeft {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse
}
@media(max-width:768px) {
  .ImageText.-imageLeft {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse
  }
}
@media(min-width:769px) {
  .ImageText__body {
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    margin-right: 20px;
    margin-left: 20px
  }
}
@media(max-width:768px) {
  .ImageText__body {
    width: 100%;
    margin-top: 20px
  }
}
.ImageText__body > :first-child {
  margin-top: 0
}
@media all and (-ms-high-contrast:none) {
  .ImageText__body ::-ms-backdrop, .-imageLarge .ImageText__body {
    width: 400px;
    height: auto
  }
}
@media all and (-ms-high-contrast:none) and (max-width:768px) {
  .ImageText__body ::-ms-backdrop, .-imageLarge .ImageText__body {
    width: 100%
  }
}
@media(min-width:769px) {
  .ImageText__image {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    margin-right: 20px;
    margin-left: 20px
  }
}
.ImageText__image a, .ImageText__image img {
  display: block;
  width: 100%
}
.ImageText__image.-modal a, .ImageText__image.-external a, .ImageText__image.-movie a, .ImageText__image.-three-d a {
  position: relative
}
.ImageText__image.-modal a:after, .ImageText__image.-external a:after, .ImageText__image.-movie a:after, .ImageText__image.-three-d a:after {
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  color: #fff;
  background: rgba(0, 0, 0, .8) center no-repeat;
  background-size: 20px;
  content: ""
}
@media(min-width:769px) {
  .ImageText__image.-modal a:after, .ImageText__image.-external a:after, .ImageText__image.-movie a:after, .ImageText__image.-three-d a:after {
    width: 40px;
    height: 40px
  }
}
@media(max-width:768px) {
  .ImageText__image.-modal a:after, .ImageText__image.-external a:after, .ImageText__image.-movie a:after, .ImageText__image.-three-d a:after {
    width: 30px;
    height: 30px
  }
}
.ImageText__image.-modal a:after {
  background-image: url(../img/image-list-icons.svg#enlarge)
}
.ImageText__image.-external a:after {
  background-image: url(../img/image-list-icons.svg#external)
}
.ImageText__image.-movie a:before {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .4);
  content: ""
}
.ImageText__image.-movie a:after {
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  color: #fff;
  background-color: transparent;
  background-image: url(../images/icon_movie_002.svg);
  background-size: cover
}
@media(min-width:769px) {
  .ImageText__image.-movie a:after {
    width: 110px;
    height: 110px
  }
}
@media(max-width:768px) {
  .ImageText__image.-movie a:after {
    width: 80px;
    height: 80px
  }
}
.ImageText__image.-three-d a:before {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  opacity: 0;
  -webkit-transition: opacity .4s cubic-bezier(.25, .1, .25, 1);
  transition: opacity .4s cubic-bezier(.25, .1, .25, 1);
  content: ""
}
.ImageText__image.-three-d a:hover:before {
  opacity: .2
}
.ImageText__image.-three-d a:after {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 212px;
  height: 36px;
  margin: auto;
  background-size: 100%;
  background-color: transparent;
  background-image: url(../images/btn_3d-model-house_001.png);
  opacity: 1;
  -webkit-transition: opacity .4s cubic-bezier(.25, .1, .25, 1);
  transition: opacity .4s cubic-bezier(.25, .1, .25, 1);
  content: ""
}
.ImageText__image.-three-d a:hover:after {
  opacity: .8
}
.-imageLarge .ImageText__image {
  width: 680px;
  height: auto
}
@media(max-width:768px) {
  .-imageLarge .ImageText__image {
    width: 100%
  }
}
.-imageSmall .ImageText__image {
  width: 400px;
  height: auto
}
@media(max-width:768px) {
  .-imageSmall .ImageText__image {
    width: 100%
  }
}
.ImageText__image.-modal > a {
  display: block
}
.ImageText__image.-modal img {
  width: 100%
}
.ImageText__imageCaption {
  font-size: .75rem;
  font-weight: 500;
  color: #737373;
  letter-spacing: .1em;
  line-height: 1.5;
  margin-top: 7px
}
@media(max-width:768px) {
  .ImageText__imageCaption {
    font-size: .625rem;
    letter-spacing: .05em
  }
}
.ImageText__imageCaption:after {
  content: "";
  display: block;
  height: 1px;
  margin-top: -.25em
}
.-imageRight .ImageText__imageCaption {
  text-align: right
}
@media(max-width:768px) {
  .-imageRight .ImageText__imageCaption {
    text-align: left
  }
}
@media(max-width:768px) {
  .ItemList > * + * {
    margin-top: 20px
  }
}
@media(min-width:769px) {
  .ItemList.-col {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    justify-content: flex-start;
    margin-left: -10px;
    margin-right: -10px
  }
}
@media(min-width:769px) {
  .ItemList.-col.-col2 {
    margin-left: -15px;
    margin-right: -15px
  }
}
@media(min-width:769px) {
  .ItemList.-col.-col2 .MediaItem {
    width: 565px;
    margin-top: 30px;
    margin-right: 15px;
    margin-left: 15px
  }
}
.Section.-fullWidth .ItemList.-col.-col2:first-child {
  padding-top: 30px
}
.ItemList.-col.-col3 {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
@media(min-width:769px) {
  .ItemList.-col.-col3 {
	  width: 1100px;
	  width: 94.8%;
    margin: 40px auto 50px
  }
	/*@-moz-document url-prefix(){
  		.ItemList.-col.-col3 {
	  		width: 1030px;
  		}
	}*/
  .Section__inner > .ItemList.-col.-col3:first-child {
    margin-top: 0
  }
  [data-thc-pid=C2-001] .Section__inner > .ItemList.-col.-col3:first-child {
    margin-top: -40px
  }
  [data-thc-pid=C2-001] .Section__inner > .ItemList.-col.-col3:last-child {
    margin-bottom: -20px
  }
}
@media(max-width:768px) {
  .ItemList.-col.-col3 {
    margin: 20px -7.5px -15px;
	width: 94%;
margin: 0 auto!important;
  }
  .Section__inner > .ItemList.-col.-col3:first-child {
    margin-top: -20px
  }
  [data-thc-pid=C2-001] .Section__inner > .ItemList.-col.-col3:first-child {
    margin-top: 0
  }
  [data-thc-pid=C2-001] .Section__inner > .ItemList.-col.-col3:last-child {
    margin-bottom: 25px
  }
}
@media(min-width:769px) {
  .ItemList.-col.-col3 .MediaItem {
	width: 31.3%;
	margin: 0 3% 2em 0;
	padding: 0;
  }
  .ItemList.-col.-col3 article:nth-child(3n) {
	margin-right: 0;
  }
}
@media(max-width:768px) {
  .ItemList.-col.-col3 .MediaItem {
    margin-bottom: 15px;
    padding-right: 7.5px;
    padding-left: 7.5px
  }
}
.ItemList.-col.-col3.slick-initialized, .ItemList.-col.-col3 .slick-slide .MediaItem {
  margin-bottom: 0
}
@media(max-width:768px) {
  .ItemList.-col.-col3.slick-initialized {
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 50px;
    overflow: hidden
  }
  .ItemList.-col.-col3.slick-initialized .slick-list {
    margin-right: -70vw
  }
  .ItemList.-col.-col3.slick-initialized .slick-track {
    padding-left: 12.5px
  }
}
.ItemList.-col.-col3 .slick-arrow {
  display: none
}
.ItemList.-col.-col3 .slick-arrow {
  width: 37px;
  height: 37px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-transition: .3s cubic-bezier(.42, 0, .58, 1) all;
  transition: .3s cubic-bezier(.42, 0, .58, 1) all;
  font-size: 0;
  line-height: 0;
  border: none;
  position: absolute;
  top: 50%;
  z-index: 1;
  margin-top: -18px;
  cursor: pointer
}
@media(min-width:769px) {
  .ItemList.-col.-col3 .slick-arrow {
    width: 46px;
    height: 46px;
    left: 50%;
    margin-top: -20px
  }
}
.ItemList.-col.-col3 .slick-arrow:before {
  content: "";
  border-top: 2px solid #dd0047;
  border-right: 2px solid #dd0047;
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  -webkit-transition: .3s cubic-bezier(.42, 0, .58, 1) all;
  transition: .3s cubic-bezier(.42, 0, .58, 1) all
}
@media(min-width:769px) {
  .ItemList.-col.-col3 .slick-arrow:before {
    width: 10px;
    height: 10px;
    margin-top: 2px
  }
}
@media(max-width:768px) {
  .ItemList.-col.-col3 .slick-arrow:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -4px
  }
}
@media(min-width:769px) {
  .ItemList.-col.-col3 .slick-arrow:not(.slick-disabled):hover {
    background-color: #dd0047
  }
  .ItemList.-col.-col3 .slick-arrow:not(.slick-disabled):hover:before {
    border-color: #fff
  }
}
@media(min-width:769px) {
  .ItemList.-col.-col3 .slick-prev {
    margin-left: -615px
  }
}
@media(max-width:768px) {
  .ItemList.-col.-col3 .slick-prev {
    left: -13px
  }
}
.ItemList.-col.-col3 .slick-prev:before {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  margin-left: -2px
}
@media(min-width:769px) {
  .ItemList.-col.-col3 .slick-prev:before {
    margin-left: 2px
  }
}
@media(min-width:769px) {
  .ItemList.-col.-col3 .slick-next {
    margin-left: 570px
  }
}
@media(max-width:768px) {
  .ItemList.-col.-col3 .slick-next {
    right: -13px
  }
}
.ItemList.-col.-col3 .slick-next:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: -6px
}
@media(min-width:769px) {
  .ItemList.-col.-col3 .slick-next:before {
    margin-left: -2px
  }
}



.Slideshow {
  position: relative
}
.Slideshow__item, .Slideshow__item a, .Slideshow__item img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  outline: none
}
.Slideshow.slick-initialized {
  position: relative
}
.slick-slide .Slideshow__item {
  vertical-align: top
}
.Slideshow .slick-dots {
  display: -webkit-box;
  display: flex;
  position: absolute;
  width: auto
}
@media(min-width:769px) {
  .Slideshow .slick-dots {
    bottom: 19px;
    right: 12px
  }
}
@media(max-width:768px) {
  .Slideshow .slick-dots {
    bottom: 9px;
    right: 7px
  }
}
.Slideshow .slick-dots li {
  margin: 0
}
@media(min-width:769px) {
  .Slideshow .slick-dots li {
    width: 28px
  }
}
@media(max-width:768px) {
  .Slideshow .slick-dots li {
    width: 19px
  }
}
.Slideshow .slick-dots li button {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  padding: 0
}
.Slideshow .slick-dots li button:before {
  position: static;
  border: 2px solid #dcdcd4;
  background: #fff;
  opacity: 1
}
@media(min-width:769px) {
  .Slideshow .slick-dots li button:before {
    width: 10px;
    height: 10px
  }
}
@media(max-width:768px) {
  .Slideshow .slick-dots li button:before {
    width: 8px;
    height: 8px
  }
}
.Slideshow .slick-dots li.slick-active button:before {
  border-color: #dd0047
}
@media(min-width:769px) {
  .Slideshow .slick-dots li.slick-active button:before {
    width: 14px;
    height: 14px
  }
}
@media(max-width:768px) {
  .Slideshow .slick-dots li.slick-active button:before {
    width: 10px;
    height: 10px
  }
}
.Slideshow .slick-arrow {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  overflow: hidden;
  position: relative;
  z-index: 1;
  width: 34px;
  height: 34px;
  margin: 0;
  padding: 0;
  border: none;
  background: inherit;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  outline: none
}
.Slideshow .slick-arrow:before {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 10px;
  height: 10px;
  margin: auto;
  padding: 0;
  border: 0 solid #dd0047;
  border-width: 2px 2px 0 0;
  content: ""
}
.Slideshow .slick-arrow.slick-prev:before {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  right: -6px
}
.Slideshow .slick-arrow.slick-next:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: -6px
}
.Slideshow__pagination {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  align-items: stretch;
  position: absolute;
  bottom: 0;
  overflow: hidden;
  max-width: 100%;
  height: 34px;
  color: #fff;
  background: rgba(48, 48, 48, .8)
}
.Slideshow__pagination[hidden] {
  display: none
}
.Slideshow__pagination > span:first-of-type {
  widtH: 132px;
  padding: 0 34px;
  font-family: Barlow Semi Condensed, sans-serif;
  font-size: 19px;
  line-height: 34px;
  text-align: center;
  letter-spacing: 2px;
  white-space: nowrap
}
.Slideshow__pagination > span:first-of-type > small {
  margin-left: -5px;
  letter-spacing: 0
}
.Slideshow__pagination > .slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  background: transparent
}
.Slideshow__pagination > .slick-arrow.slick-prev {
  left: 0
}
.Slideshow__pagination > .slick-arrow.slick-next {
  right: 0
}
.Slideshow__caption {
  margin-top: 11.5px;
  font-size: .875rem;
  letter-spacing: .1em;
  font-weight: 500;
  text-align: right
}
@media(max-width:768px) {
  .Slideshow__caption {
    margin-top: 8px;
    font-size: .75rem;
    letter-spacing: .05em
  }
}
body.-isSlideshowModalShown {
  overflow: hidden
}
@media(max-width:768px) {
  body.-isSlideshowModalShown > :not(.SlideshowModal) {
    display: none
  }
}
.SlideshowModal {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0 solid transparent;
  opacity: 1;
  background: rgba(0, 0, 0, .9);
  -webkit-transition: top .65s cubic-bezier(.645, .045, .355, 1), opacity .65s cubic-bezier(.645, .045, .355, 1);
  transition: top .65s cubic-bezier(.645, .045, .355, 1), opacity .65s cubic-bezier(.645, .045, .355, 1)
}
@media(max-width:768px) {
  .SlideshowModal {
    border-bottom-width: 34px
  }
}
.SlideshowModal__close {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  overflow: hidden;
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  margin: 0;
  padding: 0;
  border: none;
  color: white;
  background: transparent center no-repeat;
  /*background-image: url(../img/image-list-icons.svg#close);*/
  background-image: url("../img/icons_close.png");
  background-size: 22px;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  outline: none
}
.SlideshowModal__caption {
  position: absolute;
  overflow: hidden;
  color: white;
  font-size: 14px;
  text-align: center;
  line-height: 50px;
  white-space: nowrap;
  text-overflow: ellipsis;
  opacity: 1;
  -webkit-transition: opacity .35s .6s cubic-bezier(.25, .1, .25, 1);
  transition: opacity .35s .6s cubic-bezier(.25, .1, .25, 1)
}
@media(min-width:769px) {
  .SlideshowModal__caption {
    bottom: 0;
    left: 200px;
    right: 200px
  }
}
@media(max-width:768px) {
  .SlideshowModal__caption {
    bottom: 50px;
    left: 60px;
    right: 60px
  }
}
.SlideshowModal .Slideshow, .SlideshowModal .Slideshow.slick-initialized {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: top 325ms .1s cubic-bezier(.42, 0, .58, 1), opacity 325ms .1s cubic-bezier(.42, 0, .58, 1);
  transition: top 325ms .1s cubic-bezier(.42, 0, .58, 1), opacity 325ms .1s cubic-bezier(.42, 0, .58, 1)
}
.SlideshowModal .Slideshow .slick-list, .SlideshowModal .Slideshow .slick-track, .SlideshowModal .Slideshow .slick-slide, .SlideshowModal .Slideshow .slick-slide > div, .SlideshowModal .Slideshow__item {
  height: 100%
}
.SlideshowModal .Slideshow__item {
  position: relative;
  border: solid transparent;
  background: transparent center no-repeat;
  background-image: none;
  background-size: contain
}
@media(min-width:769px) {
  .SlideshowModal .Slideshow__item {
    border-width: 60px
  }
}
@media(max-width:768px) {
  .SlideshowModal .Slideshow__item {
    border-width: 60px 0 100px
  }
}
.SlideshowModal .Slideshow__item img {
  position: absolute;
  top: -60px;
  left: -60px;
  max-width: none;
  max-height: none;
  width: calc(100% - 120px);
  height: calc(100% - 120px);
  opacity: .00001 !important
}
.SlideshowModal .Slideshow__pagination {
  background: transparent;
  -webkit-transform: scale(1.47059);
  transform: scale(1.47059)
}
@media(min-width:769px) {
  .SlideshowModal .Slideshow__pagination {
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left
  }
}
@media(max-width:768px) {
  .SlideshowModal .Slideshow__pagination {
    width: 120px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center
  }
}
.SlideshowModal[aria-hidden]:not([aria-hidden=false]), .SlideshowModal[aria-hidden=true] {
  visibility: hidden;
  opacity: 0
}
.SlideshowModal[aria-hidden]:not([aria-hidden=false]) .SlideshowModal__caption, .SlideshowModal[aria-hidden=true] .SlideshowModal__caption {
  opacity: 0
}
.SlideshowModal[aria-hidden]:not([aria-hidden=false]) .Slideshow, .SlideshowModal[aria-hidden=true] .Slideshow {
  top: 50px;
  opacity: 0
}