* {
  box-sizing: border-box;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  color: #555;
  font-size: 14px;
  line-height: 1.6;
}
.wrap {
  display: flex;
  justify-content: center;
  align-content: center;

  flex-direction: column;
  margin: 0 auto;
  height: 100vh;
}
.lv-01 .wrap {
  max-width: 1000px;
}
.lv-02 .wrap {
  max-width: 723px;
}
.lv-03 .wrap {
  max-width: 1000px;
  height: auto;
  display: block;
}
.thumb-holder {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  justify-content: center;
}
.lv-02 .thumb-holder {
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: left;
  position: relative;
}
.back {
  position: absolute;
  right: 44px;
  bottom: 24px;
}
.back img {
  width: 80px;
  opacity: 0.2;
}
.back:hover img {
  opacity: 0.3;
}

.ulreset {
  margin: 0;
  padding: 0;
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}
/* .thumb{width: 150px; height: 74px; margin: 15px;} */
.thumb {
  width: 150px;
  height: 101px;
  margin: 15px;
}
/*.lv-02 .thumb {
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #ddd;
  height: 100px;
  width: 200px;
  display: flex;
  margin: 20px;
  flex-direction: column;
  justify-content: center;
}*/

.lv-03 .thumb {
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #ddd;
  height: 74px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.w02 {
  max-width: 900px;
  margin: 0 auto;
}
.slider {
  padding-left: 0;
}
.slick-list a:active,
.slick-list a:focus {
  outline: none;
}
.slick-arrow {
  /* background: pink; */
}
.slick-dotted.slick-slider {
  margin-bottom: 55px;
}
.slick-prev:before,
.slick-next:before {
  color: #ccc;
}
.thumb--info {
  display: flex;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.thumb--label {
  margin: auto;
  color: #555;
  text-decoration: none;
}

.stage img {

  margin: auto;
	max-height: 450px;
}
.stage-text {
  background: #f5f5f5;
  padding: 15px;
}

/***/

*{
    box-sizing: border-box;
}

body{
    font-family: Arial, Helvetica, sans-serif; color: #555;
    font-size: 14px; line-height: 1.6;
}
.wrap, .fp-wrap{
    display: flex;
    justify-content: center;
    align-content:  center;
    
    flex-direction: column;
    margin: 0 auto;
    height: 100vh; 
}
.fp-nav{
  margin: auto;
}

.fp-nav a {
  color: #555;
  /* text-decoration: none; */
}
.ulreset{
  margin: 0; padding: 0; list-style: none;
}
.simple-wrap {
  margin: 40px auto;
  padding: 0 20px;
  max-width: 960px;
}
 

.lv-01 .wrap{
    max-width: 1000px;
}
.lv-02 .wrap{
    max-width: 723px; 
}
.lv-03 .wrap{
    max-width: 1000px; 
    height: auto;
    display: block;
    padding-bottom: 40px;
}
.thumb-holder{
    display: flex; margin: 0; padding: 0; list-style: none;   justify-content: center;
}
.lv-02 .thumb-holder{
      flex-wrap: wrap; align-content: flex-start; justify-content: left; 
    position: relative;
}
.back{
    position: absolute; right: 44px;
    bottom: 24px;
}
.back img{
    width: 80px;
    opacity: .2;
}
.back:hover img{
     
    opacity: .3;
}



img{max-width: 100%; height: auto; display: block;}
/* .thumb{width: 150px; height: 74px; margin: 15px;} */
.thumb{width: 150px; height: 101px; margin: 15px;}
.lv-02 .thumb{border-radius: 0px;
    overflow: hidden;
    border: none;
    height: 140px;
    width: 200px;
	padding-top:20px;
    
    margin: 20px;
    }
.lv-02 .thumb > span {
	font-size:12px;
}
.lv-03 .thumb{    border-radius: 14px;
    overflow: hidden;
    border: 1px solid #ddd;
    height: 74px;
    display: flex;
    flex-direction: column;
    justify-content: center; }
.w02{
    max-width:900px;
    margin: 0 auto;
}
.slider{
    padding-left: 0;
}
.slick-list a:active, .slick-list a:focus {
    outline: none;
}
.slick-arrow {
    /* background: pink; */
}
.slick-dotted.slick-slider{
    margin-bottom: 15px;
}
.slick-prev:before, .slick-next:before{
    color: #ccc;
}
.thumb--info{
    display: flex;width: 100%; height: 100%; text-decoration: none;
}
.thumb--label{
    margin: auto;  color: #555; text-decoration: none;
}


.stage img{
    margin: auto;
}
.stage-text{
    background: #f5f5f5;
    padding: 15px;
}

.main-navigation {
  background: pink;
}

.slick-dots {
	bottom: -20px;
}

h1{
	font-size: 1.7em;
	margin-bottom: 25px;
}

.arrow-nav {
   overflow: hidden;
}
.arrow-nav  a{
  float: right; display: block;  

  margin-right: 25px;
    width: 29px; opacity: .5;
}

.arrow-nav  a:hover{
  opacity: 1;
}

.arrow-nav.single-fix {
      float: right;
    margin-top: -50px;
}
.stage {
	cursor:pointer;
}

@media only screen and (max-width: 1200px) {
	.lv-03 .wrap {
	padding-left: 50px;
	padding-right: 50px;}

}

@media only screen and (max-width: 750px) {
	.lv-02 .thumb-holder {
	justify-content: center;}
	
	#image-strip {
	display:none
	}

}

@media only screen and (max-width: 550px) {
	.wrap {
	display: block !important;}
	
	.arrow-nav {
     
    padding-top: 20px;
}
	
}

/*---*/

.lv-02 .thumb {
    overflow: initial;
}

.lv-02 .thumb a {
    overflow: hidden;
    height: 88px;
    display: block;
	position: relative;
}

.lv-02 .thumb a img {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
	width: 100%;
}