/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  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 {
  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;
}

html, body {
  min-width: 1080px;
}

.latest_schedule {
  width: auto;
  box-sizing: border-box;
  margin: 0 auto;
  width: 1080px;
  position: relative;
  width: 960px;
}

.latest_schedule .banner {
  margin-top: 100px;
  box-sizing: border-box;
}

.latest_schedule .banner .links a {
  outline: none;
}

.latest_schedule .banner .links img {
  display: block;
  width: 100%;
  height: auto;
}

.latest_schedule .banner .links figcaption {
  margin-top: 10px;
  text-align: center;
  letter-spacing: .1em;
  font-weight: bold;
  line-height: 1.5;
  font-size: 22px;
}

.latest_schedule .banner .dots {
  margin-top: 15px;
  text-align: center;
}

.latest_schedule .banner .dots ul {
  font-size: 0;
  letter-spacing: 0;
}

.latest_schedule .banner .dots li {
  display: inline-block;
  margin: 0 5px;
}

.latest_schedule .banner .dots li.slick-active button {
  background: #333;
}

.latest_schedule .banner .dots button {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #ccc;
  cursor: pointer;
  border: none;
  margin: 0;
  padding: 0;
}

.latest_schedule .list {
  padding-left: 60px;
  position: absolute;
  bottom: 6%;
  left: 0;
}

.latest_schedule .list ul {
  width: 70px;
}

.latest_schedule .list ul li {
  width: 70px;
  height: 70px;
  margin: 0 auto 0;
  cursor: pointer;
}

.latest_schedule .list ul li svg circle {
  transition: all .4s ease-out;
}

.latest_schedule .list ul li span {
  position: relative;
  width: 54px;
  height: 54px;
  background: #ccc;
  border-radius: 50%;
  transition: all .4s ease-out;
  display: block;
  margin: 0 auto;
  top: 8px;
}

.latest_schedule .list ul li:hover circle, .latest_schedule .list ul li.active circle {
  r: 32px;
}

.latest_schedule .list ul li:hover span, .latest_schedule .list ul li.active span {
  transform: scale(1.25, 1.25);
}

.latest_schedule .list .buttons {
  margin-top: 15px;
  text-align: center;
  font-size: 0;
  letter-spacing: 0;
}

.latest_schedule .list .buttons button {
  display: inline-block;
  vertical-align: top;
}

.latest_schedule .list .buttons button img {
  position: relative;
  top: 0;
  transition: all .2s linear;
}

.latest_schedule .list .buttons button.up:hover img {
  top: -10px;
}

.latest_schedule .list .buttons button.down:hover img {
  top: 10px;
}

.latest_schedule .slides {
  margin-left: 180px;
  height: 690px;
  width: 900px;
  position: relative;
  z-index: 0;
  /*
		&:before{
			content: '';
			display: block;
			padding-top: 76.7%;
		}
		*/
}

.latest_schedule .slides.up .slide {
  top: auto;
  bottom: 0;
}

.latest_schedule .slides.up .slide .wrap {
  top: -100%;
}

.latest_schedule .slides.up .slide.active .wrap {
  top: 0;
}

