@charset "UTF-8";
/* ----------------------------------------------------------------
	#about
---------------------------------------------------------------- */

/* ----------------------------------------------------------------
  main lead
---------------------------------------------------------------- */
#aboutInr {
  max-width: 1280px;
  padding: 40px;
  margin: 0 auto;
}
#aboutInr h2 {
  text-align: center;
  font-size: min(5.83vw,70px);
  margin-bottom: min(6.67vw,80px);
}
#aboutInr ul.lead {
  width: 100%;
  position: relative;
  z-index: 100;
}
#aboutInr ul.lead .date {
  width: 100%;
  text-align: center;
  line-height: 1.93;
  font-size: min(3.33vw,28px);
  font-weight: bold;
  padding-bottom: min(4vw,48px);
}
#aboutInr ul.lead .previous-page {
  position: absolute;
  top: -4px;
  left: 16vw;
}
#aboutInr ul.lead .next-page {
  position: absolute;
  top: -4px;
  right: 16vw;
}
#aboutInr ul.lead .page-hide {
  visibility: hidden;
}
#aboutInr ul.lead .previous-page a img {
  width: 64px;
}
#aboutInr ul.lead .next-page a img {
  width: 64px;
}
#aboutInr a.aboutBtn01 {
  display: block;
  width: min(55.33vw,664px);
  margin: min(3.33vw,40px) auto 0;
}
#aboutInr a.aboutBtn01:hover {
  opacity: 0;
}

#aboutInr h3.logo {
  width: min(42.17vw,506px);
  margin: min(11vw,132px) auto 0;
}
#aboutInr ul.lead02 {
  position: relative;
  width: min(66.67vw,800px);
  margin: min(4.17vw,50px) auto min(8.33vw,100px);
  padding-top: min(4.17vw,50px);
}
#aboutInr ul.lead02::before,
#aboutInr ul.lead02::after {
  content: "";
  display: block;
  position: absolute;
  width: min(41.5vw,498px);
  height: min(0.25vw,3px);
  margin-left: min(12.58vw,151px);
  background: #fff;
}
#aboutInr ul.lead02::before {
  top: 0;
}
#aboutInr ul.lead02::after {
  bottom: 0;
}
#aboutInr ul.lead02 .date {
  width: 100%;
  text-align: center;
  line-height: 1.76;
  font-size: min(2.83vw,34px);
  font-weight: 700;
  padding-bottom: min(4vw,48px);
}
#aboutInr ul.lead02 li:nth-last-child(-n+2) {
  font-family: aviano-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: min(5.33vw,64px);
  line-height: 1.1;
}

/* Smartphone
------------------------------------- */
@media print,screen and (max-width: 767px) {
  #aboutInr {
    max-width: inherit;
    width: 100%;
    padding: 5.73vw;
  }
  #aboutInr h2 {
    font-size: 9.33vw;
    margin-bottom: 10.67vw;
  }
  #aboutInr ul.lead .date {
    font-size: 5.73vw;
    padding-bottom: 5.33vw;
  }
  #aboutInr ul.lead .previous-page {
    top: -.5vw;
    left: 1vw;
  }
  #aboutInr ul.lead .next-page {
    top: -.5vw;
    right: 1vw;
  }
  #aboutInr ul.lead .previous-page a img {
    width: 12vw;
  }
  #aboutInr ul.lead .next-page a img {
    width: 12vw;
  }
  #aboutInr a.aboutBtn01 {
    width: 100%;
    margin: 5.33vw auto 0;
  }
  #aboutInr h3.logo {
    width: 67.47vw;
    margin: 17.6vw auto 0;
  }
  #aboutInr ul.lead02 {
    width: 100%;
    margin: 6.67vw auto 16vw;
    padding-top: 6.67vw;
  }
  #aboutInr ul.lead02::before,
  #aboutInr ul.lead02::after {
    width: 66.4vw;
    height: 0.4vw;
    margin-left: 11.07vw;
  }
  #aboutInr ul.lead02 li {
    font-size: 4.53vw;
    padding-bottom: 5.33vw;
  }
  #aboutInr ul.lead02 li:nth-last-child(-n+2) {
    font-size: 8.53vw;
  }
}/* Smartphone End */