.latest_schedule .slides .slide {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  overflow: hidden;
  height: 0;
  width: 100%;
  background: #EAECEC;
  transition: height 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.latest_schedule .slides .slide:hover .artist,
.latest_schedule .slides .slide:hover .subtitle {
  text-decoration: underline;
}

.latest_schedule .slides .slide .wrap {
  min-width: 900px;
  max-width: 1440px;
  position: relative;
  transition: top 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.latest_schedule .slides .slide.active {
  height: 100%;
}

.latest_schedule .slides .slide .image {
  height: 570px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #ccc;
  /*
				&:before{
					content: '';
					display: block;
					padding-top: 63.3%;
				}
				*/
}

.latest_schedule .slides .slide .info {
  padding-top: 25px;
  font-size: 0;
  letter-spacing: 0;
}

.latest_schedule .slides .slide .info .date {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  width: 145px;
}

.latest_schedule .slides .slide .info .date .pickup {
  height: 26px;
  background: #333;
  line-height: 26px;
  font-size: 18px;
  letter-spacing: .05em;
  color: #fff;
  margin-bottom: 5px;
}

.latest_schedule .slides .slide .info .date time {
  display: block;
  font-size: 34px;
}

.latest_schedule .slides .slide .info .date time small {
  font-size: 22px;
  letter-spacing: .1em;
  margin-left: 5px;
}

.latest_schedule .slides .slide .info .live {
  display: inline-block;
  vertical-align: middle;
  margin-left: 35px;
  font-weight: bold;
  letter-spacing: .05em;
  width: 720px;
}

.latest_schedule .slides .slide .info .live .artist {
  font-size: 30px;
}

.latest_schedule .slides .slide .info .live .subtitle {
  font-size: 20px;
  line-height: 1.3;
  margin-top: 10px;
}

.todays_live {
  margin: 70px auto 0;
  width: 960px;
  position: relative;
  box-sizing: border-box;
  padding-left: 120px;
}

.todays_live a:hover time {
  transform: translate(0, -50%) scale(1.1, 1.1);
}

.todays_live time {
  position: absolute;
  background: #333;
  width: 220px;
  height: 160px;
  color: #fff;
  left: 0;
  z-index: 1;
  top: 50%;
  transform: translate(0, -50%);
  text-align: center;
  font-size: 68px;
  box-sizing: border-box;
  padding-top: 25px;
  transition: all .2s ease-out;
}

.todays_live time span {
  display: block;
  font-size: 32px;
  letter-spacing: .1em;
  margin-top: 5px;
}

.todays_live .block {
  padding: 25px 30px 25px 130px;
  background: #fff;
}

.todays_live .block .title {
  font-size: 27px;
  letter-spacing: .05em;
}

.todays_live .block .title.liquid-loft {
  padding-right: 70px;
  background: url(../img/icn_2F.svg) no-repeat right center;
}

.todays_live .block .title img {
  margin-left: 20px;
  position: relative;
  top: 2px;
}

.todays_live .block .artist {
  font-size: 48px;
  letter-spacing: .05em;
  font-weight: bold;
  margin-top: 10px;
}

.todays_live .block .subtitle {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: .05em;
  margin-top: 10px;
  line-height: 1.3;
}

.todays_live .block .open_start {
  margin-top: 17px;
  font-size: 16px;
  letter-spacing: .05em;
}

.more {
  margin: 25px auto 0;
  width: 110px;
  height: 34px;
  background: #fff;
  text-align: center;
  line-height: 34px;
  font-size: 20px;
  letter-spacing: .05em;
  display: block;
  transition: all .3s linear;
}

.more:hover {
  width: 130px;
  background: #333;
  color: #fff;
}

.news {
  margin: 85px auto 0;
  width: 960px;
}

.news h2 {
  text-align: center;
  font-size: 90px;
  letter-spacing: .05em;
}

.news h2 span {
  position: relative;
  padding-bottom: 15px;
  display: inline-block;
}

.news h2 span:after {
  content: '';
  position: absolute;
  width: 226px;
  height: 20px;
  background: #333;
  left: 50%;
  margin-left: -113px;
  bottom: 0;
}

.news ul {
  font-size: 0;
  letter-spacing: 0;
  background: #fff;
  margin-top: 35px;
}

.news ul li {
  display: inline-block;
  width: 320px;
  vertical-align: top;
  height: 170px;
  box-sizing: border-box;
  border-right: solid 1px #666;
  border-bottom: solid 1px #666;
  position: relative;
}

.news ul li:before {
  content: '';
  position: absolute;
  width: 292px;
  left: 14px;
  height: 1px;
  background: #fff;
  bottom: -1px;
  z-index: 1;
}

.news ul li:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 142px;
  background: #fff;
  top: 14px;
  right: -1px;
}

.news ul li:nth-of-type(n+4) {
  border-bottom: none;
}

.news ul li:nth-of-type(n+4):before {
  display: none;
}

.news ul li:nth-of-type(3n) {
  border-right: none;
}

.news ul li:nth-of-type(3n):after {
  display: none;
}

.news ul li a {
  display: block;
  padding: 25px;
  box-sizing: border-box;
  height: 100%;
  transition: all .2s linear;
}

.news ul li a:hover {
  opacity: .5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.news ul li a time {
  font-size: 18px;
  display: block;
}

.news ul li a p {
  font-size: 16px;
  letter-spacing: .05em;
  line-height: 1.5;
  margin-top: 15px;
}

.store {
  margin: 100px auto 0;
  position: relative;
  width: 960px;
}

.store .wrap {
  padding-left: 120px;
  position: relative;
}

.store .images {
  position: absolute;
  width: 440px;
  height: 440px;
  z-index: 1;
  left: 0;
  top: 50%;
  margin-top: -220px;
}

.store .images.right .image {
  left: auto;
  right: 0;
}

.store .images.right .image div {
  left: -440px;
}

.store .images.right .image.active div {
  left: 0;
}

.store .images .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  transition: width 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  background: #fff;
  overflow: hidden;
}

.store .images .image.active {
  width: 100%;
}

.store .images .image div {
  height: 100%;
  width: 440px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  left: 0;
  transition: left 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.store .info {
  background: #333;
  padding: 25px 25px 25px 355px;
  color: #fff;
}

.store .info h2 {
  font-size: 90px;
  letter-spacing: .05em;
  display: inline-block;
}

.store .info h2 span {
  display: inline-block;
  position: relative;
  padding-bottom: 15px;
}

.store .info h2 span:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 20px;
  background: #fff;
  bottom: 0;
  left: 50%;
  margin-left: -50%;
}

.store .info .texts {
  padding-top: 20px;
  height: 11.2em;
  overflow: hidden;
}

.store .info .texts .text_block {
  display: none;
  line-height: 1.7;
  font-size: 14px;
}

.store .info .texts .text_block.active {
  display: block;
}

.store .info .texts .text_block .title {
  display: block;
  color: #fff;
  line-height: 1.5;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 15px;
}

.store .info .texts .text_block .title:hover {
  text-decoration: underline;
}

.store .info .nav {
  font-size: 0;
  letter-spacing: 0;
  margin-top: 60px;
}

.store .info .nav .buttons {
  display: inline-block;
  vertical-align: middle;
}

.store .info .nav .buttons img {
  position: relative;
  transition: all .2s linear;
  left: 0;
}

.store .info .nav .buttons .next:hover img {
  left: 10px;
}

.store .info .nav .buttons .prev:hover img {
  left: -10px;
}

.store .info .nav .thumbnails {
  display: inline-block;
  vertical-align: middle;
  text-align: right;
  width: 400px;
  padding-top: 10px;
}

.store .info .nav .thumbnails li {
  display: inline-block;
  margin-left: 12px;
  width: 40px;
  height: 40px;
  position: relative;
}

.store .info .nav .thumbnails li svg {
  position: relative;
  top: -5px;
  left: -5px;
  cursor: pointer;
}

.store .info .nav .thumbnails li svg circle {
  transition: all .4s ease-out;
}

.store .info .nav .thumbnails li:hover circle, .store .info .nav .thumbnails li.active circle {
  r: 25px;
}

.feature {
  margin: 85px auto 0;
  width: 960px;
}

.feature h2 {
  text-align: center;
  font-size: 90px;
  letter-spacing: .05em;
}

.feature h2 span {
  display: inline-block;
  position: relative;
  padding-bottom: 15px;
}

.feature h2 span:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 20px;
  background: #333;
  left: 50%;
  margin-left: -50%;
  bottom: 0;
}

.feature .block {
  display: block;
  height: 260px;
  font-size: 0;
  letter-spacing: 0;
  margin-top: 35px;
}

.feature .block:hover .data .wrap {
  opacity: .3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}

.feature .block.review .image {
  width: 260px;
}

.feature .block.review .data {
  width: 700px;
}

.feature .block .image {
  display: inline-block;
  width: 410px;
  vertical-align: top;
  height: 260px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.feature .block .data {
  width: 550px;
  display: inline-block;
  vertical-align: top;
  height: 260px;
  position: relative;
  overflow: hidden;
  background: #000;
}

.feature .block .data .bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="15" /></filter></svg>#filter');
  filter: blur(15px);
  opacity: .8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  transform: scale(1.1, 1.1);
}

.feature .block .data .wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  box-sizing: border-box;
  padding: 30px 35px;
  color: #fff;
  transition: all .2s linear;
}

.feature .block .data .wrap .cat {
  display: inline-block;
  padding: 0 10px;
  height: 26px;
  box-sizing: border-box;
  border: solid 2px #fff;
  text-align: center;
  line-height: 21px;
  font-size: 16px;
  letter-spacing: .05em;
}

.feature .block .data .wrap .title {
  font-size: 34px;
  font-weight: bold;
  line-height: 1.3;
  padding-bottom: 13px;
  border-bottom: solid 2px #fff;
  margin-top: 17px;
}