/* ----------------------------------------------------------------
  LUSTER HISTORY / #history
---------------------------------------------------------------- */
#aboutInr #history h2 {
  text-align: center;
  font-size: min(5.83vw,70px);
  margin-bottom: min(3.33vw,40px);
}
#aboutInr #history .yearNavi {
  width: 100%;
  padding: min(4.17vw,50px) 0 min(4.17vw,50px);
  background: #000;
  background: linear-gradient(rgba(0,0,0,1) 80%,rgba(0,0,0,0));
  position: sticky;
  top: 79px;
  z-index: 10;
}
#aboutInr #history .yearNavi ul.year {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
	width: min(66.67vw,800px);
	margin: 0 auto;
}
#aboutInr #history .yearNavi ul.year li {
  width: 23%;
}
#aboutInr #history .yearNavi ul.year li a {
  height: min(6.5vw,78px);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: min(3.75vw,45px);
  color: #fff;
  background: #333;
  border: 1px solid #333;
}
#aboutInr #history .yearNavi ul.year li a.link-current {
  border: 1px solid #fff;
}
#aboutInr #history section {
  width: min(66.67vw,800px);
  margin: -200px auto min(11.67vw,140px);
  padding: 200px 0 0;
  position: relative;
  z-index: 1;
}
#aboutInr #history h3 {
  text-align: center;
  font-size: min(5.42vw,65px);
  margin-bottom: min(4.17vw,50px);
}
#aboutInr #history ul.date_place {
  width: 100%;
  border: 2px solid #fff;
  margin-bottom: min(5vw,60px);
}
#aboutInr #history ul.date_place li {
  background: #333;
  width: 100%;
  height: min(6.67vw,80px);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: min(3.08vw,37px);
}
#aboutInr #history ul.date_place li:nth-child(2) {
  background: #fff;
  color: #000;
}
#aboutInr #history h4 {
  text-align: center;
  font-size: min(2.5vw,30px);
  line-height: 1.87;
  margin-bottom: min(5vw,60px);
}
#aboutInr #history .movie_youtube {
  width: 100%;
  margin-bottom: min(6vw,72px);
}
#aboutInr #history .movie_youtube .youtubeTitle {
  text-align: center;
  font-size: min(3.67vw,44px);
  padding-bottom: min(2.33vw,28px);
}
#aboutInr #history .movie_youtube .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
#aboutInr #history .movie_youtube .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  border: none;
}
#aboutInr #history ul.gallery-list {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 auto;
}
#aboutInr #history ul.gallery-list li {
  width: 48.75%;
  margin: 0 2.5% min(1.67vw,20px) 0;
}
#aboutInr #history ul.gallery-list li:nth-child(2n) {
  margin: 0 0 min(1.67vw,20px) 0;
}
.modaal-close:after, .modaal-close:before {
  width: 1px;
}
.modaal-close:focus, .modaal-close:hover {
  background: none;
}
.modaal-close:focus:after, .modaal-close:focus:before, .modaal-close:hover:after, .modaal-close:hover:before {
  background: #fff;
  opacity: 0.8;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.modaal-gallery-control:after, .modaal-gallery-control:before {
  top: 18px;
  width: 1px;
  height: 14px;
}
.modaal-gallery-control:focus, .modaal-gallery-control:hover {
    outline: 0;
    background: rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 1140px) {
  .modaal-gallery-control {
    bottom: -60px;
  }
  .modaal-gallery-next {
    right: 0;
  }
  .modaal-gallery-prev {
    left: 0;
  }
}

/* Smartphone
------------------------------------- */
@media print,screen and (max-width: 767px) {
  #aboutInr #history h2 {
    font-size: 9.33vw;
    margin-bottom: 5.33vw;
  }
  #aboutInr #history .yearNavi {
    padding: 5.33vw 0 5.33vw;
    top: 84px;
  }
  #aboutInr #history .yearNavi ul.year {
    width: 88.53vw;
  }
  #aboutInr #history .yearNavi ul.year li a {
    height: 13.07vw;
    font-size: 6vw;
  }
  #aboutInr #history section {
    width: 88.53vw;
    margin: -24vw auto 16vw;
    padding: 24vw 0 0;
  }
  #aboutInr #history h3 {
    font-size: 8vw;
    margin-bottom: 5.33vw;
  }
  #aboutInr #history ul.date_place {
    border: 1px solid #fff;
    margin-bottom: 6.67vw;
  }
  #aboutInr #history ul.date_place li {
    height: 9.33vw;
    font-size: 4.13vw;
  }
  #aboutInr #history h4 {
    font-size: 3.73vw;
    line-height: 1.93;
    margin-bottom: 6.67vw;
  }
  #aboutInr #history .movie_youtube {
    margin-bottom: 5.87vw;
  }
  #aboutInr #history .movie_youtube .youtubeTitle {
    font-size: 4.8vw;
    padding-bottom: 4vw;
  }
  #aboutInr #history ul.gallery-list li {
    margin: 0 2.5% 2.13vw 0;
  }
  #aboutInr #history ul.gallery-list li:nth-child(2n) {
    margin: 0 0 2.13vw 0;
  }
}/* Smartphone End */