.feature .block .data .wrap .text {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 15px;
}

.wanted {
  display: block;
  margin: 100px auto 0;
  width: 584px;
}

.wanted img {
  display: block;
  width: 100%;
  transition: all .2s linear;
}

.wanted:hover img {
  opacity: .5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.facility {
  margin-top: 100px;
  padding: 50px 0;
  background: #333;
}

.facility .list {
  width: 960px;
  margin: 0 auto;
  font-size: 0;
  letter-spacing: 0;
}

.facility .list article {
  display: inline-block;
  width: 320px;
  vertical-align: top;
}

.facility .list article:nth-of-type(3) a .wrap {
  border-right: none;
}

.facility .list article:nth-of-type(3) a .wrap:before {
  display: none;
}

.facility .list article .wrap {
  display: block;
  background: #fff;
  transition: all .2s ease-out;
  z-index: 0;
}

.facility .list article .wrap .wrap {
  padding: 30px;
  position: relative;
  border-right: solid 1px #666;
}

.facility .list article .wrap .wrap:before {
  content: '';
  position: absolute;
  top: 6%;
  height: 88%;
  width: 1px;
  background: #fff;
  right: -1px;
  z-index: 1;
}

.facility .list article .wrap img {
  display: block;
  width: 100%;
  height: auto;
}

.facility .list article .wrap .name {
  text-align: center;
  font-size: 26px;
  margin-bottom: 30px;
}

.facility .list article .wrap .text {
  font-size: 13px;
  line-height: 1.5;
  height: 9em;
}

.facility .list article a:hover {
  transform: scale(1.1, 1.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  z-index: 1;
}

@media screen and (max-width: 767px) {
  html, body {
    min-width: 100%;
  }
  .latest_schedule {
    width: 100%;
    padding-left: 0;
    position: relative;
  }
  .latest_schedule .banner {
    height: auto;
    margin: 30px auto 0;
    width: calc(100vw - 30px);
  }
  .latest_schedule .banner .links {
    height: auto;
  }
  .latest_schedule .banner .links figcaption {
    font-size: 15px;
  }
  .latest_schedule .list {
    float: none;
    position: absolute;
    z-index: 1;
    left: 5px;
    bottom: 20px;
    padding-left: 0;
  }
  .latest_schedule .list ul {
    padding-top: 0;
    width: 30px;
  }
  .latest_schedule .list ul li {
    width: 20px;
    height: 20px;
    margin-top: 7px;
  }
  .latest_schedule .list ul li svg {
    position: relative;
    top: -3px;
    left: -3px;
  }
  .latest_schedule .list ul li span {
    width: 20px;
    height: 20px;
    top: auto;
  }
  .latest_schedule .list ul li svg {
    width: 26px;
    height: 26px;
  }
  .latest_schedule .list ul li svg circle {
    cx: 13;
    cy: 13;
    r: 10;
  }
  .latest_schedule .list ul li svg image {
    width: 26px;
    height: 26px;
  }
  .latest_schedule .list ul li:hover circle, .latest_schedule .list ul li.active circle {
    r: 13px;
  }
  .latest_schedule .list .buttons {
    margin-top: 30px;
  }
  .latest_schedule .list .buttons button img {
    width: 22px;
  }
  .latest_schedule .slides {
    width: 100%;
    float: none;
    height: 300px;
    margin-left: 0;
    min-width: 100%;
    max-width: 100%;
  }
  .latest_schedule .slides.up .slide .wrap {
    top: -300px;
  }
  .latest_schedule .slides .slide {
    height: 0;
  }
  .latest_schedule .slides .slide .wrap {
    width: 100%;
    width: 100vw;
    min-width: inherit;
    max-width: inherit;
  }
  .latest_schedule .slides .slide.active {
    height: 100%;
  }
  .latest_schedule .slides .slide .image {
    height: 220px;
  }
  .latest_schedule .slides .slide .info {
    padding: 15px 0 0 70px;
  }
  .latest_schedule .slides .slide .info .date {
    width: 72px;
    vertical-align: top;
  }
  .latest_schedule .slides .slide .info .date .pickup {
    height: 14px;
    line-height: 14px;
    font-size: 11px;
    margin-bottom: 3px;
  }
  .latest_schedule .slides .slide .info .date time {
    font-size: 17px;
  }
  .latest_schedule .slides .slide .info .date time small {
    font-size: 11px;
    margin-left: 3px;
  }
  .latest_schedule .slides .slide .info .live {
    margin-left: 15px;
    width: 75%;
    width: calc(100% - 90px);
    vertical-align: top;
  }
  .latest_schedule .slides .slide .info .live .artist {
    font-size: 17px;
    line-height: 1.2;
    position: relative;
    top: -3px;
  }
  .latest_schedule .slides .slide .info .live .subtitle {
    font-size: 10px;
    margin-top: 5px;
  }
  .todays_live {
    margin-top: 40px;
    width: 90%;
    width: calc(100% - 30px);
    padding-left: 0;
  }
  .todays_live a:hover time {
    transform: translate(-50%, -50%);
  }
  .todays_live time {
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 32px;
    padding: 0;
    height: 48px;
    line-height: 48px;
  }
  .todays_live time span {
    font-size: 16px;
    margin: 0 0 0 5px;
    display: inline-block;
  }
  .todays_live .block {
    padding: 35px 15px 15px;
  }
  .todays_live .block .title {
    font-size: 16px;
    display: inline-block;
  }
  .todays_live .block .title.liquid-loft {
    padding-right: 60px;
  }
  .todays_live .block .artist {
    font-size: 24px;
  }
  .todays_live .block .subtitle {
    font-size: 12px;
    margin-top: 5px;
  }
  .todays_live .block .open_start {
    margin-top: 10px;
    font-size: 10px;
  }
  .news {
    margin: 25px auto 0;
    width: 90%;
    width: calc(100% - 30px);
  }
  .news h2 {
    font-size: 45px;
  }
  .news h2 span {
    padding-bottom: 8px;
  }
  .news h2 span:after {
    width: 90%;
    height: 10px;
    left: 50%;
    margin-left: -45%;
  }
  .news ul {
    margin-top: 20px;
  }
  .news ul li {
    display: block;
    width: 100%;
    height: auto;
    border-right: none;
  }
  .news ul li:before {
    width: 94%;
    left: 3%;
  }
  .news ul li:after {
    display: none;
  }
  .news ul li:nth-of-type(3) {
    border-bottom: none;
  }
  .news ul li:nth-of-type(3):before {
    display: none;
  }
  .news ul li:nth-of-type(n+4) {
    display: none;
  }
  .news ul li a {
    padding: 15px;
  }
  .news ul li a time {
    font-size: 11px;
  }
  .news ul li a p {
    font-size: 13px;
    margin-top: 10px;
  }
  .store {
    margin: 35px auto 0;
    width: 90%;
    width: calc(100% - 30px);
  }
  .store h2 {
    text-align: center;
    font-size: 90px;
    letter-spacing: .05em;
  }
  .store h2 span {
    position: relative;
    padding-bottom: 15px;
    display: inline-block;
  }
  .store h2 span:after {
    content: '';
    position: absolute;
    width: 226px;
    height: 20px;
    background: #333;
    left: 50%;
    margin-left: -113px;
    bottom: 0;
  }
  .store h2 {
    font-size: 45px;
    text-align: center;
  }
  .store h2 span {
    padding-bottom: 8px;
  }
  .store h2 span:after {
    width: 90%;
    height: 10px;
    left: 50%;
    margin-left: -45%;
  }
  .store .wrap {
    padding-left: 0;
    margin-top: 50px;
  }
  .store .images {
    position: absolute;
    width: 250px;
    height: 250px;
    left: 50%;
    top: -25px;
    margin: 0 0 0 -125px;
  }
  .store .images.right .image div {
    left: -250px;
  }
  .store .images .image div {
    width: 250px;
  }
  .store .info {
    padding: 235px 15px 15px;
    color: #fff;
    position: relative;
  }
  .store .info h2 {
    display: none;
  }
  .store .info .texts {
    padding-top: 60px;
    height: auto;
    overflow: auto;
  }
  .store .info .texts .text_block {
    display: none;
    font-size: 13px;
  }
  .store .info .texts .text_block .title {
    font-size: 13px;
    margin-bottom: 10px;
  }
  .store .info .nav {
    margin-top: 0;
    position: absolute;
    top: 235px;
    left: 0;
    padding: 0 15px;
    width: 100%;
    box-sizing: border-box;
  }
  .store .info .nav .buttons img {
    width: 40px;
  }
  .store .info .nav .thumbnails {
    width: 80%;
    width: calc(100% - 40px);
    padding-top: 0;
  }
  .store .info .nav .thumbnails li {
    margin: 5px 0 0 10px;
    width: 20px;
    height: 20px;
  }
  .store .info .nav .thumbnails li svg {
    width: 26px;
    height: 26px;
    top: -3px;
    left: -3px;
  }
  .store .info .nav .thumbnails li svg circle {
    cx: 13;
    cy: 13;
    r: 10;
  }
  .store .info .nav .thumbnails li:hover circle, .store .info .nav .thumbnails li.active circle {
    r: 13px;
  }
  .feature {
    margin-top: 35px;
    width: 90%;
    width: calc(100% - 30px);
  }
  .feature h2 {
    font-size: 45px;
  }
  .feature h2 span {
    padding-bottom: 10px;
  }
  .feature h2 span:after {
    height: 10px;
  }
  .feature .block {
    display: block;
    height: auto;
    margin-top: 35px;
  }
  .feature .block:hover .data .wrap {
    opacity: .3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  }
  .feature .block.review .image {
    width: auto;
  }
  .feature .block.review .data {
    width: auto;
  }
  .feature .block .image {
    display: block;
    width: auto;
    height: 185px;
  }
  .feature .block .data {
    width: auto;
    display: block;
    height: auto;
    min-height: 185px;
    overflow: hide;
    box-sizing: border-box;
  }
  .feature .block .data .bg {
    height: 100%;
    min-height: 185px;
  }
  .feature .block .data .wrap {
    padding: 20px 15px;
  }
  .feature .block .data .wrap .title {
    font-size: 24px;
    padding-bottom: 10px;
    border-bottom-width: 1px;
  }
  .feature .block .data .wrap .text {
    font-size: 16px;
  }
  .wanted {
    width: 90%;
    width: calc(100% - 30px);
    margin-top: 35px;
  }
  .facility {
    margin-top: 35px;
    padding: 15px;
  }
  .facility .list {
    width: auto;
  }
  .facility .list article {
    display: block;
    width: auto;
    margin-top: 10px;
  }
  .facility .list article:nth-of-type(1) {
    margin-top: 0;
  }
  .facility .list article a:hover {
    transform: scale(1, 1);
    box-shadow: none;
  }
  .facility .list article a .wrap {
    padding: 15px;
    border-right: none;
  }
  .facility .list article a .wrap:before {
    display: none;
  }
  .facility .list article a .name {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .facility .list article a .text {
    font-size: 13px;
    height: auto;
  }
}
